Posted by HTML GUIDE :: Basics, Images and Tables

{Leaving} (#43698)


View Forum Posts


Posted on
2015-06-16 07:04:48



Hello! This is a HTML Guide I made from other HTML Guides, I couldn't find one with all the info on so I created my own. I do no know a lot about HTML but I know the basics.

Feel free to ask for help on this thread and me or someone else will help

Before we begin, this is really important or the HTML will not work, remove all the spaces! If you don't do this the code will not work



qNfBj4T.png



○○○ Making your text Bold ○○○

< b > TEXT HERE < /b >

line2.png

○○○ Making your text italics ○○○

< i >TEXT HERE< /i >

line2.png

○○○ Making your text underlined ○○○

< u >TEXT HERE< /u >

line2.png

○○○ Making your text striked ○○○

< s >TEXT HERE< /s >

line2.png

○○○ Making your text highlighted ○○○

< span style="background-color:#HEXCODE" > TEXT HERE < /span >

line2.png

○○○ Making your text colored ○○○

< font color=#HEXCODE >TEXT HERE< /font >

line2.png

○○○ Making your text a link ○○○

< a href="URL HERE" >TEXT HERE< /a >

line2.png

○○○ Making your text a different size ○○○

< font size=1-7 >TEXT HERE< /font >

line2.png

○○○ Making a header ○○○

Biggest: < h1 >TEXT HERE< /h1 >
Medium: < h2 >TEXT HERE< /h2 >
Smallest: < h3 >TEXT HERE< /h3 >

line2.png

○○○ Making a block-quote ○○○

< blockquote >TEXT HERE< /blockquote >

line2.png

○○○ Making your text a font ○○○

< p style="font-family:FONT HERE;" >TEXT HERE< /p >

line2.png

○○○ Aligning your text ○○○

< p style="text-align:cener/right/left;" >TEXT HERE< /p >

line2.png

○○○ Color, Align and Font your text! ○○○

< p style="font-family:FONT HERE;color:#HEXCODE;text-align:center;">TEXT HERE< /p>



STVHa0P.png



○○○ Normal Image ○○○

< img src="URL HERE" >

icon-time-night.png


line2.png

○○○ Changing the image size ○○○

< img src="URL HERE" height=HEIGHT NUMBER width=WIDTH NUMBER >

icon-time-night.png


line2.png

○○○ Making the image clickable ○○○

< a href="URL LINK HERE" > < img src="IMAGE URL HERE" > < /a >

icon-time-night.png

line2.png

○○○ Making the image clickable + re-size ○○○

< a href="LINK URL" > < img src="IMAGE URL" height=NUMBER width=NUMBER > < /a >

line2.png

○○○ Making an image 'float' ○○○

< img src="URL HERE" style="float:ALIGN;width:HEREpx;height:HEREpx;" >

line2.png

○○○ Making space(s) between the images/text/etc ○○○

< br >
will make a space

< p >
will make a double space



lScjWm3.png



Tables have changed on LD from the 08-11, here is the news post about it, right near the bottom is all you need to know. Scroll boxes no longer work and have to be implemented in CSS.

line2.png

○○○ This thread table ○○○

< table style="background:#HEXCODE;width:630px;height:70px;border:1px solid;">< tr >< td >TEXT HERE< /td >< /tr >< /table >

Can also be used for dens (example with mine)

line2.png

○○○ Stuff for tables ○○○

Font - ;font-family:HERE;
Color - ;color:#HEXCODE;
Background color - ;background-color:#HEXCODE;
Width & Depth - ;width:HEREpx; | ;height:#HEREpx;
Alignment - ;text-align:center/right/left;





○ Google is amazing, use it! Google stuff and teach yourself HTML
This is my favorite website to find a color
This is my favorite website to find color groups
This thread is amazing for HTML Tables
This is an amazing website, it's basically everything HTML if you want to know more
○ If anyone has anymore HTML I can add let me know through PM or post on here, as well as help others that may post for help if you can
○ Remember: REMOVE the spaces!

Thank you if you use and bookmark






Hrt Icon 43 players like this post! Like?

Edited on 27/09/17 @ 09:20:35 by 🌅 Nocturnal (Sunset) (#43698)

Jasmine (SIDE) 🐸 (#333606)

Usual
View Forum Posts


Posted on
2022-08-25 01:07:18
Testing…



Hrt Icon 0 players like this post! Like?


Edited on 25/08/22 @ 01:07:40 by Frog (#333606)

Jasmine (SIDE) 🐸 (#333606)

Usual
View Forum Posts


Posted on
2022-08-25 01:18:54

TEXT HERE

#151B54
Eeeee



Hrt Icon 0 players like this post! Like?


Edited on 25/08/22 @ 01:20:57 by Frog (#333606)

Raven-WOOO (#189020)

Sapphic
View Forum Posts


Posted on
2022-08-27 19:30:44
My thing doesnt seem to be working, i tried using the resize, link, and image one but neither of these work for me, they just disappear or turn into an error image :(



Hrt Icon 0 players like this post! Like?

☼︎Nyx•G2&bu
ll;4Ros•Wicked&
bull;700+st☼ (#314452)

Sinister
View Forum Posts


Posted on
2022-08-28 00:52:38
Hey Crowalski, one page back is my tutorial taken step by step, maybe it will come in use to you since I had the same problem..Feel free to ask anything



Hrt Icon 0 players like this post! Like?

Paw (GIRL) (#300585)

Divine
View Forum Posts


Posted on
2022-08-28 00:53:13
Do anyone know how to put pictures on mobile?



Hrt Icon 0 players like this post! Like?

☼︎Nyx•G2&bu
ll;4Ros•Wicked&
bull;700+st☼ (#314452)

Sinister
View Forum Posts


Posted on
2022-08-28 00:59:01
Yes :) Firstly you have to screenshot the wanted picture because lioden has too many layers, then crop it (if you want to). Then I like to use this site -https://postimages.org/ because it’s easy and simple. There you have to choose the wanted size of the picture ( I recommend playing around to get used to it a bit at first ) and when you got the wanted size, you click on ‘choose images’ where you then select the wanted image. Once the download is complete, you copy the ‘direct link’ &paste it in the ‘URL here box. < img src="URL HERE" >. ALSO; never forget to erase the spaces between < > and/or the asterisks (*). Good luck!



Hrt Icon 0 players like this post! Like?

potatoooooo (#152201)

Sapphic
View Forum Posts


Posted on
2022-08-30 03:38:44
Just trying out a test!

Screenshot-2022-08-30-20-28-41.png

Test




Hrt Icon 0 players like this post! Like?


Edited on 30/08/22 @ 03:51:06 by potato | G2 Divine Natural (#152201)

🍊 CheetoFingers
🍊 🐔 (#302722)

Nice Guy
View Forum Posts


Posted on
2022-08-30 15:21:10
OMGG



Hrt Icon 0 players like this post! Like?


Edited on 30/08/22 @ 15:23:45 by Cheetofingers (#302722)

Ain (#275356)

King of the Jungle
View Forum Posts


Posted on
2022-09-03 14:14:38
OMG THANK YOU I WILL GIVE YOU MY FIRST BORN CHILD



Hrt Icon 0 players like this post! Like?


Edited on 03/09/22 @ 14:15:05 by Ain (#275356)

Ain (#275356)

King of the Jungle
View Forum Posts


Posted on
2022-09-03 16:49:53
wardrobe.php?c=Bscn7b3Aqd
Test



Hrt Icon 0 players like this post! Like?

Ain (#275356)

King of the Jungle
View Forum Posts


Posted on
2022-09-03 16:54:57
Test 2
Screenshot-20220903-165138.png



Hrt Icon 0 players like this post! Like?

Ain (#275356)

King of the Jungle
View Forum Posts


Posted on
2022-09-03 16:55:08
WOOOOOOOO



Hrt Icon 0 players like this post! Like?

Silver (#333751)

Blessed
View Forum Posts


Posted on
2022-09-11 10:56:47
Saving for use! thank you so much



Hrt Icon 0 players like this post! Like?

horner (#343106)

Majestic
View Forum Posts


Posted on
2022-09-24 15:57:01
Rules

48 hours to pay





Hrt Icon 0 players like this post! Like?


Edited on 24/09/22 @ 16:30:31 by horner (#343106)

Glisten30 (218/500
bundles!) (#264240)

Deathlord of the Jungle
View Forum Posts


Posted on
2022-09-30 15:23:36
Test
< a href="https://www.lioden.com/lion.php?mid=264240" >LINK!< /a >



Hrt Icon 0 players like this post! Like?







Memory Used: 634.05 KB - Queries: 2 - Query Time: 0.00076 - Total Time: 0.01060s