Topic: Table Border problem (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: NZ |
posted 11-02-2003 01:57
Hi, guys. How are you? code: #study_grape {
|
Maniac (V) Inmate From: California |
posted 11-02-2003 04:00
Can you show us the page? I did a quick test in IE5, and I can see borders on all four sides of the table... |
Paranoid (IV) Inmate From: NZ |
posted 11-02-2003 21:12
Hi, thanks for your reply. |
Bipolar (III) Inmate From: College Station, TX |
posted 11-02-2003 22:02
Try adding a margin to the bottom of the div. |
Paranoid (IV) Inmate From: NZ |
posted 11-02-2003 23:19
Yeah, becase that table inludes picutre and text. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 11-03-2003 00:08
You should really be coding with a doctype. I doubt this particular problem is caused by the lack of a doctype, but even if it isn't, any solution you come up with isn't guaranteed to work when a doctype is added later on. You should always use a doctype right from the beginning when you make a page. |
Maniac (V) Inmate From: under the bed |
posted 11-03-2003 00:32
And for something this simple, and non-tabular, you really shouldn't be using a table. |