Current location: Hot Scripts Forums » General Web Coding » CSS » What is causing this gaps in my table?


What is causing this gaps in my table?

Reply
  #1 (permalink)  
Old 02-24-08, 11:14 PM
INTEL INTEL is offline
Newbie Coder
 
Join Date: Mar 2005
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
What is causing this gaps in my table?

Hello,

thank you for reading this.

please see:

http://ariadic.projectserver10.info/

I have two gaps, one right above the top gradient, and one where the box footer is. i dont know what is causing them.

Also, how can if you see the website in FireFox, the background image does not appear at the very bottom, any way around this ?

Thank you in advance.
Reply With Quote
  #2 (permalink)  
Old 02-25-08, 03:15 PM
INTEL INTEL is offline
Newbie Coder
 
Join Date: Mar 2005
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
I forgot to mention, please click on Spanish on the top, to get to the page that has the gaps.
Reply With Quote
  #3 (permalink)  
Old 02-25-08, 09:00 PM
SWGreenID's Avatar
SWGreenID SWGreenID is offline
Newbie Coder
 
Join Date: Jan 2007
Location: Chicago, IL
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Sometimes extra whitespace will cause these gaps. Try removing any whitespace after <td> tags and before </td> tags.
Reply With Quote
  #4 (permalink)  
Old 03-02-08, 06:22 AM
hinch hinch is offline
Wannabe Coder
 
Join Date: Oct 2004
Posts: 133
Thanks: 0
Thanked 0 Times in 0 Posts
You've set cellpadding and cellspacing but sometimes if something is padded inside it can cause problems.

One of the most reliable ways to solve table gaps is collapse the borders, try adding this to your CSS:

HTML Code:
table {
 border-collapse: collapse;
}
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
MYSQL database countll Database 2 06-19-07 04:20 PM
What do you think of my database structure? Oskare100 Database 5 12-27-06 07:43 AM
Pretty simple ( i think) question any help!?!? 0o0o0 PHP 2 04-07-06 10:47 AM
Problem with a sort table js function tdubyou JavaScript 0 05-03-04 09:19 AM
auto table resize derick_2k JavaScript 4 04-26-04 02:32 PM


All times are GMT -5. The time now is 02:09 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.