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)

{Leaving} (#43698)


View Forum Posts


Posted on
2018-02-28 10:58:55



Snakies sorry I don't know that one!

Astro you will need to screenshot (I use snipping tool on my laptop) the image then upload to it to an image site (imgur for example).




Hrt Icon 0 players like this post! Like?

AstroRey (#125443)

Bone Collector
View Forum Posts


Posted on
2018-02-28 11:00:11
Done that jajaja I looked throw this post and found that answer
Thanks a lot though!



Hrt Icon 0 players like this post! Like?

AstroRey (#125443)

Bone Collector
View Forum Posts


Posted on
2018-03-11 09:29:51



Hrt Icon 0 players like this post! Like?

Skydicer (#116586)

Blessed
View Forum Posts


Posted on
2018-03-21 16:55:20
2018-03-21.png

cant seem to make the picture clickable :O?



Hrt Icon 0 players like this post! Like?


Edited on 21/03/18 @ 17:05:07 by Skydicer (#116586)

🐌Beanie🐌 (#121404)

Devastator
View Forum Posts


Posted on
2018-03-29 11:53:06
Marked!



Hrt Icon 0 players like this post! Like?

Blizzard (#143522)

Savage
View Forum Posts


Posted on
2018-06-18 00:37:48
blank.png




Hrt Icon 0 players like this post! Like?


Edited on 18/06/18 @ 00:47:54 by Blizzard (#143522)

Genius Yoongi (#105347)

UwU
View Forum Posts


Posted on
2018-06-23 21:26:08
I'm quite confused on how to combine code? Like said I want to make a Header in the center of the page. Every time I do that it ignores the centering. I'm not sure how I'm supposed to combine the two pairs of code.
Another example would be fontsize and centering.




Hrt Icon 0 players like this post! Like?

Devin (#141123)

King of the Jungle
View Forum Posts


Posted on
2018-06-24 04:34:59
Try;
<*p style="text-align:center;font-family:Georgia,serif"*/>
Text here.
<*/p>

(Remove *'s)



Hrt Icon 0 players like this post! Like?

The Equestrian (#103606)

Prince of Terror
View Forum Posts


Posted on
2018-06-25 13:19:42
The making your text a link doesn't work ;-;



Hrt Icon 0 players like this post! Like?

Devin (#141123)

King of the Jungle
View Forum Posts


Posted on
2018-06-25 13:35:39
<*a href="url here">TEXT HERE<*/a>
Could you try this in a reply? :3



Hrt Icon 0 players like this post! Like?

Elliot (#115368)

King of the Jungle
View Forum Posts


Posted on
2018-06-29 14:48:33
what websites work other than imgur for pics



Hrt Icon 0 players like this post! Like?

Devin (#141123)

King of the Jungle
View Forum Posts


Posted on
2018-06-29 14:50:57
Tinypic - you can "upload" your images and copy and paste the the URL they give you. :3



Hrt Icon 0 players like this post! Like?

Elliot (#115368)

King of the Jungle
View Forum Posts


Posted on
2018-06-29 14:55:33
thx



Hrt Icon 0 players like this post! Like?

Devin (#141123)

King of the Jungle
View Forum Posts


Posted on
2018-06-29 14:56:00
No problem. :3



Hrt Icon 0 players like this post! Like?

CKGylaonGlow (#127632)

Ill-Natured
View Forum Posts


Posted on
2018-06-29 16:08:15
Go Devin!!

Helping the world!



Hrt Icon 0 players like this post! Like?







Memory Used: 638.60 KB - Queries: 2 - Query Time: 0.00050 - Total Time: 0.00610s