Discuss ...Cell Spacing & Cell Pading... in the HTML Programming forum on Dev Shed. ...Cell Spacing & Cell Pading... HTML Programming forum covering discussions of HTML and XHTML, as well as HTML-related issues such as writing W3C Compliant code. Use HyperText Markup Language for building websites.
The ASP Free website provides in-depth information on the latest developer tools available from Microsoft. Our cadre of writers, highly experienced industry experts, reveals the best ways to use established technologies as well as new and emerging technologies. Our coverage of Microsoft's development and administration technologies is among the most respected in the IT industry today.
ASP Free and Iron Speed Designer are giving away $5,500+ in FREE licenses. Iron Speed's RAD CASE toolset can save up to 80% of your coding time. One free license per week, one perpetual license per month! Download and Activate to enter!
Intel® Graphics Performance Analyzers is a powerful tool suite for analyzing and optimizing your games, media, and graphics-intensive applications. Used by some of the best developers on the planet, Intel GPA lets you maximize your app’s performance.
Posts: 112
Time spent in forums: 3 h 27 m 46 sec
Reputation Power: 9
Hi Dear
Y did not mention yr name Thanks yr prompt response, i applied that code on table that work when i do cellspacing 0 in this case table not come on 0 spacing plz check out that
Posts: 3,009
Time spent in forums: 1 Month 4 Days 17 h 35 m 11 sec
Reputation Power: 1221
Quote:
Originally posted by Sm00ve
Code:
.tableStyle {
cellspacing:1;
}
that isn't valid css,
first of all there is no attribute named cellspacing
in w3c css specs
and secondly you always have to specify a lenght unit on the value, unless the value is 0 then its optional,
you can use the properties:
border-collapse: collapse;
border-spacing: 0;
Posts: 5,268
Time spent in forums: 1 Month 1 Week 4 Days 10 h 31 m 27 sec
Reputation Power: 1953
See 'cell-spacing'. Note the hyphen.
cheers,
gary
__________________
There are those who manage to build a web site without knowing what they're doing; thereby proving to themselves they do, indeed, know what they're doing.