Simulate position:absolute and higher z-index without using CSS?

MogycyncGok

New Member
I've created a code generator which makes it easy for users to embed an image in a website. This website, however, removes all CSS styling attributes and JavaScript from any code pasted in the input boxes.This means I have to display my logo beneath or above the generated image on the page. I want my logo to be displayed on-top the image (preferably in the top-left corner). Using CSS it would be possible to style this as \[code\]position:absolute\[/code\] and \[code\]z-index:2\[/code\] to generate that effect. But I can't do that because of the disabled CSS.Are there any zany ways you can think of to get my logo overlaid on my media without using CSS or JavaScript (so just HTML)?
 
Back
Top