Topic: Netscape and the td tag (Page 1 of 1) |
|
---|---|
Maniac (V) Inmate From: there...no..there..... |
posted 11-14-2001 20:19
I have a table and I am wanting the page to be nice and liquid. I am having problems getting the left table data to remain at 10% width in Netscape. code: <table border="2" cellpadding="0" cellspacing="0" colspan="5" width="100%">
|
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 11-14-2001 20:38
CPrompt: I suspect this is the old NS4.x problem that it can't hold the cell to the right size without content (or something like that). I suspect your only solution is you want it that way is to use the transparent single gif trick (or a <br /> or a non-breaking space) to hold the column at the right width. |
Maniac (V) Inmate From: there...no..there..... |
posted 11-14-2001 20:52
Emps, |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 11-14-2001 21:40
CPrompt: There are a couple things: you might have a non-breaking space (which is not showing up here) in one of your table cells but do you have one in all the empty cells? Also, and this might be due to only being given part of the code, you seem to have colspan="5" in your table which may or may not be wrong but could be the cause of your problems. |
Maniac (V) Inmate From: there...no..there..... |
posted 11-14-2001 22:15
Yeah the non-breaking space is not showing up here. No I don't have one in the first cell, just the second one. The first cell should have text with the width being 10% and a col=1. When I go home I am going to change it and check it on NN4. I don't have it at work. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 11-14-2001 22:34
CPrompt: Do you even need colspan in the table? |
Maniac (V) Inmate From: there...no..there..... |
posted 11-15-2001 03:26
Nope Just forgot to take it out really. Still didn't work when I took it out. Could I be missing some type of word wrap? Not really sure here, I'm just grasping for straws. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 11-15-2001 04:02
CPrompt: I'd need to see some more code or, preferably, the site. |
Maniac (V) Inmate From: there...no..there..... |
posted 11-15-2001 14:52
OK. I'll upload it and let you know when I do so you can take a look at it. |
Maniac (V) Inmate From: there...no..there..... |
posted 11-15-2001 22:41
Nevermind. I fixed it. Thanks for all your help. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 11-16-2001 02:34
CPrompt: As long as its fixed!! For future reference could you let us know what the problem was? |
Maniac (V) Mad Scientist From: |
posted 11-16-2001 02:55
|
Maniac (V) Inmate From: there...no..there..... |
posted 11-20-2001 05:24
Guy's I am so sorry. I tried to edit my post and it kept telling me that I was trying to hack the topic code: <table border="2" cellpadding="0" cellspacing="0" width="100%">
|