Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Extra White Spaces before or after Tables
Why is there extra white space before or after tables?
✍: FYIcenter
This is often caused by invalid HTML syntax. Specifically, it is often
caused by loose content within the table (i.e., content that is not
inside a TD or TH element). There is no standard way to handle loose
content within a table. Some browsers display all loose content before or
after the table. When the loose content contains only multiple line
breaks or empty paragraphs, then these browsers will display all this empty
space before or after the table itself.
The solution is to fix the HTML syntax errors. All content within a
table must be within a TD or TH element.
2007-03-03, 7344👍, 0💬
Popular Posts:
What CLASSPATH Settings Are Needed to Run JUnit? It doesn't matter if you run your JUnit tests from ...
How To Control White Spaces between Table Cells? - XHTML 1.0 Tutorials - Understanding Tables and Ta...
How do I use forms? The basic syntax for a form is: <FORM ACTION="[URL]">...&l t;/FORM>Wh...
How To Display a Past Time in Days, Hours and Minutes? - MySQL FAQs - Managing Tables and Running Qu...
How do you override a defined macro? You can use the #undef preprocessor directive to undefine (over...