> Thanks, michi....
> 
> Just a question, what means the tag <PRE>?
> 
Commonly used for programing code!
All between the tags is written AS IS!!
try the below with and without <pre>:

<html><body>
<pre>
My program
  BEGIN
    If event 
      do something
      else dont do something
    fi
  END
;
</pre>
</body></html>

michi

-- 
Sent through GMX FreeMail - http://www.gmx.net

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to