webmaster2 Posted December 25, 2004 Posted December 25, 2004 Hello guys & Merry Christmas~ Bin awhile since I've posted anything. (guess it is a good thing...) To the point~ I want to use an image as background for my info box. How do direct the image? I've tried with HTML code (<img src="xxxx"</img>), but that didnt work to good. Can anyone please give me a hint. BTW I searched the forum but nothing close to what I need. Thanks Happy Holidays "Sometimes doing the right thing isn't doing the right thing"
peterr Posted December 25, 2004 Posted December 25, 2004 Hi, This is how you 'overlay' one image on top of another: <td height="95" background="images/infobox_background.jpg"><img src="images/infobox_foreground.jpg" width="350" height="95" alt="Some alt text" border="0"></td> so for your needs, do the same, for the table dimension, use the 'background' specification, but don't have the "<img src=..." specification. Still have every other spec that is now there for the info box though. Peter
Recommended Posts
Archived
This topic is now archived and is closed to further replies.