Character & not allowed

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Freightliner

    Character & not allowed

    As per W3C validator,
    I replaced all & that appeared into URL or links with "&" in this
    webpage:
    Asikdewa adalah situs IDN Poker Terpercaya. Main Poker Online 88 & AsikDewa Poker di IDN PLAY dengan server stabil dan bonus paling besar di Indonesia!


    I still get two similar errors:

    Line 50, Column 92: character "&" not allowed in attribute
    specification list.
    ....bloomberg.c om/apps/news?
    pid=20601099"&a mp;"refer=dine" &"sid=ab982 jyHudKg"


    Thanks for help

  • David E. Ross

    #2
    Re: Character & not allowed

    On 4/10/2008 3:06 PM, Freightliner wrote:
    As per W3C validator,
    I replaced all & that appeared into URL or links with "&" in this
    webpage:
    Asikdewa adalah situs IDN Poker Terpercaya. Main Poker Online 88 & AsikDewa Poker di IDN PLAY dengan server stabil dan bonus paling besar di Indonesia!

    >
    I still get two similar errors:
    >
    Line 50, Column 92: character "&" not allowed in attribute
    specification list.
    ...bloomberg.co m/apps/news?
    pid=20601099"&a mp;"refer=dine" &"sid=ab982 jyHudKg"
    >
    >
    Thanks for help
    >
    In both cases, the & are parts of URIs. The quotes around them
    should be removed. The way you have coded this, each URI begins with
    "href=" and ends just before the first &amp.

    --
    David Ross
    <http://www.rossde.com/>

    Have you been using Netscape and now feel abandoned by AOL?
    Then use SeaMonkey. Go to <http://www.seamonkey-project.org/>.

    Comment

    • David E. Ross

      #3
      Re: Character &amp; not allowed

      On 4/10/2008 3:43 PM, David E. Ross wrote:
      On 4/10/2008 3:06 PM, Freightliner wrote:
      >As per W3C validator,
      >I replaced all & that appeared into URL or links with "&amp;" in this
      >webpage:
      >www.roberto089.com/press_089.html
      >>
      >I still get two similar errors:
      >>
      >Line 50, Column 92: character "&" not allowed in attribute
      >specificatio n list.
      >...bloomberg.c om/apps/news?
      >pid=20601099"& amp;"refer=dine "&amp;"sid=ab98 2jyHudKg"
      >>
      >>
      >Thanks for help
      >>
      >
      In both cases, the &amp; are parts of URIs. The quotes around them
      should be removed. The way you have coded this, each URI begins with
      "href=" and ends just before the first &amp.
      >
      Also, remove the terminal / from the ends of tag declarations. These
      generally belong only for XHTML or within URIs.

      --
      David Ross
      <http://www.rossde.com/>

      Have you been using Netscape and now feel abandoned by AOL?
      Then use SeaMonkey. Go to <http://www.seamonkey-project.org/>.

      Comment

      Working...