Posting HTML code within this website

Anytime you want to post HTML code within this website and have it display as HTML code, then place the code between the <code>...</code> tags.

For example, if you enter the following HTML form code into a post like this:

    <code>
    <form>
    <textarea name="comments" cols="50" rows="2">Enter in any comments you may have.</textarea>
    </form>
    </code>

then the HTML form code will be displayed on the page as follows:

<form>
<textarea name="comments" cols="50" rows="2">Enter in any comments you may have.</textarea>
</form>

If you do not place the HTML code between the <code>...</code> tags, then the result will be the actual interpreted HTML form code as shown below:


Sam Raheb
XLEcom Program Developer