|
||||
---|---|---|---|---|
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) |
✧|Tacatto|✧ Haze RLC (#25830) View Forum Posts Posted on 2022-12-28 17:31:07 |
SummitClan (#282852)
Untitled View Forum Posts Posted on 2022-12-28 21:36:00 |
Lyndel (#312304)
Untitled View Forum Posts Posted on 2023-01-05 21:35:21 |
Does this work for mobile as well? I’m trying to upload pictures instead of links to my commission forum but it doesn’t seem to be working.. so idk if I’m just doing something wrong or…? 0 players like this post! Like? |
✧|Tacatto|✧ Haze RLC (#25830) View Forum Posts Posted on 2023-01-05 21:36:25 |
Lyndel (#312304)
Untitled View Forum Posts Posted on 2023-01-05 21:40:18 |
Tacatto, I’ll try it again then can you check if it worked? Cause of it dies it could just be my internet not allowing me to see it (boonies internet) Link: https://www.lioden.com/topic.php?id=304429486393 0 players like this post! Like? Edited on 05/01/23 @ 21:43:21 by Lyndel (#312304) |
✧|Tacatto|✧ Haze RLC (#25830) View Forum Posts Posted on 2023-01-05 21:50:22 |
It loaded for me! And trust me, sometimes I go to my friends house. The place is called Misquito Butthole for a reason. 0 players like this post! Like? |
Lyndel (#312304)
Untitled View Forum Posts Posted on 2023-01-05 21:51:55 |
✧|Tacatto|✧ Haze RLC (#25830) View Forum Posts Posted on 2023-01-05 21:53:46 |
🌤Dikotsa | SHE/HER🇵🇸🌤 (#248234) View Forum Posts Posted on 2023-01-12 18:13:36 |
Hello, i'm having a bit of trouble. When I want to make a header it works fine, but it also makes all the text below it part of the header. Same goes for font sizes. I cannot simply make the font sizes small because then theres large spaces between each 'line' of words. It looks like this: Example Example Example And I can't fix it. How do I limit the font size to a certain sentence? 0 players like this post! Like? |
!LEAFY! (#278961)
Sapphic View Forum Posts Posted on 2023-01-13 03:01:51 |
I am not great at this either but I’ll try it too. hmmMaybe make sure you’ve deleted the spaces, tho I have to admit that it very weird. Just try again, maybe it’s just not loading or something. I had the very same problem at one point though. I’m not sure this helped, but hopefully it did? 0 players like this post! Like? |
Berrybell (#245298)
Heavenly View Forum Posts Posted on 2023-01-13 20:07:00 |
!LEAFY! (#278961)
Sapphic View Forum Posts Posted on 2023-01-13 20:16:03 |
like this?This might not work but I think it’s < h1 > < font color= COLOR HERE > TEXT HERE < / font > < / h1 > just delete the spaces Also “h1” is the biggest, h2 and h3 also works 0 players like this post! Like? Edited on 13/01/23 @ 20:17:05 by !LEAFY! (#278961) |
Berrybell (#245298)
Heavenly View Forum Posts Posted on 2023-01-13 20:18:16 |
!LEAFY! (#278961)
Sapphic View Forum Posts Posted on 2023-01-13 20:18:54 |
Macie <3 (#394530)
Dreamboat of Ladies View Forum Posts Posted on 2023-01-15 14:32:04 |