I want to be able to make a png image and using a div overlay post it as a comment on someone's myspace.
For example...
They have an image with them looking godlike...

so I take a screenshot, do some drawing, get rid of the background and save my work as a png --->

and I post a comment on there myspace resulting in this outcome

Now I know my div overlay code would look something along the lines of
CODE
<div style="width: 452px; height: 113px; position: absolute; top:294px; center:100px" align="center">
<img
src="http://ad6storieshigh.com/myspace/messingwith/crown.png" border="0"></a>
</div>
But the problem is, when you post something like that myspace converts it to<img
src="http://ad6storieshigh.com/myspace/messingwith/crown.png" border="0"></a>
</div>
CODE
<div .."width: 452px; height: 113px; position: absolute; top:294px; center:100px" align="center">
..
src="http://ad6storieshigh.com/myspace/messingwith/crown.png" border="0">
</div>
..
src="http://ad6storieshigh.com/myspace/messingwith/crown.png" border="0">
</div>
Which is obviously a problem.
So I was thinking how else I could do this.
I noticed that for youtube videos you use an <object...etc...> and then an </embed>
tag
so I was wondering, is there a way to use the object/embed procedure to call to a file on a website that's holding my div overlay code? like if I made an html file that only had the div code in it.
Or something along those lines?
please adn thank you
