For example
1) at ato->Style & edit HEADER AREA->Configure Header Area add the following just before the %image
HTML Code:
<div class="my_codeoverlay"><img src="http://yourdomain.com/wp-content/yourimage.jpg" /></div>
HTML Code:
<div class="my_codeoverlay">This is teh text to show up</div>
HTML Code:
#wrapper {position: relative;}
div.my_codeoverlay {
left: 130px;
position: absolute;
top: 50px;
width: 100%;
z-index: 99;
}







Hybrid Mode
