|
||||
---|---|---|---|---|
Posted by | -STUCK- Kay's HTML Guide! | |||
Seb (#3445) Amazing View Forum Posts Posted on 2013-03-16 16:22:14 |
Lately, a lot of members have been asking for codes on the chat, so I decided to make a guide listing all of the basic codes I know! Remember: When using codes, remove the space between the angle brackets! TEXTTo make a header: < h1 >HEADER HERE < /h1 > Do < h2 > FOR A SMALLER HEADER < /h2 >, < h3 >FOR AN EVEN SMALLER HEADER < /h3 >, etc. To make italic text: < i > TEXT HERE < /i > To make bold text: < b > TEXT HERE < /b > To make underlined text: < u > TEXT HERE < /u > To make colored text: < font color=#HEXCODE > TEXT HERE < /font > To make BIG and small text: < font size=SIZE HERE > TEXT HERE < /font > [ size is decided by number. 1 for the smallest text, 7 for the biggest, etc. ] To make a link: < a href="URL HERE" > TEXT HERE< /a > To make a highlight: < span style="background-color:#HEXCODE" > TEXT HERE < /span > TABLESTo make a table: < div style="width:100px;height:100px;overflow:auto;border:1px solid; background:#HEXCODE;" > TEXT HERE< /div > This is what a table looks like! To make a columned table: < table border="NUMBER HERE" cellpadding="NUMBER HERE" cellspacing="NUMBER HERE" width="NUMBER HERE" >< tr > < td >Column 1< /td > < td >Column 2< /td > < /tr >< /table >
[ all codes posted on this topic work within tables. ] IMAGESTo make an image: < img src="URL HERE" > Example: To make a resized image: < img src="URL HERE" height=HEIGHT NUMBER width=WIDTH NUMBER > Example: To link an image: < a href="URL HERE" > < img src="URL HERE" > < /a > Example: OTHERTo make a space: < br > This is what < br > does! To make a double space: < p > This is what < p > does! 43 players like this post! Like? Edited on 23/03/13 by Kay (#3445) |
Mutt (#119255)
Usual View Forum Posts Posted on 2017-07-21 10:35:19 |
➿ XLuu ➿ (#121178)
Evil View Forum Posts Posted on 2017-08-10 08:31:14 |
Xerxes (#52637)
Mean View Forum Posts Posted on 2017-08-10 08:35:02 |
CSS is something different. Some people will do commissions for you but a lot of people will make a thread with free CSS codes to use. 0 players like this post! Like? |
Shay G4 Opal Pie(Natural) (#107158) View Forum Posts Posted on 2017-08-16 22:53:02 |
practice it's not workingggg 0 players like this post! Like? Edited on 16/08/17 @ 23:17:21 by Shan (#107158) |
🐾Lost🐾 (#99623)
Aztec Knight View Forum Posts Posted on 2017-08-19 17:38:31 |
Brim (#40671)
True King View Forum Posts Posted on 2017-09-02 15:05:55 |
try #2 well. fair enough 0 players like this post! Like? Edited on 05/09/17 @ 14:45:44 by Barrier (#40671) |
daffydil ⋆ (#122151)
Pervert View Forum Posts Posted on 2017-09-03 09:49:02 |
do you know of any working scroll boxes? that would be much appreciated. <3 0 players like this post! Like? |
daffydil ⋆ (#122151)
Pervert View Forum Posts Posted on 2017-09-03 09:49:03 |
do you know of any working scroll boxes? that would be much appreciated. <3 0 players like this post! Like? |
XxKittaxX (#125075)
Lone Wanderer View Forum Posts Posted on 2017-09-24 13:38:47 |
< img src="https://imgur.com/TQaUIyx" > tesing 0 players like this post! Like? Edited on 24/09/17 @ 13:40:55 by XxKittaxX (#125075) |
deerin (#119739)
Lone Wanderer View Forum Posts Posted on 2017-09-25 07:47:41 |
@Kitta You gotta make sure there isn’t any spacing between the numbers + letters. 0 players like this post! Like? |
LazyLeni [8.5k Elysian svelte] (#122385) Deathlord of the Jungle View Forum Posts Posted on 2017-09-27 04:55:06 |
anyone know why this isn't working properly for me? (Im trying to link a screenshot from an image to a link to a lions page and the photo won't show up :/) 0 players like this post! Like? Edited on 27/09/17 @ 04:56:45 by Elena (#122385) |
likenyah ≧◠‿◠≦✌ (#83209) Remarkable View Forum Posts Posted on 2017-10-01 15:17:23 |
sorry if this has already been answered haha, but does anyone know any good websites with font hexcodes you can use?? thanks a bunch edit: nevermind i found it haha 0 players like this post! Like? Edited on 02/10/17 @ 15:19:22 by catctus [lights off!] (#83209) |
likenyah ≧◠‿◠≦✌ (#83209) Remarkable View Forum Posts Posted on 2017-10-02 15:21:57 |
also, i used the code for aligning text to the center to align to the left and it worked, but i cant get it to align to the right? help pls < left >test< /left > < center >test< /center > < right >test< /right > (i deleted the spaces, i just put them there so someone could correct me lol) 0 players like this post! Like? |
koura. #brockhampton (#117887)
Fearsome View Forum Posts Posted on 2017-10-08 14:19:57 |
cactus - maybe try <*p style="text-align:right;"*>TEXT<*/*p> erase the *s! for anyone looking for working tables, check out this guide! 0 players like this post! Like? |
likenyah ≧◠‿◠≦✌ (#83209) Remarkable View Forum Posts Posted on 2017-10-08 15:08:05 |