image layout issue
image layout should have no white space. i can't figure out what's causing it. i have padding:0; in the css on ALL table classes as well as for td via td{ padding:0; }
to see the issue, go to http://24.91.157.113/findyourdesire/profile.php?un=Neo
the images are suppossed to be a 375 by 375 block. the other cell there is suppossed to be 375 pixels. the bar across the top is suppossed to be 750 pixels. the table holding the profile is suppossed ot be 750 pixels in width, so the nested table for the images should be 375 since it's 100% of the cell and 750 - 375 = 375
if anyone can help me remove the white space i would greatly appreciate the help
POSIX. because a stable os that doesn't have memory leaks and isn't buggy is always good.
Suzanne posted this at 18:33 — 29th December 2003.
She has: 5,507 posts
Joined: Feb 2000
It's probably your doctype, I didn't look at your code, but that's the most common issue.
http://devedge.netscape.com/viewsource/2002/img-table/
m3rajk posted this at 02:00 — 31st December 2003.
They have: 461 posts
Joined: Jul 2003
as i look through that i want to note that the doctype is html 4.01 transiitional
and i am tryingto eliminate all the white space that i didn't expect there. i expected the sizes of the inner table to be 375 in width. i set the cells for the imageds to be 250 by 250 for the "main" and 125 by 125 for each of the "thumbs" making a 375 by 375 block
all numbers are in pixels
the outer table is 750 pixels wide. the other cell it's against is 375 pixels wide. width and heights are set in css.
padding:0; is part of the td{} in the css and all the table classes
POSIX. because a stable os that doesn't have memory leaks and isn't buggy is always good.
m3rajk posted this at 02:13 — 31st December 2003.
They have: 461 posts
Joined: Jul 2003
tried several variations of their suggestion. none worked. trying setting the cell sizes....
m3rajk posted this at 02:19 — 31st December 2003.
They have: 461 posts
Joined: Jul 2003
ok. setting the cell sizes doesn't work in mozilla. yet i know the width of the main table is 750 pixels. that 250+125=375 and the other cell's width is 375 and 375+375=750. i also know the images inserted are 250 by 250 for the large "main" and 125 by 125 for the 5 smaller "thumbs"
POSIX. because a stable os that doesn't have memory leaks and isn't buggy is always good.
Suzanne posted this at 04:53 — 31st December 2003.
She has: 5,507 posts
Joined: Feb 2000
you have unbreakable text pushing things open.
m3rajk posted this at 13:02 — 31st December 2003.
They have: 461 posts
Joined: Jul 2003
changing from $_SERVER['PHP_SELF'] to profile.php (which is what it should read when i get a real host anyway) caused it to go away, so you're definitely right.
last night i saw it for the first time in netscape 7....worst display was there... by far.
POSIX. because a stable os that doesn't have memory leaks and isn't buggy is always good.
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.