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 28 players like this post! Like?

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

{Leaving} (#43698)


View Forum Posts


Posted on
2017-06-02 03:20:37



Hello! This thread is not inactive, just takes me a while to reply so any help from others is appreciated, thanks!

to separate image from text use < br > or < p >

and always remember to remove the spaces or the code won't work




Hrt Icon 0 players like this post! Like?

Shadowcliff (#109597)

Deathlord of the Jungle
View Forum Posts


Posted on
2017-06-02 05:03:03
Test

< u >TEXT HERE< /u >



Hrt Icon 0 players like this post! Like?


Edited on 02/06/17 @ 09:32:14 by Shadowcliff (#109597)

Shadowcliff (#109597)

Deathlord of the Jungle
View Forum Posts


Posted on
2017-06-03 11:36:19
TEXT HERE



Hrt Icon 0 players like this post! Like?


Edited on 03/06/17 @ 11:37:35 by pile o' trash (#109597)

chiefius keef (#80946)

Savage
View Forum Posts


Posted on
2017-06-05 18:19:07
testing



Hrt Icon 0 players like this post! Like?

GoldQueen (#108964)


View Forum Posts


Posted on
2017-06-07 22:13:56
I did the one for making the text a link, but it only shows up as the word. It doesn't take you to the link. :( What did I do wrong?

Tiger



Hrt Icon 0 players like this post! Like?


Edited on 07/06/17 @ 22:15:15 by GoldQueen (#108964)

{Leaving} (#43698)


View Forum Posts


Posted on
2017-06-08 00:44:22



make sure you remove all the spaces and put the correct things in the correct places

< a href="https://lioden.com/sangoma.php" >The text would be here etc< /a >

(but of course with all spaces removed:

The text would be here etc





Hrt Icon 0 players like this post! Like?

GoldQueen (#108964)


View Forum Posts


Posted on
2017-06-08 08:33:14
I got it, thanks



Hrt Icon 0 players like this post! Like?

Nightohell (#113401)

King of the Jungle
View Forum Posts


Posted on
2017-06-08 20:56:36
how would one put in a gif? Is it the same as imaging?



Hrt Icon 0 players like this post! Like?

Shadowcliff (#109597)

Deathlord of the Jungle
View Forum Posts


Posted on
2017-06-09 05:18:03
Can you put in videos but not make them a link?



Hrt Icon 0 players like this post! Like?

Sans' Dadster (#100635)

King Of Hearts
View Forum Posts


Posted on
2017-06-09 06:10:55
thank_you_sans_by_nniikkiii-d9ll4rl.jpg



Hrt Icon 0 players like this post! Like?

{Leaving} (#43698)


View Forum Posts


Posted on
2017-06-09 08:43:41



Gif works like picture yep! Unfortunately I have no idea about videos and their HTML if its even possible on LD, I have never seen any one post a video HTML but let me know if you find out - I will add it! :)

Thank you!!




Hrt Icon 0 players like this post! Like?


Edited on 09/06/17 @ 08:44:29 by 🌙 Nocturnal (main) (#43698)

Shadowcliff (#109597)

Deathlord of the Jungle
View Forum Posts


Posted on
2017-06-09 08:53:42
ok!



Hrt Icon 0 players like this post! Like?

Equus (#83081)

Mean
View Forum Posts


Posted on
2017-06-19 15:53:51
What is a small image size?



Hrt Icon 0 players like this post! Like?

Shadowcliff (#109597)

Deathlord of the Jungle
View Forum Posts


Posted on
2017-06-19 16:28:26
150x150 to like 300x300



Hrt Icon 0 players like this post! Like?

Shadowcliff (#109597)

Deathlord of the Jungle
View Forum Posts


Posted on
2017-06-19 16:29:18
Anything from 300x300 or less (but this is my opinion)



Hrt Icon 0 players like this post! Like?


Edited on 19/06/17 @ 16:29:50 by Shadowcliff (#109597)







Memory Used: 630.12 KB - Queries: 0 - Query Time: 0.00000 - Total Time: 0.00457s