Thread: the [code] tag
View Single Post
Sei Sei is offline
Moderation Admin
Default   #7  
Accoring to the my research, the difference is:

Code

The [code] tag switches to a fixed-width (monospace) font and preserves all spacing.

Usage
Code:
value
Example Usage
Code:
<script type="text">
blahblah
</script>
Example Output
Code:
<script type="text">
blahblah
</script>


HTML Code

The [html] tag allows you to perform syntax highlighting for HTML code.

Usage
HTML Code:
value
Example Usage
HTML Code:
<img src="image.gif" alt="image" />
<a href="testing.html" target="_blank">Testing</a>

Example Output

HTML Code:
<img src="image.gif" alt="image" />
<a href="testing.html" target="_blank">Testing</a>







Galla: always, all the time, a galla has no tolerance for it, and galla has all the tolerance.

Trisphee Site Rules | Sei's Hideout
Last edited by Sei; 11-13-2011 at 04:38 AM.
Old Posted 11-13-2011, 04:34 AM Reply With Quote