|
||||
---|---|---|---|---|
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) |
Leneka (#8307)
Prince of the Savannah View Forum Posts Posted on 2013-09-19 00:43:57 |
I recently tried center a thread I made to sell cubs on, and none of the text would center. I used the code < center > text < /center> This worked on my lion's den page but not the thread. Any ideas? 0 players like this post! Like? |
Leneka (#8307)
Prince of the Savannah View Forum Posts Posted on 2013-09-19 00:43:58 |
I recently tried center a thread I made to sell cubs on, and none of the text would center. I used the code < center > text < /center> This worked on my lion's den page but not the thread. Any ideas? 0 players like this post! Like? |
OlympiaSpecials~Spec ial Ups~ (#18729) Usual View Forum Posts Posted on 2013-09-24 16:42:37 |
OlympiaSpecials~Spec ial Ups~ (#18729) Usual View Forum Posts Posted on 2013-09-24 16:43:18 |
YAY it worked:D Thanks for this thread now gotta pretty up my page:P 0 players like this post! Like? |
OlympiaSpecials~Spec ial Ups~ (#18729) Usual View Forum Posts Posted on 2013-09-24 16:44:31 |
OlympiaSpecials~Spec ial Ups~ (#18729) Usual View Forum Posts Posted on 2013-09-24 16:45:32 |
OlympiaSpecials~Spec ial Ups~ (#18729) Usual View Forum Posts Posted on 2013-09-24 16:46:45 |
Can you not combine say.. italic, bold, and underlined? if so how? I'm wanting to change the font and color of something on my page? Please if you can message me i may forget to check this page for answer:( 0 players like this post! Like? |
OlympiaSpecials~Spec ial Ups~ (#18729) Usual View Forum Posts Posted on 2013-09-24 16:57:37 |
OlympiaSpecials~Spec ial Ups~ (#18729) Usual View Forum Posts Posted on 2013-09-24 16:59:39 |
pastel (#18060)
King View Forum Posts Posted on 2013-09-29 05:50:13 |
Candace (#20304)
Indifferent View Forum Posts Posted on 2013-09-30 11:00:01 |
Can someone give me another example of how to do the picture thing. Because I cant get my avatar picture to come up. :( 0 players like this post! Like? |
Candace (#20304)
Indifferent View Forum Posts Posted on 2013-09-30 11:19:50 |
pastel (#18060)
King View Forum Posts Posted on 2013-10-02 10:49:13 |
pastel (#18060)
King View Forum Posts Posted on 2013-10-02 10:49:45 |
style="width:100px;height:100px;overflow:auto;border:1px solid; background:#HEXCODE;" > TEXT HERE 0 players like this post! Like? |
pastel (#18060)
King View Forum Posts Posted on 2013-10-02 10:51:02 |