Re: Items inside quotes

Hi George,

To include an ampersand (&) in your text, it needs to be escaped as a 
character entity, e.g. &  This applies to URL attributes (href, src) as 
well as content.

   <a href=
   "http://edit.yahoo.com/config/send_webmesg?.target=george_fischer76530&amp;.src=pg">
   Warning unescaped &amp; or unknown &amp; entity "&amp; src"
   <img border="0"
        alt="Messenger notice"
        src=
        "http://opi.yahoo.com/online?u=george_fischer76530&amp;m=g&amp;t=1">
   </a>

take it easy,
Charlie


At 04:33 PM 9/24/2002 +0200, George Fischer wrote:

>To Dave Raggett,
>Just started your 'Beginning XHTML' book. I find it fascinating and Thanks 
>to all of you.
>
>I thought I would run Tidy to see how bad my programs are. Better than I 
>thought.
>
>Below might be a problem. So I thought I'd bring it to your attention.
>
>The following code puts an Anailable/Not Available Yahoo Mesenger graphic 
>on my page.
>Tidy shows the following errors.
>
>       <a 
> href="http://edit.yahoo.com/config/send_webmesg?.target=george_fischer76530&.src=pg">
>Warning unescaped & or unknown & entity "& src"
>
>       <img border=0 alt="Messenger notice" 
> src="http://opi.yahoo.com/online?u=george_fischer76530&m=g&t=1"></a><font 
> size="2">
>Warning unescaped & or unknown & entity "&m"
>Warning unescaped & or unknown & entity "&t"
>
>Best of luck to all of you.
>George Fischer

Received on Tuesday, 24 September 2002 12:15:41 UTC