[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: web design question



 

   I was wondering whether it was possible to overlay text on to an image in
   HTML... specifying a background image for a table cell or something like
   that. I think I've seen it done before, but of course I can't find the
   website now. 

You could use style sheets for this.  Just define a style such as

<style>
.foo { 
margin-top: -5em
}
</style>

in the header and put a <div class=foo>text</div> below the image.


-- 

Matthew Parry
<mettw@bowerbird.com.au>
<URL:http://www.bowerbird.com.au/>
-
"There now, didn't I tell you to keep a good count?  Well,
there's and end of the story.  God knows there's no going on
with it now." - Sancho Panza.




Reply to: