Tutorials: Images Absolute Positioning:

Why stick your images in tables when you can absolute position them? With this nifty script you can put your images ANYWHERE on a site.

Just add the following code to your site, wherever you want an image. Play around with the positioning until you get it EXACTLY where you want it. Make sure to specify the width and height of your image.

If you are positioning a top image like what I have on this page, make sure it is set at left=0 and top=0. That way the top of the image won't be cut off. Hope that helps.

<--Back