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)

Void
🏳️‍🌈 (#51142)

Confused
View Forum Posts


Posted on
2015-11-23 11:43:34
This is really helpful!

I just have one question. I'm attempting to add multiple tables onto my den page, and they keep going into each other. Another user said something about margins and padding, but I don't know what either of those are. Could you help me?



Hrt Icon 0 players like this post! Like?

Nynx (Nynxi's side) (#62984)

King of the Jungle
View Forum Posts


Posted on
2016-01-04 07:33:00
bookmarked!



Hrt Icon 0 players like this post! Like?

Jazzy (#75773)

Famous
View Forum Posts


Posted on
2016-01-12 03:52:38
i cant seem to get these codes to work on the pm's although i have actually seen ppl do it before. ive tried multiple times and i know my coding is correct pls help!



Hrt Icon 0 players like this post! Like?

Akita (#57646)

Nice Guy
View Forum Posts


Posted on
2016-01-31 08:54:49
what do u do after saveing the photo from snipping tool for a regular photo



Hrt Icon 0 players like this post! Like?

Dorkus (#55162)

Renowned
View Forum Posts


Posted on
2016-02-04 06:43:27
Lifesaver!



Hrt Icon 0 players like this post! Like?

{Leaving} (#43698)


View Forum Posts


Posted on
2016-02-17 23:55:44



From now on please shoot me a PM if you need help, I don't check back on this thread very often if at all, I just use it for the HTML




Hrt Icon 0 players like this post! Like?

Skyler🐾Spark (#70049)

King of the Jungle
View Forum Posts


Posted on
2016-03-09 04:42:43
I need help with the box



Hrt Icon 0 players like this post! Like?

Skyler🐾Spark (#70049)

King of the Jungle
View Forum Posts


Posted on
2016-03-09 04:44:44
< div style="width:100px;height:100px;overflow:auto;border:1px solid; background:#000000;" > testing< /div >



Hrt Icon 0 players like this post! Like?

🌵 | zoinked (#88158)

Terrifying
View Forum Posts


Posted on
2016-04-16 00:28:20
Wolf



Hrt Icon 0 players like this post! Like?


Edited on 17/04/16 @ 17:49:14 by NaiPherah (#88158)

MiniR56 (#89625)


View Forum Posts


Posted on
2016-05-18 02:24:10
Center does not load for me, it'll center a name, but not an image



Hrt Icon 0 players like this post! Like?

{Leaving} (#43698)


View Forum Posts


Posted on
2016-05-21 21:17:37
non-center:
tumblr_inline_nps4yi53Vr1qh17rt_500.gif

center:

tumblr_inline_nps4yi53Vr1qh17rt_500.gif



This is the last question I will answer, please PM me if you have any questions! I won't keep up with this thread :)

Thank you




Hrt Icon 0 players like this post! Like?

Bramble (#88764)

Bone Collector
View Forum Posts


Posted on
2016-06-03 06:47:40
This is a life saver :O thank you! I will do these codes but should i give credit to you?



Hrt Icon 0 players like this post! Like?

{Leaving} (#43698)


View Forum Posts


Posted on
2016-06-03 08:53:12
you're welcome, glad it helped! What do yo mean by credit? none of this is mine, it's just HTML ^.^



Hrt Icon 0 players like this post! Like?

🌵 | zoinked (#88158)

Terrifying
View Forum Posts


Posted on
2016-06-14 09:04:19
I can't change font and align at the same time, someone help meh :(



Hrt Icon 0 players like this post! Like?

{Leaving} (#43698)


View Forum Posts


Posted on
2016-06-20 02:18:39


I have updated the thread! It now has a new layout and its a lot more simpler to navigate (I hope) small tip: CTRL + F to navigate to a certain HTML you want to find (e.g. color).

PM me if you need any help or the HTML is not working, I'l reply a lot more faster than if questions are posted on her, but still feel free to post :)



Hrt Icon 0 players like this post! Like?


Edited on 23/06/16 @ 13:14:47 by 😱 Banshee (main) (#43698)







Memory Used: 630.49 KB - Queries: 0 - Query Time: 0.00000 - Total Time: 0.00438s