Replies

Jul 8, 2009 16 years ago
dainty_775
User Avatar

I was wondering if someone could give me a code that would be possible to position an image over the single column on my current profile? Thanks c:

Jul 8, 2009 16 years ago
Revel
is sweet
User Avatar

Over as in a general background or actually sitting over the column?

You can position a div with the image but it'll cover everything it sits on so any links or text underneath it won't work.

<style> {position:absolute; top:100px; left:200px; width:100px; height:100px} </style> <div id=Same Divname><img src=ImageUrlHere><*/div> Remove the *.

Please log in to reply to this topic.