Pretty Code in Forum
-
This isn't related to VB but to this forum. How do I post code in the forums where it retains the format. The <code></code> tags don't seem to do what I expect them to do.
OICU812 wrote: How do I post code in the forums where it retains the format. The <code></code> tags don't seem to do what I expect them to do. Use the the pre tag instead [<pre>many lines of code</pre>]. It then will look like this:
public void Foo()
{
// pre tag sample
}Best regards Dennis
-
OICU812 wrote: How do I post code in the forums where it retains the format. The <code></code> tags don't seem to do what I expect them to do. Use the the pre tag instead [<pre>many lines of code</pre>]. It then will look like this:
public void Foo()
{
// pre tag sample
}Best regards Dennis