|
||||
---|---|---|---|---|
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) |
Cookee (#8012)
Notable Lion View Forum Posts Posted on 2013-05-18 00:33:39 |
ghostdad (#1650)
Renowned View Forum Posts Posted on 2013-05-18 08:17:01 |
SinninGin (#11472)
Usual View Forum Posts Posted on 2013-05-19 11:59:05 |
How do I bookmark this? I have looked and can't figure out how. Thanks :) 0 players like this post! Like? |
Joey [main] (#11131)
Deathlord of the Jungle View Forum Posts Posted on 2013-05-25 11:44:59 |
Kraft (#738)
Aztec Knight View Forum Posts Posted on 2013-05-25 16:11:53 |
Could you mind showing a code to place a text scroll box over an image? 0 players like this post! Like? |
Labyrinthine (#7241)
Amiable View Forum Posts Posted on 2013-05-27 08:16:29 |
Thanks it helps a ton! 0 players like this post! Like? Edited on 27/05/13 by Izzybella303 (Asmita) [Raion] (#7241) |
Uhmbreon (#10861)
Deathlord of the Jungle View Forum Posts Posted on 2013-05-29 09:53:04 |
This doesn't seem to be working.. 0 players like this post! Like? Edited on 31/05/13 by Chunky (#10861) |
chia [G2 Ely 2x Ros Harlequin] (#840) Heavenly View Forum Posts Posted on 2013-06-01 03:25:06 |
Desert_Pride-(Mottle d/Fel 6,7) (#2345) Renowned View Forum Posts Posted on 2013-06-05 03:47:37 |
Here is a great color Hex code list: http://www.w3schools.com/html/html_colornames.asp 0 players like this post! Like? |
Talon (#8643)
King of the Jungle View Forum Posts Posted on 2013-06-08 05:31:37 |
Campion (#5329)
Sapphic View Forum Posts Posted on 2013-06-09 10:18:37 |
Prouvaire [semi-hiatus] (#10863) Usual View Forum Posts Posted on 2013-06-12 06:16:14 |
Catalyst (#13678)
Baron View Forum Posts Posted on 2013-06-13 03:50:58 |
Thanks! I dunno if I missed something, but is there any text centering? 0 players like this post! Like? |
Pyromancer (#13760)
Usual View Forum Posts Posted on 2013-06-15 22:27:35 |
Quick question can we use custom CSS on this site? I want to use a style sheet, and am wondering if the site allows that. 0 players like this post! Like? |
AshleyTheClumsyOwl (#4994)
Deathlord of the Jungle View Forum Posts Posted on 2013-06-16 05:51:41 |