Preserved Topic: Easy Question |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: Canada |
posted 05-03-2002 00:50
This should be an easy answer. |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 05-03-2002 00:58
try background="image.jpg" |
Paranoid (IV) Inmate From: North Coast of America |
posted 05-03-2002 02:41
If that doesn't do it, try the CSS way: <table style="background-image: url(image.jpg);"> |
Maniac (V) Inmate From: under the bed |
posted 05-03-2002 03:23
Yes, it is an easy question, with an easy answer. |
Maniac (V) Inmate From: there...no..there..... |
posted 05-03-2002 14:17
Both Grumble and brucew ( and of course DL-44) are right. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 05-03-2002 21:44
background="image.jpg" |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 05-04-2002 07:59
It's not that NN4+ doesn't like it except it has a bad habit of rerendering the background in embedded tables so you need to set the background of the embedded table to a transparent gif |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 05-04-2002 09:56
Whoa... I could have sworn when I posted that, no one else had replied yet. I must be out of it. Gotta get more sleep... |
Bipolar (III) Inmate From: Canada |
posted 05-05-2002 14:52
I know html very well, I just havn't put a background into a table in a long time. i tried background="grid.jpg" but it didn't show. Then I realized that the grid.jpg wasn't in the right place. LOL |
Maniac (V) Mad Scientist From: From:From: |
posted 05-06-2002 02:33
Yes, you have to be absolutely sure of where the background image is, otherwise it won't work. I was once trying to make a website, and it took me almost two weeks to figure out where the image was. You need to make sure wether it's a JPEG file or a GIF file, otherwise it will be looking for something in the wrong format, and that would be bad. |
Maniac (V) Lord Mad Scientist Sovereign of all the lands Ozone and just beyond that little green line over there... From: Stockholm, Sweden |
posted 05-06-2002 13:13
I posted a good Netscape 4.x fix last week sometime, see Table background and Netscape 4.7 , you *can* have one full image filling a table, yet also have cells with different things. Easy fix, but not too obvious. |