| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| First Time Poster! Join Date: Apr 2004
Posts: 1
![]() | Newb needs help! Hello, I am a novice web designer and I have been stumped on this problem for almost two months now. The page I am referencing can be found at the following address: ????: NamePros.com http://www.namepros.com/programming/26579-newb-needs-help.html http://www.pgroove.com/quicknews/content_frame.php The main photo and the five colored blocks underneath it are all a part of one subdivided table. The cell padding is set to 1. I believe you can view all of this in the actual source code. So here is my probem - the page appears as intended when viewed with Mozilla. The spacing around all of the "blocks" is even on the vertical and horizontal plane. However, when viewed in IE6, the spacing is not as intended. Can someone please help me. This has been driving me nuts. Completely nuts. Any suggestions would save my mental health. Thanks, Ben |
| |
| | #2 (permalink) |
| New Member Join Date: Apr 2004 Location: Iasi, Romania
Posts: 7
![]() | line 183: <tr> -> <tr align="right" valign="top"> line 203: <tr> -> <tr align="center" valign="middle"> Please be more carefull when using align parameters. Mozilla and IE don't use the same rander rules. Good luck! Darkus |
| |