Page: 1
|
Posted by Leeland ![]() |
|
|
This is a demonstration / test of the BBCode and the extended BBCode style tags that work for this site. Note that this page is representative of how the code should function. If it is not being displayed properly then it is a feature being worked on. In other words this post will get up dated from time to time.
[size=14]Standard BBCode tags:[/size] The following are "standard" BBCode tags available to most modern message boards, and are displayed here with their HTML equivalents. BBCode: [b]bolded text[/b] HTML Effect: <b>bolded text</b> Example: bolded text BBCode: [i]italicized text[/i] HTML Effect: <i>bolded text</i> Example: italicized text BBCode: [u]underlined text[/u] HTML Effect: <span style="text-decoration: underline;">underlined text</span> Example: underlined text BBCode: [url]http://www.nodsw.com/[/url] HTML Effect: <a href="http://www.nodsw.com/"http://www.nodsw.com/</a Example: http://www.nodsw.com/ BBCode: [img]http://www.nodsw.com/static/sign_has_edges.gif[/img] HTML Effect: <img src="http://www.nodsw.com/static/sign_has_edges.gif" alt=""> Example:
BBCode: [img=Caution Sharp Edges]http://www.nodsw.com/static/sign_has_edges.gif[/img] HTML Effect: <img src="http://www.nodsw.com/static/sign_has_edges.gif" alt="Caution Sharp Edges"> Example: BBCode: [quote]quoted text[/quote] HTML Effect: <blockquote><p>quoted text</p></blockquote> Example:
BBCode: [code]monospaced text[/code] HTML Effect: <code>monospaced text</code> Example: monospaced text BBCode: [code=python syntax]import os # Example import statement[/code] HTML Effect: <code>monospaced text</code> Example: import os # Example import statement --- Last Edited by Leeland at 2008-07-07 23:14:36 --- |
Page: 1
Please login to post a reply.


