| | Re: HTML Question
|
| Hmmm...well after putting the background statement in all my left hand side table cells (sheepish grin)...it does indeed work. Originally I had only put the <BACKGROUND=""> statement in an empty <TD> cell. Of course, the result doesn't seem as nice (...) (25 years ago, 16-Jun-99, to lugnet.publish)
| | | | Re: HTML Question
|
| (...) Try this: <table background="foo.bar"> <tr> <td> </td> </tr> </table> If I remember correctly, you might have to add background="none" to the TD tag. --Bram Bram Lambrecht / o o \ BramL@juno.com ---...---oooo-----(_...o---...--- WWW: (URL) (25 years ago, 16-Jun-99, to lugnet.publish)
| | | | Re: HTML Question
|
| Bram, This works too and it's a more elegant solution than putting the background in every <TD> The result is still a background strip that doesn't touch at the top and bottom of the screen, unfortunately. I can live with this though...thanks to (...) (25 years ago, 16-Jun-99, to lugnet.publish)
| |