Problem styling a notice

HenrikHansen

Well-known member
I have succesfully added a background picture to a notice and wants a div with text shown in the picture. The code instead gives me the text below the picture. Any idea to move the text (div) into the picture?

HTML:
<img src="http://www.mysite.com/styles/default/NYC_Top_of_the_Rock_Pano.jpg" style="display:block;width=100%"/>
 
<div top:0px; left:0px;
color:white; font-size:11px;height:100%;width:200px;>
 
<div style="padding=10px"> testing testing </div>
 
</div>
 
Top Bottom