10-15-2009, 06:31 AM
When turning off preformatted text (using the /PRE tag) you may want to place the tag at the start of a line. This will prevent extra spaces from being output in front of the first line of text after PRE is turned off.
For example (note the spaces prior to </PRE>):
</PRE>THIS IS SOME TEXT...
<PRE HTML>
Should be:
</PRE>
THIS IS SOME TEXT...
<PRE HTML>
This way, no white space will be in front of the word THIS.
Mike Bernardo
FyTek, Inc.
For example (note the spaces prior to </PRE>):
</PRE>THIS IS SOME TEXT...
<PRE HTML>
Should be:
</PRE>
THIS IS SOME TEXT...
<PRE HTML>
This way, no white space will be in front of the word THIS.
Mike Bernardo
FyTek, Inc.