1 2 |
|||
---|---|---|---|
Posted by | HTML/codes. | ||
Sangre (#3278) Sensual View Forum Posts Posted on 2015-05-18 22:41:16 |
This is mainly created so that I can have all the codes I use gathered in one place, but feel free to use this as a guide, to ask questions or even post your own codes :) ☺ ☻ ♥ ♦ ♣ ♠ • ◘ ○ The symbols above you can copy and paste. HEADING example<*h1*>TEXT<*/*h1> (biggest) <*h2*>TEXT<*/*h2> (medium) <*h3*>TEXT<*/*h3> (smallest) LINK example < a href="URL HERE" > TEXT HERE< /a > BOLD example <*b*>Text here<*/*b> ITALIC example <*i*>Text<*/*i> UNDERLINE example <*u*>Underline<*/*u> <*strike>Strike out<*/*strike> BLOCKQUOTE example <*blockquote*>Text here<*/blockquote*> Example with "right" used instead of "center" <*p style="text-align:center;"*>TEXT<*/*p> center- replace with left or right.
<*table style="width:widthpx;"><*tr><*th>Heading<*/th><*/tr><*tr><*td class="right">Details<*/td><*/tr><*/table> (widthpx- replace with, for example, 400) TEXT COLOR example <*font color="#HEXCODE"*>TEXT HERE<*/font*> HIGHLIGHT example <*span style="background-color:#HEXCODE">TEXT<*/*span> Link to hexcodes 0 players like this post! Like? Edited on 19/05/15 by Sangre (#3278) |
Duskinart (#469452)
Prince of the Savannah View Forum Posts Posted on 2024-08-27 17:01:18 |
1 2 |
---|