Layouts
♥ Default Lyts ♥ Double-Background Lyts ♥ Regular Lyts ♥ Skinny Lyts ♥ Skinny Default Lyts ♥ Table Background Lyts ♥

Learning Basic HTML
How To Code Images
Aligning Text - Images - Links - Symbols - Text Effects
Using A Code
Most sites which offer graphics for your profile or website, have ready-made codes for you to use. All you have to do is select the whole code and hold in CTRL + C to copy it. Then to paste it, hold in CTRL + V.
Uploading Your Own Image
01. First you need to find somewhere to upload your image to. I suggest TinyPic.Com or Photobucket.Com (if you want to upload multiple images). There are normally instructions on to upload your image on whatever image host you are using.
02. Once your image has uploaded, use the URL provided ("Direct-link") and insert it into one of codes below, wherever it says "URL"...

Simple image code -
<img src="URL">

Image with border - *Change # to a number* -
<img src="URL" border="#">

Image with alt - *hover over* - Replace "alt here" with your alt -
<img src="URL" alt="alt here" title="alt here">

Image too big? Re-size it! - *Change # to a number* -
<img src="URL" width="#px" height="#px">
Not What You're Looking For?
Learn how to align images here!Learn how to link images here!


