Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Web Programming > HTML > HTML Code Clinic
|
HTML Code Clinic Do you have some HTML code you'd like to share and get suggestions from others for tweaking or improving it? This discussion is the place.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the HTML Code Clinic section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 17th, 2003, 08:34 PM
Registered User
 
Join Date: Sep 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default padding not working in table tag


I've got a quick CSS questions.
When I try to add padding to a table via a class or inline style it doesn't work.
Here's how I'd write the inline style-
style=" padding:15px; magin:5px; border:solid 1px #362F2D;"

I get the border and the margin but no internal padding. What gives? This style works in Divs, spans and td's but not in the table tag. What am I doing wrong?

Thanks for your help,
Pete

 
Old September 17th, 2003, 08:41 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 425
Thanks: 0
Thanked 3 Times in 3 Posts
Default

Hi :)

If you are looking for the CSS equivalent to cellpadding apply padding to TD.

Padding on TABLE doesn't really make sense in the same way as margin on TD doesn't.

(o<
//\ =^..^=





Similar Threads
Thread Thread Starter Forum Replies Last Post
innerHTML tag is not working in firefox johnpaul8182 ASP.NET 2.0 Professional 0 March 4th, 2008 07:29 AM
<b> tag for getting a rounded corner table? Cyber Shiva HTML Code Clinic 1 March 13th, 2007 05:23 AM
HTML tag from C# or ASP.NET tag from javascript angshujit ASP.NET 2.0 Basics 3 February 16th, 2007 10:07 AM
table tag Adam H-W CSS Cascading Style Sheets 4 April 6th, 2005 08:29 PM
Create table with date format not working. krstofer Classic ASP Basics 2 March 15th, 2004 10:45 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.