Page 1 of 1

Format of Posting

Posted: Wed May 07, 2003 10:30 am
by ds_developer
Any chance the formatting of the postings could be preserved instead of stripped off?

Thanks!

Posted: Thu May 08, 2003 7:11 am
by Baldmartyr
You can use html tags within
your post for style. That includes
things like <strong> (for bold)
and <u> (for underline) and <s>
(for strike through) .
You can also use <p> for paragraph tags and

<br> for breaks.
In addition, if you have code that want to include
that has something like <and>, simply use <
in place of <.
Hope this helps. [:D]

Posted: Wed Oct 15, 2003 6:11 pm
by whardeman
The best way to preserve formatting in the case of a code block or snippet is by using "code" tags.

Code: Select all

Enclosing any text within [code]
tags yields this result.
Text is preserved as it is entered.[/code]

Experiment with the other BBCode tags found just above the message text box by using the "Preview" button before submitting.

Also, many HTML tags are now functional on this forum.

Happy posting!