|
|
#1 (permalink) |
|
Searcher
Surpass Staff
Joined in May 2003
Lives in Orlando
24,692 posts
Gave thanks: 943
Thanked 806 times
|
Anyone know why this table has spacing
I see spacing in Firefox
http://www.surpasshosting.com/servers.php But when I view it locally on my computer there is no spacing between the images. So it leads me to believe something in the CSS is causing this. But I am just.. ![]()
__________________
Follow Surpass on Twitter and Facebook
Check out interesting finds on the Surpass Blog .... it's coming. |
|
|
|
|
|
#3 (permalink) |
|
Searcher
Surpass Staff
Joined in May 2003
Lives in Orlando
24,692 posts
Gave thanks: 943
Thanked 806 times
|
![]() It looks fine on my computer but putting it on the all CSS site makes the table unhappy.. as I can understand.
__________________
Follow Surpass on Twitter and Facebook
Check out interesting finds on the Surpass Blog .... it's coming. |
|
|
|
|
|
#4 (permalink) | |
|
﴾͡๏̯͡๏﴿...tweet
Super #1
Joined in Dec 2005
5,768 posts
Gave thanks: 147
Thanked 151 times
|
Quote:
__________________
poof
|
|
|
|
|
|
|
#5 (permalink) |
|
Searcher
Surpass Staff
Joined in May 2003
Lives in Orlando
24,692 posts
Gave thanks: 943
Thanked 806 times
|
No sir. They must be playing Viva Pinata and drinking cocoa with tiny, tiny marshmallows.
__________________
Follow Surpass on Twitter and Facebook
Check out interesting finds on the Surpass Blog .... it's coming. |
|
|
|
|
|
#7 (permalink) |
|
after g, before i
Resident.
Joined in Jul 2004
Lives in N,BC,CA
8,055 posts
Gave thanks: 48
Thanked 129 times
|
Wow.. that is messed up. Tables + images + css = bad.
I don't mean to be critical, but this is a really good time to point out a few in some uses of standards. A) The page is using a XHTML 1.0 Strict doctype. Most of the code involving this problem is HTML 4, possibly not even valid. Note the uppercase attributes with no quotes surrounding the values. B) A table is being used in a place it shouldn't be... this is a classic list scenario. C) Navigational images are being used with no titles or alternate next. If you must use an image as a link, be absolutely sure to include the alt attribute with appropriate text. In the case of this, which is the desire to use a certain font, I'd consider sIFR. I apologize for this rant, but this is a really good example of simple mistakes compounding into a small cosmetic issue, but a cosmetic issue nonetheless. |
|
|
|
|
|
#8 (permalink) | |
|
Searcher
Surpass Staff
Joined in May 2003
Lives in Orlando
24,692 posts
Gave thanks: 943
Thanked 806 times
|
Quote:
Now I will redo it CSS style.. ![]()
__________________
Follow Surpass on Twitter and Facebook
Check out interesting finds on the Surpass Blog .... it's coming. |
|
|
|
|
|
|
#9 (permalink) |
|
after g, before i
Resident.
Joined in Jul 2004
Lives in N,BC,CA
8,055 posts
Gave thanks: 48
Thanked 129 times
|
It's not so much CSS style as actually using standards and semantics. In a lot of cases the 'quick-n-dirty' takes longer than doing it properly in the first place.
|
|
|
|