Thanks alexis. I'm slowly getting the hang of it!
http://www.csszengarden.com sold me on CSS ... I've read some of the stuff at alistapart, as well as w3c and macromedias tutorials... it seems nothing is dedicated solely to what I'm trying to do, although I think "onion skinning" comes close.
heres my style sheet for what I'm having so much trouble with
<code> {
position: absolute;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
left: 15px;
top: -286px;
}
.welcome {
position: absolute;
background-image: url(images/b_welcomebox.jpg);
background-repeat: no-repeat;
background-position: 140px 270px;
z-index: -1
}</code>
and here's where i'm not having any luck. The text is fine, formatted how i specify in the style sheet, but my background image is not showing up.
<code><div class="welcome"><div class="style1">I handcraft every bag from quality top-grain cowhide.<br>
Stitching is nylon for longest wear, all zippers and hardware <br>
are solid brass.</div><img src="images/b_welcomebox.jpg"></div> </code>
and again my code tags aren't working.
<----retarded