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:
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 *.
