|
||||
---|---|---|---|---|
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) |
JaeBird (#291195)
King of the Jungle View Forum Posts Posted on 2022-08-13 17:43:35 |
JaeBird (#291195)
King of the Jungle View Forum Posts Posted on 2022-08-13 17:44:49 |
Actually I know what’s up U need a url it needs to end end jpeg, png, ect. 0 players like this post! Like? |
Paw (GIRL) (#300585)
Divine View Forum Posts Posted on 2022-08-13 17:45:55 |
JaeBird (#291195)
King of the Jungle View Forum Posts Posted on 2022-08-13 17:46:19 |
JaeBird (#291195)
King of the Jungle View Forum Posts Posted on 2022-08-13 17:52:24 |
Explanation: So the top part mut be img src If not it won’t work Delete the * 0 players like this post! Like? Edited on 13/08/22 @ 18:12:39 by JaeBird (#291195) |
Paw (GIRL) (#300585)
Divine View Forum Posts Posted on 2022-08-14 19:32:44 |
✧|Tacatto|✧ Haze RLC (#25830) View Forum Posts Posted on 2022-08-14 19:40:40 |
Paw (GIRL) (#300585)
Divine View Forum Posts Posted on 2022-08-14 19:43:44 |
oh thx! oh thx! oh thx! oh thx! oh thx! oh thx! oh thx! oh thx! Rainbow “oh thx!” Chain 0 players like this post! Like? Edited on 15/08/22 @ 14:32:18 by Paw (#300585) |
✧|Tacatto|✧ Haze RLC (#25830) View Forum Posts Posted on 2022-08-14 19:50:58 |
Paw (GIRL) (#300585)
Divine View Forum Posts Posted on 2022-08-16 16:03:03 |
Paw (GIRL) (#300585)
Divine View Forum Posts Posted on 2022-08-21 21:52:26 |
RodentRoaster | G2 Wicked NRLC (#307968) View Forum Posts Posted on 2022-08-24 09:10:09 |
Quick question- how do I do the thing where there's a box and people put text in it? Like this player's den? 0 players like this post! Like? |
✧|Tacatto|✧ Haze RLC (#25830) View Forum Posts Posted on 2022-08-24 10:02:00 |
If you are asking how to do it for the dens thats part of the CSS. If you are talking about for posts and threads that wpuld be a table. You can change the tables color by changing the #(hexcode) to the color you wish 0 players like this post! Like? |
Lay (#313473)
Maneater View Forum Posts Posted on 2022-08-24 13:09:02 |
Can someone help me with the box I want to create the box and put images of lions along with information about them for my auction but whenever I try the image is always too big and I tried changing the width and height and it didn't work 0 players like this post! Like? |
🥝Kiwi <3🥝 (#271167)
View Forum Posts Posted on 2022-08-24 13:14:36 |