problem with tables |
problem with tables |
Aug 2 2007, 03:57 AM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 63 Joined: Jun 2006 Member No: 427,490 |
I have been using 2 different browsers to view my site i'm working on to make sure it's viewing correctly. The problem is: the table alignment looks great on Firefox, and is messed up on Internet Explorer. Is there a solution for this, so that it works in harmony with both browsers?
Here's the first of the table code: CODE <table WIDTH=”160px” HEIGHT=”160px” border="0" cellpadding="5" cellspacing="5" align="center"> and here's the site itself: http://home.comcast.net/~crystalp138/apparel2.html ... Thanks. |
|
|
|
![]() |
| *The Markster* |
Aug 2 2007, 04:39 PM
Post
#2
|
|
Guest |
Alright, I can spot a few errors already.
First, I think the <table> tag doesn't have a "height" attribute, but that can be set with CSS. Secondly, in the "width" attribute of the <table> tag, "px" does not need to be included, since simply putting a number already indicates that it's in pixels. So maybe if you removed "px" from that, things should work out fine. |
|
|
|
crystalp138 problem with tables Aug 2 2007, 03:57 AM
IVIike It looks the same in IE and FF for me Aug 2 2007, 10:05 AM
tripvertigo because the text sizes are different. you are usin... Aug 2 2007, 11:02 AM![]() ![]() |