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!

TEXT


To 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 >

TABLES


To 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 >
This is what a columned table looks like!



[ all codes posted on this topic work within tables. ]

IMAGES


To make an image: < img src="URL HERE" >
Example: carcass_zebra.png
To make a resized image: < img src="URL HERE" height=HEIGHT NUMBER width=WIDTH NUMBER >
Example: carcass_zebra.png
To link an image: < a href="URL HERE" > < img src="URL HERE" > < /a >
Example: carcass_zebra.png

OTHER


To make a space: < br >

This is what < br > does!
To make a double space: < p >

This is what < p > does!





Hrt Icon 43 players like this post! Like?

Edited on 23/03/13 by Kay (#3445)

🌺Maple Phox🌺 (#138280)

King of the Jungle
View Forum Posts


Posted on
2018-03-18 10:10:38
< b >testt< /b >

Ahh



Hrt Icon 0 players like this post! Like?


Edited on 18/03/18 @ 10:12:31 by 🌺Maple Phox🌺 (#138280)

✧|Tacatto|✧ Haze
RLC (#25830)


View Forum Posts


Posted on
2018-03-18 10:11:26
@maple - remove the space between the <



Hrt Icon 0 players like this post! Like?

LionOfLife (#104672)

Buzzkill
View Forum Posts


Posted on
2018-03-24 12:55:55
How to resize pics on lioden?



Hrt Icon 0 players like this post! Like?

wrenbird。⋆༄ (#123198)


View Forum Posts


Posted on
2018-03-26 14:14:44
I’m trying this link? //sweating//

lillith the dwarfie



Hrt Icon 0 players like this post! Like?


Edited on 26/03/18 @ 14:16:52 by shelleybean // starcatcher (#123198)

wrenbird。⋆༄ (#123198)


View Forum Posts


Posted on
2018-03-26 14:17:29
trying again

< a href="https://“www.lioden.com/lion.php?id=794111839224" > lilly the dwarfie < /a >



Hrt Icon 0 players like this post! Like?


Edited on 26/03/18 @ 14:19:50 by shelleybean // starcatcher (#123198)

wrenbird。⋆༄ (#123198)


View Forum Posts


Posted on
2018-03-26 14:19:49



Hrt Icon 0 players like this post! Like?

wrenbird。⋆༄ (#123198)


View Forum Posts


Posted on
2018-03-26 14:21:24



Hrt Icon 0 players like this post! Like?

wrenbird。⋆༄ (#123198)


View Forum Posts


Posted on
2018-03-26 14:21:37
I give up



Hrt Icon 0 players like this post! Like?

meow mix (#94139)

King of the Jungle
View Forum Posts


Posted on
2018-03-26 16:10:44
@shelleybean
I think I might've figured out some of your problem! I tried going to the link you provided, and I didnt really get whyh it wasnt working, it kept sending me to a page that said something along the lines of "this site cant be reached, servers and ip addresses, blah blah" but then i noticed that the link you have there has a quotation mark right before the www. part! So your link is:
https://“www.lioden.com/lion.php?id=794111839224
but if you remove the quotation mark it'll be:
https://www.lioden.com/lion.php?id=794111839224
(i tried to do some bold stuff there to make it easier to see

(test) lilly the dwarfie

yup ok so i didnt mess up any html stuff so uh, I think as long as you fix that link you should be fine! :D

(oh and btw, Lilly is gorgeous!)



Hrt Icon 0 players like this post! Like?


Edited on 26/03/18 @ 16:14:23 by ☼Jess☼ (#94139)

wrenbird。⋆༄ (#123198)


View Forum Posts


Posted on
2018-03-26 16:16:39
@Jess Thank u so much Jess!!!
💖💎🙏😘



Hrt Icon 0 players like this post! Like?

meow mix (#94139)

King of the Jungle
View Forum Posts


Posted on
2018-03-26 16:19:09
@shelley No prob!



Hrt Icon 0 players like this post! Like?

Sarkshine (#138592)

Deathlord of the Jungle
View Forum Posts


Posted on
2018-03-26 17:35:35
I hate to be a bother, but does anyone know how to center text?



Hrt Icon 0 players like this post! Like?

meow mix (#94139)

King of the Jungle
View Forum Posts


Posted on
2018-03-26 18:12:57
@Sarkshine
For HTML stuff, I often use this guide as well as Kay's. This is from the linked guide:
" <*p style="text-align:center;"*>TEXT<*/*p>
Replace "center" with left or right :) "



Hrt Icon 0 players like this post! Like?


Edited on 26/03/18 @ 18:15:51 by ☼Jess☼ (#94139)

Egg (#119522)

Luscious
View Forum Posts


Posted on
2018-05-05 14:01:44
I used the table code provided, removed spaces, and changed the size so it would fit the way I wanted it to in my clan description to make a table, and I read on one of the comments on the second page that it should automatically add a scroll bar once the text exceeds length limit, but mine hasn't?

This is what it looks like, and this is the exact code I used (without spaces of course)

< div style="width:820px;height:100px;overflow:auto;border:1px solid;background:#EBD27D;" >(text)< /div >

but after saving it, the page reloads and this is the code it shows in the clan description

< div style="width:820px;height:100px;border:1px solid;background:#EBD27D;" >(text)< /div >

Can anyone help?



Hrt Icon 0 players like this post! Like?

Jewel Wildmoon (#127341)

Deathlord of the Jungle
View Forum Posts


Posted on
2018-05-13 01:35:33
How do you center colour coded words? ;0; I changed the colour of the text in my thread, but I'm trying to get it at the center of the thread but I can't get it to do so ;u;



Hrt Icon 0 players like this post! Like?







Memory Used: 627.23 KB - Queries: 2 - Query Time: 0.00078 - Total Time: 0.02551s