|
||||
---|---|---|---|---|
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) |
Sketsifi (#104356)
Deathlord of the Jungle View Forum Posts Posted on 2017-01-18 08:39:00 |
This is great! Helped a lot! Sorry if I missed anything, but one question - how would you do two codes at the same time? Say, large, blue text? 0 players like this post! Like? |
sumashira[hiatus] (#97425)
Horse Whisperer View Forum Posts Posted on 2017-01-18 09:00:05 |
@Avacado Queen, you'd do this without asterisks: <*font size="5" color="blue">TEXT<*/font> 0 players like this post! Like? |
Sketsifi (#104356)
Deathlord of the Jungle View Forum Posts Posted on 2017-01-18 09:01:22 |
Mylo (#104190)
Usual View Forum Posts Posted on 2017-01-29 13:55:03 |
👽~DJ Spooky Jim~👽 (#102915) Sweetheart View Forum Posts Posted on 2017-01-29 17:29:03 |
Sketsifi (#104356)
Deathlord of the Jungle View Forum Posts Posted on 2017-01-31 15:59:33 |
🌸 ᴄᴏᴢʏʏᴏᴛ 🌸 (#105965) Flirty View Forum Posts Posted on 2017-02-17 02:04:54 |
nafira15 (#101270)
Famous View Forum Posts Posted on 2017-02-20 23:41:03 |
how do I center a text cause I have been looking and seem I cant find how to 0 players like this post! Like? |
Kari (#93291)
King of the Jungle View Forum Posts Posted on 2017-02-22 04:43:24 |
reo🌲 (#102297)
Heavenly View Forum Posts Posted on 2017-02-26 16:30:23 |
♡白鳥♡ (#101693)
Cursed View Forum Posts Posted on 2017-02-27 08:45:00 |
alliwanted (#101378)
Merciful View Forum Posts Posted on 2017-03-17 05:58:26 |
So I tried to do an image but it just shows a little bar with the image url in it like this: I can't see the picture 0 players like this post! Like? |
♡白鳥♡ (#101693)
Cursed View Forum Posts Posted on 2017-03-17 06:01:48 |
Andy, try this. < img src="URL HERE" > and, to pick an image (can be from google) left click and pick the option Copy image address! 0 players like this post! Like? |
alliwanted (#101378)
Merciful View Forum Posts Posted on 2017-03-17 06:03:14 |
♡白鳥♡ (#101693)
Cursed View Forum Posts Posted on 2017-03-17 06:05:21 |