PDA

View Full Version : Adding Text or Image infront of background image


Logikos
04-07-2003, 10:29 AM
Okay I would like to add some text, or an image to a specific background I have set in a certain area could someone fix my coding for me :p I would greatly appreciate it, and it would save me a lot of time.


<td rowspan="3" valign="top"><p><background="www.mysite.com/images/bgimage.gif">Text or Image here????</p></td>

Tony G
04-07-2003, 10:57 AM
I'm not sure what you want to do, but:

-Background goes inside the <td> tag.
-If you wanted a background and then image, where you have Image or text here you'd put a <img src=""> tag to call the image. If you want Text, just place it there.

Logikos
04-07-2003, 11:18 AM
Thanks Tony i see what you meant my putting the backround right after the table tag <td> Works lovely :)