Example of an image with text over it:
|
This is text over an image
|
|
The code that I used to put the text over the image:
<TABLE BORDER="0" cellpadding="0"
CELLSPACING="0">
<TR>
<TD WIDTH="221" HEIGHT="300"
BACKGROUND="images/1drip.jpg"
VALIGN="middle">
<FONT SIZE="2" COLOR="yellow">This is text
over an image</FONT> </TD>
</TR>
</TABLE>
|