Hi i'm Floyd and i am going teach you about images Hi i'm Floyd and in this lesson we are going to learn about Images. IofM.net Free Internet Service Provider for the Isle of Man
 



Dealing with Images


Introduction
Aligning Images
Image Borders
Wrapping Text
Some Examples
  Aligning Images



Now, using the image align tag, I can also choose where the image is placed on the page. For instance, I can line it up on the right:

<img align=right src="floyd.gif">

Which - surprise! - pushes it to the right:

Floyd the Webmaster



Centreing an image is a little trickier, because

<img align=centre>

doesn't work on every browser. Instead, you'll have to first centre the paragraph, with <p align=centre>, and then place the image.

So, to centre our little monkey, we'll write:

<p align=centre><img src="floyd.gif">

And it will appear like this:

Yep,,its me again !


Previous Page Back Next Next Page


Index / Lesson One / Lesson Two / Lesson Three / Lesson Four