<body onload="MM_preloadImages('http://tutorials.elusionerie.com/wp-content/themes/Galaxy/switch2.png');new Accordian('basic-accordian',5,'header_highlight');">

Search the site

Subscribe

Subscribe to the blog!!!

Get updates on all the happenings @ this place. If you want to see something on here, please feel free to suggest anything!

Browse...

iiNet SUED for allowing illegal file sharing!?!?! Its the end of the internet as we know it... 5 hrs ago
Change font size

Inserting and Aligning Images

Tags: ,

Inserting an image is one of the most basic html tags anyone should know! All it is is:

<img src="http://imageurl.com/image.jpg">

Easy! This shows up as so:

Aligning Images

To align pictures on a page, you can use either one of the following tags:
align=”left” OR
align=”right”
So with the image tag we had earlier, we just incorporate this tag into the html:

<img src="http://imageurl.com/image.jpg" align="right">

If you want to center your image, simply type <center> before the image tag, and </center> after it to close it off:


<img src="http://imageurl.com/image.jpg" align="right">

Similarly, you can also use the top, middle and bottom tags to specify how the text is positioned next to the image:
align=”top” OR
align=”middle” OR
align=”bottom”
Using these tags would produce the following results:

Align=”top”

What type of bird is this?

Align=”middle”

What type of bird is this?

Align=”bottom”

What type of bird is this?

  • Digg
  • Reddit
  • del.icio.us
  • StumbleUpon
  • TwitThis
  • Facebook
  • Mixx
  • Technorati
  • Ma.gnolia
  • Google
  • feedmelinks
  • Spurl
  • Live
  • NewsVine
  • Sphinn
  • MisterWong
<3 Love this post?
Loading ... Loading ...

See also...

Leave a Reply

Switch Themes;
Home | About | Contact | Links | elusionerie.com
© elusionerie.com 2008.
Layout adapted from the Foliage layout @ 5ThirtyOne. | Top
Epichronicity is proudly powered by WordPress
Entries (RSS) and Comments (RSS).