Html codes.

I need a refresher on the keys of using html in forum. I know it's < code >.
Maybe a moderator be nice to write a simple key example and put in category with forum rules.
Thx would save time then sifting thru web.
Maybe a moderator be nice to write a simple key example and put in category with forum rules.
Thx would save time then sifting thru web.
0
This discussion has been closed.
Comments
Request desktop view
And now is letting me to use simple HTML.
Gave more options above comment box.
Noticed tho that codes different from normal HTML codes.
Example: bold
Put code inside < >
b class="Bold"
Word you want to bold
/b
http://www.simplehtmlguide.com/cheatsheet.php
Zoson's YouTube | Zoson's Video Vault
Only space is b class. Had to space after < so you see it.
< h1>
heading 1
< /h1>< h2>
heading 2
< /h2>< blockquote class="Quote">< /blockquote>
< div class="Spoiler">< /div>
< code class="CodeInline">< /code>
Still can't get img icon to post a image.
SUCCESS
the code is right but image address MUST have ".png" at end. Or will show up as blank img blockCODE
< img src="url.png">Only between img src
Take first space out only. And don't forget .png at end of url
It won't always be .png. It may be .jpg, .gif, .bmp, or several other web serviceable formats. It all depends on what format the file is saved in.
Zoson's YouTube | Zoson's Video Vault