Preserved Topic: Tables help? |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: solitary confinement |
posted 09-20-2000 20:57
o.k. I made a navigator, and cut it up into 25 pieces. (5 rows across, 5 rows down) |
Bipolar (III) Inmate From: solitary confinement |
posted 09-20-2000 21:03
Just read my message...seems a little vague? |
Paranoid (IV) Mad Scientist From: EN27 |
posted 09-20-2000 21:08
Try this in your img tag. hspace="0" vspace="0" Thats all I'm going to guess on without seeing your code. If that doesn't work for you post the page. We'll look at the code. |
Bipolar (III) Inmate From: solitary confinement |
posted 09-20-2000 21:53
Code is like this: |
Paranoid (IV) Mad Scientist From: EN27 |
posted 09-20-2000 22:01
Could you please post the page so that we might examine the code and see the problem. |
Paranoid (IV) Inmate From: The Dark Side of the Moon |
posted 09-20-2000 22:06 |
Paranoid (IV) Mad Scientist From: Massachusetts, USA |
posted 09-20-2000 22:15
Yeah, even if it's just a geocities page or something, get a free one and put it up... it's a lot easier. I've had this sort of problem before so I might be able to help once I see it. |
Bipolar (III) Inmate From: solitary confinement |
posted 09-20-2000 22:18
As noted in my first post, I have no webspace as yet. |
Paranoid (IV) Mad Scientist From: EN27 |
posted 09-20-2000 22:21
Zip everything up and email it to me. I'll post it. |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 09-20-2000 22:22
Go to www.tripod.com |
Bipolar (III) Inmate From: solitary confinement |
posted 09-20-2000 22:26
believe it or not, the line break apparently was causing the problem. |
Maniac (V) Inmate From: Boston, MA, USA |
posted 09-20-2000 22:44
Ha - you beat me to it. It's a good lesson to learn. Odd, but that's the way life is sometimes. |
Maniac (V) Lord Mad Scientist Sovereign of all the lands Ozone and just beyond that little green line over there... From: Stockholm, Sweden |
posted 09-20-2000 23:51
Yah, the carriage return is always the problem with these. For the record, you really only need to make sre that there is no carriage return inside the <td> tags, you can put braeaks between the <tr> tags, no problem there. If your code is too hard to read, you can put your breaks inside your tags, like this... |
Neurotic (0) Inmate Newly admitted |
posted 09-21-2000 01:31
i've only had the line problem in netscape since it sucks with tables(ie bad spacing, doesn't let you change border color on all sides), i whined to my friend who works as a consultant at netscape about that and he said he'd talk to a few of the egineers he knew...netscape should die... |
Paranoid (IV) Mad Scientist From: EN27 |
posted 09-21-2000 01:48
Instead of going off into a rant let me point you to this article in the Archives: http://www.ozones.com/forum/Archives/Archive-000005/HTML/20000728-8-000019.html |
Bipolar (III) Mad Scientist From: Camillus, NY, USA |
posted 09-21-2000 19:49
Why is the archive font so damn BIG? |
Bipolar (III) Inmate From: Dallas, TX |
posted 09-21-2000 20:31
Just a quick observation, but it seems to me you would be better off ditching all the <td>s in there anyways, and just include every image side by side in one <td> like so: code: <tr>
|
Maniac (V) Mad Scientist From: Mi, USA |
posted 09-22-2000 16:39 |