Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within HTML Pages with CSS and JavaScript
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
Helidon Revealed: A Practical Guide to Oracle’s Microservices Framework
this week in the
Java in General
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Liutauras Vilda
Ron McLeod
Sheriffs:
Jeanne Boyarsky
Devaka Cooray
Paul Clapham
Saloon Keepers:
Scott Selikoff
Tim Holloway
Piet Souris
Mikalai Zaikin
Frits Walraven
Bartenders:
Stephan van Hulst
Carey Brown
Forum:
HTML Pages with CSS and JavaScript
cellspacing issue...
Theo van Loon
Ranch Hand
Posts: 71
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hello all,
i have a table in which i set cellspacing to 0. However the cells still have some space between them. This is the css style i use :
table.white td { cellspacing: 0; cellpadding: 0; background-color:#000000; border-collapse: collapse; border: 1px solid #FFFFFF; font:normal 0.9em "Lucida Sans", "Lucida Sans Unicode", sans-serif; color:#FFFFFF; width: 150px; }
Could anyone help me out on this one?
Thanks
Eric Pascarello
author
Posts: 15385
6
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
table.white { padding: 0px; background-color: #000000; border-collapse: collapse; border: 1px solid #FFFFFF; font:normal 0.9em "Lucida Sans", "Lucida Sans Unicode", sans-serif; color:#FFFFFF; } td{ width: 150px; } </style>
He's dead Jim. Grab his tricorder. I'll get his wallet and this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
layout and multibrowser hell
urgent help in jsp taglib
Want to Stop Text Wrap Around in Table Cells
Make rows not appear when certain row value appears
How many people share your name?
More...