dan8
03-10-2003, 09:29 PM
I have an image in a table, but I also want to put some text over top of the image in the table, how do I do that?
|
View Full Version : Quick easy question dan8 03-10-2003, 09:29 PM I have an image in a table, but I also want to put some text over top of the image in the table, how do I do that? epolady 03-10-2003, 09:46 PM Set the image to be the background of the table. <table background="backgroundname.jpg"> <tr> <td>YOUR TEXT</td></tr></table> |