Results 1 to 3 of 3

Thread: why why why..

  1. #1
    Join Date
    Jul 2008
    Location
    boston, ma
    Posts
    88
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default why why why..

    Ok, this page in FF, IE7, looks great. In IE6, at the bottom middle, where the 2 banners are, there's the word "more...". I have examined the html file for extra "more..." links. I have even deleted the more links from the page. and the same thing happens but with the end of the word "five". So somehow ie6 is duplicating the last word in the "spotlight" section and bringing it down to the bottom. WHY?
    It is a pure duplication, but why? Why is it happening and how can I fix it?
    Thanks

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    I can't answer your question "why why why" but it seems the last 5 characters of your EU div will be repeated. Until you can figure out why, here's a solution, just add 5 spaces at the end which will then be repeated instead. They will still be there but you won't see them.
    Code:
    <p><a href="#">EU Headline Five</a></p>
    <p align="right"><a href="#">more...</a></p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

  3. #3
    Join Date
    Jul 2008
    Location
    boston, ma
    Posts
    88
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default

    works for now Thanks!

Bookmarks

Posting Permissions

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