Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
table padding?
Name: wheelspinner99 Date: February 26, 2005 at 14:52:49 Pacific OS: n/a CPU/Ram: n/a
Comment:
I am designing a website (www.xsdtech.com). If you go there you can see a white space between the header and the content. I have checked & rechecked the code and I can't find anything wrong. It renders without the space in Firefox but in IE the space can't be removed. Any help would be great. I am using style sheets and i have adjusted the margin, border, and padding to 0. I even went into the index and manually set all these entries to ensure they were being processed. Any help would be great!
Summary: Layers are separate entities. When content changes on one layer it doesn't affect content on another layer. From what you described I think you would be better off by simply including the text within ...
Summary: Well, one part of the problem is that in the style sheet you have a class called "main" and then that style is used for both the body and for the table that you are having problems with. Instead defin...