Results 1 to 2 of 2

Thread: HELP please, with error code

  1. #1
    Join Date
    Feb 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default HELP please, with error code

    I am doing a simple webpage for another person. The webpage basically consists of a list of names, and when you mouseover the names, a picture and a short bio appears.

    It worked fine for me, but when I sent it to the person, the image links were broken. She re-linked them in the design view in Dreamweaver, and now the webpage doesn't run at all.

    She did an error check and it comes up as this: The entity name must immediately follow the '&' in the entity reference.

    Does anyone know why this might be? Please try to explain it in a simple way because I'm a noob and barely know what I'm doing at all.

    Please tell me if you need more info to determine what's wrong.

    THANKS IN ADVANCE!!

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Sounds like javascript code is getting seen as HTML code. You can have & and more often && in javascript but not in valid HTML where it is reserved for the start of an entity like:

    HTML Code:
    &
    or:

    HTML Code:
    ©
    To be of much more help we would need a link to the page.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •