Page 1 of 3 123 LastLast
Results 1 to 10 of 21
  1. #1
    Join Date
    Aug 2006
    Location
    Kihikihi, New Zealand
    Posts
    230
    Plugin Contributions
    3

    Default HTML error, don't know how to resolve.

    I have tried to tidy up some HTML mistakes, and have a question about the following error"


    ... anchor "..." already defined
    Cause:

    An anchor with the same name is already defined. Each anchor should be unique.
    Solution:

    Choose another name for the anchor or modify the previous one.
    Sample:

    <form> anchor "my_form" already defined

    This relates to the following text (marked in red)

    <!--// bof: currencies //-->
    <div class="leftBoxContainer" id="currencies" style="width: 150px">
    <h3 class="leftBoxHeading" id="currenciesHeading"><label>Currencies</label></h3>
    <div id="currenciesContent" class="sideBoxContent centeredContent"><form name="currencies" action=
    As it is part of a PHP file, I am not sure if I can change this to say 'form1' or alike. http://www.inekesfashions.com.au/shop/

    Thanks,

    Goshawk
    Time is but an illusion, there is only "now"!

  2. #2
    Join Date
    Aug 2006
    Location
    Kihikihi, New Zealand
    Posts
    230
    Plugin Contributions
    3

    Default Re: HTML error, don't know how to resolve.

    And here is an error that I thought to have fixed before, but has now come back.

    If you visit my page with FF, and use your mouse wheel to scroll one click down, and then up again, you will notice that the flash banner disapears. If you then click on the scrollbars on the side of the browser, it jumps back into place again.

    This does not happen in IE.

    I am puzzled, are you?

    Anyone got any ideas on this one?

    Goshawk
    Time is but an illusion, there is only "now"!

  3. #3
    Join Date
    May 2005
    Location
    Phoenix Arizona (whew!)
    Posts
    188
    Plugin Contributions
    0

    Default Re: HTML error, don't know how to resolve.

    Quote Originally Posted by Goshawk
    And here is an error that I thought to have fixed before, but has now come back.

    If you visit my page with FF, and use your mouse wheel to scroll one click down, and then up again, you will notice that the flash banner disapears. If you then click on the scrollbars on the side of the browser, it jumps back into place again.

    This does not happen in IE.

    I am puzzled, are you?

    Anyone got any ideas on this one?

    Goshawk
    I'm using Firefox, and I'm having no problem with your flash heading (which is pretty cool, to say the least)

    Vicki
    www.moebiusenterprises.com

  4. #4
    Join Date
    Aug 2006
    Location
    Kihikihi, New Zealand
    Posts
    230
    Plugin Contributions
    3

    Default Re: HTML error, don't know how to resolve.

    Strange, as I have, and also a friend notice the same.

    Thanks for checking it out. It happened before as well, but then used the <embed> tag, and it disapeared, but W3C does not like me to use the embed tag, so I changed it back again. If it happens in mine, why not in yours? I have cleared my cache as well.

    Goshawk
    Time is but an illusion, there is only "now"!

  5. #5
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: HTML error, don't know how to resolve.

    Yeah, pretty weird.

    I rock the mouse scroll up and down and watch your flash mysteriously climb up and disappear all together.

    If I happen to figure out something, I'll let you know. For the time being, you should validate your CSS... your stylesheet requires attention and you're problem may get worked out.

  6. #6
    Join Date
    Aug 2006
    Location
    Kihikihi, New Zealand
    Posts
    230
    Plugin Contributions
    3

    Default Re: HTML error, don't know how to resolve.

    Thanks for trying, I will get my css up to date, hopefully it may resolve this issue

    Goshawk
    Time is but an illusion, there is only "now"!

  7. #7
    Join Date
    Aug 2006
    Location
    Kihikihi, New Zealand
    Posts
    230
    Plugin Contributions
    3

    Default Re: HTML error, don't know how to resolve.

    I have spend several hours validating both my HTML and my css, but still have the same problem with my disapearing flash in FF (see post above)

    Does anyone know how to fix this little problem? Who is up for the challenge?

    Goshawk
    Time is but an illusion, there is only "now"!

  8. #8
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: HTML error, don't know how to resolve.

    Hmmmm...
    Find in your stylesheet;
    Code:
    #navMainWrapper,#navSuppWrapper,#navCatTabsWrapper {
    width:auto;
    background-image:url(../images/Top_Bar.jpg);
    background-attachment:fixed;
    background-position:0 0;
    background-repeat:repeat;
    font-weight:700;
    color:#FFF;
    height:1%;
    margin:0;
    }
    Make a backup copy and replace above with;
    Code:
    #navMainWrapper,#navSuppWrapper,#navCatTabsWrapper {
    background-image:url(../images/Top_Bar.jpg);
    font-weight:bold;
    color:#FFF;
    height:1%;
    margin:0;
    }

  9. #9
    Join Date
    Aug 2006
    Location
    Kihikihi, New Zealand
    Posts
    230
    Plugin Contributions
    3

    Default Re: HTML error, don't know how to resolve.

    :) Yes that did the trick, must have been in the fixed background position..LOL
    Thought it must be something simple

    Thanks......

    Goshawk
    Time is but an illusion, there is only "now"!

  10. #10
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: HTML error, don't know how to resolve.

    You're welcome. That was the exact problem, yuppers... the fixed position.

    I wish I had more time when I first looked at it, but now your code is all cleaned up anyways and today, the problem now ceases to exist. You can treat yourself to a bubble bath and wash all that negative stress away.

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. ERROR, Don't know what to search for!
    By Bikerstuff in forum General Questions
    Replies: 14
    Last Post: 24 Jun 2014, 06:49 PM
  2. I keep getting an error, I don't know why
    By andybr1ggs in forum Installing on a Linux/Unix Server
    Replies: 0
    Last Post: 28 Jul 2009, 07:23 PM
  3. Internal error caused by USPS Shipping Module, How to resolve it?
    By transtor in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 19 Mar 2009, 01:01 AM
  4. I Broke Admin, But Don't Know How
    By bobguindon in forum Basic Configuration
    Replies: 2
    Last Post: 2 Apr 2007, 01:15 PM
  5. Don't know how to use gateways.....
    By lina0962 in forum General Questions
    Replies: 1
    Last Post: 13 Jun 2006, 03:44 PM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR