Topic: Netscape table woes (Page 1 of 1) |
|
---|---|
Maniac (V) Inmate From: Houston(ish) Texas |
posted 05-08-2001 18:27
I'm trying to create a table format for my 'low browser' version of my website. The homepage is a banner image with some text under it. I want the top cell to be just slightly larger than the image, and the lower cell (with the text) to take up the remaining room. IE has no problem with this, but Netscape keeps making the top cell take up over half the page, so the text is far below the image. |
Maniac (V) Inmate From: Houston(ish) Texas |
posted 05-08-2001 18:32
Addendum: The easiest way to get the text under the image is to not specify a table height. This makes all the cells just as tall as the content forces them. |
Neurotic (0) Inmate Newly admitted Neurotic (0) Inmate Newly admitted |
posted 05-08-2001 18:37
im guessing your <img src="images\banner.gif" width="500" height="120"></img> is a typo of sorts. should be "images/banner.gif", and there isnt a closing img tag. even if it were xml, i thought the syntax was supposed to be <img src="images\banner.gif" width="500" height="120" /> for elements that dont have a closing tag. |
Maniac (V) Inmate From: Houston(ish) Texas |
posted 05-08-2001 19:43
I have a bad habit of using backslashes. Luckily, the site is currently running on my win2k workstation, and it doesn't care. I will correct that. |
Neurotic (0) Inmate Newly admitted Neurotic (0) Inmate Newly admitted |
posted 05-08-2001 21:30
you could always use javascript to control the height of the cell (there is a thread i started in the javascript forum on it). |