| | 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)
| |