CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2005
    Posts
    135

    tr in wrong place?

    Hi
    I have a page that appears correctly in IE but in FF the top right appears incorrectly.
    The Home | Fixtures | Contact section appears to be one row down?
    ANy ideas why?
    I have run it through a validator and it doesn't seem to find a problem with the code.
    http://www.bighammercc.co.uk/averages.html
    Thanks

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: tr in wrong place?

    Wow, you have way too many tables in that code. You could easily get that same layout with one table.

    I don't believe that there are any problems with the tables. I think that your CSS mixed with the tables is causing this. Personally, I would switch to pure CSS instead of dealing with all those tables.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  3. #3
    Join Date
    Nov 2005
    Posts
    135

    Re: tr in wrong place?

    yeah, I know it's the old fashioned way to do it but I copied it from a template!
    I found what it was though, there was a tag in there style='white-space: pre' that only FF was picking up

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured