• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

How could I achieve this?

sophie

New Member
Attached is a paint picture I did of what I'd roughly like my site to look like. I'm fine with the basic tables but I want the image of Stitch to overlap the text... I think I need to use div layers, I'm not sure. Can anyone give me an HTML snippet of how I could put the picture over the text (see image)?
 
<style type="text/css">
#blah { position: relative; top: -300px; left: 250px }
</style>

-----

<img src="pic.gif" width="400" height="400">
<p id="blah">
Don't you rather want the text over the image?</p>
 
Back
Top