View Full Version : Images in the header


RedNB
07-28-2005, 09:20 PM
Hi..I am new here and need a little help.
I am trying to place 2 images in my header. One I want on the top left and the other I want below that image in the center.
Can someone help me with this?

Thanks,
Nancy

kittycat
07-28-2005, 11:44 PM
<p align="left"><img src=image1.gif></p>
<p align="center"><img src="image2.gif"></p>

Or you could use absolute positioning: http://www.lissaexplains.com/css2.shtml#position

RedNB
07-31-2005, 07:53 AM
Thanks it worked!!