I have an object which can be called only inside an IMG tag (<img src="location of object">). How can I put this element as a background for a table ?
I'm not sure what you mean man, can you expain a bit more ? to add a backgrpound to a table , you could use this , <TABLE CELLPADDING=8 CELLSPACING=0 BACKGROUND="location of image"> but I guess you already knew that
I'm using static google map as background which is tobe embedded in img tag (with API key). i wish to know how to do this?
i used <img style="z-index: -1; width: ; height: ;" src=""> to fix the problem i had with a similar thing..
Sorry for asking again. the element for table will be <table id="mytable" background""> Can I put <img style="z-index: -1; width: ; height: ;" src=""> as <table id="mytable" background"<img style="z-index: -1; width: ; height: ;" src="">"> I'm a beginner
<table width="400" height="400" valign="top" border="1" cellspacing="0px"> <tr height="50"><td>Title</td></tr> <tr height="350"><td>Some more text</td></tr> </table> <img src="error.jpg" style="position: relative; top: -400px; ;z-index: -1;height: 400px; width: 400px;"> PHP: This is just so you´ll get an idea on how to do it. You´ll have to edit it to suit your needs..
Thanks. BTW, is there any way we could avoid the empty space created after placing this element? (my table is placed inside another table) ?