|
||||
---|---|---|---|---|
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) |
mayday (#109341)
Recognizable View Forum Posts Posted on 2017-04-20 05:51:30 |
I can't make an image of one of my lions, Ash. Help? I right clicked and then clicked copy image address, then I removed all the spaces except the one between img and src, pasted it where "URL HERE" was, and it just showed a blank space! 0 players like this post! Like? |
♡白鳥♡ (#101693)
Cursed View Forum Posts Posted on 2017-04-20 09:34:50 |
@Raven You have to screenshot a picture of the lion, go into the screenshot and THEN copy the URL. Hope this helps. 0 players like this post! Like? |
mayday (#109341)
Recognizable View Forum Posts Posted on 2017-04-20 12:53:48 |
mayday (#109341)
Recognizable View Forum Posts Posted on 2017-04-23 02:36:58 |
♡白鳥♡ (#101693)
Cursed View Forum Posts Posted on 2017-04-30 01:35:32 |
.... @King Cien, if you do not know how to screenshot a picture, you should go to youtube and search your computer type and how to screenshot things. 0 players like this post! Like? |
Cinnamon☽ (#110399)
Prince of the Savannah View Forum Posts Posted on 2017-05-23 05:39:03 |
Thanks for the guide! 0 players like this post! Like? Edited on 23/05/17 @ 08:19:08 by Cinnamon☽ (#110399) |
Bumblebee (#101718)
Mean View Forum Posts Posted on 2017-06-12 19:56:32 |
Yea, I've tried this a hundred times, I can't get my pictures to show up. Please help! 0 players like this post! Like? |
♡白鳥♡ (#101693)
Cursed View Forum Posts Posted on 2017-06-12 20:02:45 |
Bumblebee (#101718)
Mean View Forum Posts Posted on 2017-06-12 20:04:07 |
@Telafonez I think the picture. It won't show up no matter what I do. 0 players like this post! Like? |
Bumblebee (#101718)
Mean View Forum Posts Posted on 2017-06-12 20:04:54 |
♡白鳥♡ (#101693)
Cursed View Forum Posts Posted on 2017-06-12 20:16:04 |
Clover(main) (#101675)
Pervert View Forum Posts Posted on 2017-06-13 05:19:02 |
I'm tryna make colored text.. not sure what to put for the hex code..? or font color.. like... do I put white if I want white? 0 players like this post! Like? |
♡白鳥♡ (#101693)
Cursed View Forum Posts Posted on 2017-06-13 09:48:18 |
@Sluu, i can try and help. Do what Polly did, but put white. < font color=blue > TEXT HERE < /font > (original <) < font color=white > TEXT HERE < /font > without spaces Lioden 0 players like this post! Like? Edited on 13/06/17 @ 09:56:33 by 👚Telafonez👚 (#101693) |
♡白鳥♡ (#101693)
Cursed View Forum Posts Posted on 2017-06-13 09:53:31 |
♡白鳥♡ (#101693)
Cursed View Forum Posts Posted on 2017-06-13 09:54:12 |