| | Re: HTML Question
|
|
Bram, David, and all: I'm still not able to see the background on my table. I am using Netscape 4.5 so the browser shouldn't be an issue. It may be a case of garbled code elsewhere on the page. I would appreciate it if one of you could take the time (...) (25 years ago, 16-Jun-99, to lugnet.publish)
|
|
| | 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)
|
|
| | Re: HTML Question
|
|
Try modifying your BODY tag in the frame in question from <BODY BACKGROUND="none" BGCOLOR="#000000" TEXT="#ffffff" LINK="#0000ff" VLINK="#800080" ALINK="#ff0000"> to <BODY BACKGROUND="none" BGCOLOR="#000000" TEXT="#ffffff" LINK="#0000ff" (...) (25 years ago, 16-Jun-99, to lugnet.publish)
|
|
| | Re: HTML Question
|
|
Thanks Dave - this does indeed solve the problem. My sidebar is now right on the top, left margin. I still don't have it going all the way to the bottom of the screen - but I suppose that's because my table isn't large enough. Any idea an\bout how I (...) (25 years ago, 16-Jun-99, to lugnet.publish)
|
|
| | Re: HTML Question
|
|
(...) the (...) You can put a HEIGHT value in the TABLE or TD tags, but that may not work for all browsers. Alternatively, you could fill the last cell with a transparent one-pixel gif. The set the VSPACE for that IMG very high. --Bram Bram (...) (25 years ago, 16-Jun-99, to lugnet.publish)
|
|
| | Re: HTML Question
|
|
Add HEIGHT="100%" to your table tag. Just like WIDTH, you can set HEIGHT for a table and it will extend from the top of your page to the bottom. This will space each row out evenly though... as oppose to adding it all at the bottom. You may want to (...) (25 years ago, 16-Jun-99, to lugnet.publish)
|