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. |
|
|
|
![]() |
| *tripvertigo* |
Aug 2 2007, 11:02 AM
Post
#2
|
|
Guest |
because the text sizes are different. you are using 8px for links and body and 8pt for td's. stick with one.
|
|
|
|
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
The Markster Alright, I can spot a few errors already.
First, ... Aug 2 2007, 04:39 PM![]() ![]() |