|
||||
---|---|---|---|---|
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) |
Mother Grey (#133157)
Pervert View Forum Posts Posted on 2019-01-04 10:07:23 |
..Solence.. (#159865)
Divine View Forum Posts Posted on 2019-02-21 19:12:50 |
this is great (#160343)
Maneater View Forum Posts Posted on 2019-02-28 17:02:42 |
This topic is like 6 years old lmao but what you do is upload the image to an image hosting site like postimg or imgur, then you right click or hold down the image, press View Image, copy the raw link from there, then paste it where indicated <*img src="URL HERE"*> (remove the stars) 0 players like this post! Like? |
Tig!! (CLOUDED ANKH) (#65608)
Prince of Terror View Forum Posts Posted on 2019-03-12 19:39:10 |
Dm me the word Melon (#162228)
Astral View Forum Posts Posted on 2019-03-25 19:45:26 |
Hey [Main] (#75590)
View Forum Posts Posted on 2019-04-03 17:08:28 |
Cas • M (#145820)
View Forum Posts Posted on 2019-04-11 17:25:23 |
..Solence.. (#159865)
Divine View Forum Posts Posted on 2019-04-20 16:41:46 |
I'm doing the image one exactly as they did it (I put the URL instead of "URL HERE) and It still doesn't work 0 players like this post! Like? |
mysstic_raven [MAIN] (#108118)
Sapphic View Forum Posts Posted on 2019-04-20 16:47:23 |
@Solstice- I saw your post, and you would need to remove the spaces. 0 players like this post! Like? |
..Solence.. (#159865)
Divine View Forum Posts Posted on 2019-04-20 16:47:44 |
mysstic_raven [MAIN] (#108118)
Sapphic View Forum Posts Posted on 2019-04-20 16:48:38 |
Whoops, I missed a couple things. Would you like me to pm you the correct way to do what you're trying to do? 0 players like this post! Like? |
..Solence.. (#159865)
Divine View Forum Posts Posted on 2019-04-20 16:49:04 |
TsukiTanuki (#170351)
Pervert View Forum Posts Posted on 2019-05-09 20:42:53 |
trying to make a header but its making what i dont want a header into a header 0 players like this post! Like? |
Winter_Scars [HM] (#57411)
Blessed View Forum Posts Posted on 2019-05-09 21:35:24 |
Did you <*h1*> Info here. Without the * <*/h1*> If you don't add the / the header just runs on to the text after. 0 players like this post! Like? |
shadowsspy (#9255)
View Forum Posts Posted on 2019-05-12 22:34:16 |
Can i do columns without having a table? That way i could get Text block 1 then beside it Text Block 2 verus having them below each other 0 players like this post! Like? Edited on 12/05/19 @ 22:35:37 by shadowsspy (#9255) |