Image Tutorial

Ever wondered how to put and align images on your site? Here's how!

To put an image on your site, use this code:

<img src="http://yourdomain.com/image.gif">

Remember to switch 'http://yourdomain.com/image.gif' with your image address.

Aligning images is really simple, too.

This image is aligned left. It looks really nice when the text goes beside the image. This is also really good for big images or when you have a lot of content. This is the code:

<img src="http://yourdomain.com/image.gif" align="left">

You can also change 'left' to right.

© Stainedink.com 2007 - 2008