HTML Code?

You want to put your ad inside of your div? Or you want to move your ad to the left more?

If you want it in your div, add left padding to the div to make it expand more to the left. Then simply use CSS to insert your image. (Use Pixels to approximate where at the image is.) Confused? http://www.tizag.com/cssT/padding.php
 
Volux said:
You want to put your ad inside of your div? Or you want to move your ad to the left more?

If you want it in your div, add left padding to the div to make it expand more to the left. Then simply use CSS to insert your image. (Use Pixels to approximate where at the image is.) Confused? http://www.tizag.com/cssT/padding.php

No. I want it to be on the left side of the div, OUTSIDE.
 
Oh try this in your index.html document.
<IMG SRC="imagename.jpg" ALT="If you need/have one, not neccessary" ALIGN="right" HSPACE=40>

Keep your <IMG SCR> where it is, but use the right align as it will move the image to the right, it should be Exactly by your div (on the left). And the HSPACE determines how much space there is between the pic and div. So increase the HSPACE will mean more space between them.

Hopefully that works.
 
Back
Top Bottom