View Full Version : pictures under tables


fatora
06-11-2003, 11:28 AM
hey i thnk this has been posted before but i canīt find the thread so here i go:

i want to put a pic on my web inside a table, but this tables has another ones inside of it and when i post this pic and i make it to be under the things you know some kind of background the tables cover the pic with a blackout.
how do i do to make the pic to be seeing under all the tables??

thanx a lot - fatora

EmpTcaN
06-11-2003, 01:02 PM
you want the picture to be the table's background right?
<table background="blahblah.jpg">

or you want the two pictures to show one is under another seperately?

<table>
<tr><td><img src="blah.gif"></td></tr><tr><td><img src="blah.jpg"></td></tr></table>