What is <PRE> and how is it used? I can't find anything in the documentation at www.php.net. Thx, Doug
Try <http://www.w3.org>. PRE is an HTML tag, short for pre-formatted. Text between PRE tags will be displayed by browsers in a fixed-space font, and it will be wrapped exactly as provided from the source.
it prints out something exactly the way it is.
<pre> if you want to indend a certain amount you can do that.
you can space words out without using any HTML.
</pre>