English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

On http://www.gptlist.com, the cellpadding on the tables make the text and pictures go great on firefox, but on IE the cellpadding does not work!?

For CSS, I am using this: padding: 15px;

and it is not working at all no matter what I put in on the IE.

What do i do?

2007-05-07 16:19:16 · 3 answers · asked by Anonymous in Computers & Internet Programming & Design

3 answers

You need to add the padding attribute to the element, not the

element.

table.white td {
padding: 15px;
}

It's nice to see you are trying to use CSS. Your HTML has some problems, however, such as the use of tables to control positioning, the use of deprecated tags such as
, some mispositioned / misaligned items, calling display attributes within HTML tags, etc., so the effectiveness of CSS in controlling your layout may be limited.

2007-05-07 16:28:21 · answer #1 · answered by Anonymous · 0 0

What's wrong with viewing it on firefox?

2007-05-07 23:25:49 · answer #2 · answered by anton t 7 · 1 1

http://www.w3schools.com/

... and Google.

2007-05-07 23:24:15 · answer #3 · answered by Anonymous · 0 1

fedest.com, questions and answers