Wednesday, August 22

Formatting a picture.

Pretty much the same as formatting text apart from you put the < p > tag around the image tag. If you haven't yet learned how to insert images into myspace, click here! If you have, continue reading. To format pictures, here is the method:

Centered image:
<p align="center">< img src="http://www.google.co.uk/intl/en_uk/images/logo.gif"></p>

Aligned to the left image:
<p align="left"><img src="http://www.google.co.uk/intl/en_uk/images/logo.gif"></p>

Aligned to the right image:
<p align="right"><img src="http://www.google.co.uk/intl/en_uk/images/logo.gif"></p>

The images should now look like this:
Centered image:


Aligned to the left image:


Aligned to the right image:



That's basically all you will need to know about formatting pictures!

No comments:


AddThis Social Bookmark Button