Re: HTML errors

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi David:

Quote your attribute value in "..."

On Wed, Jan 12, 2011 at 2:35 PM, David McGlone <david@xxxxxxxxxxxxx> wrote:

> Hi Everyone, I'm having a problem validating some links I have in a
> foreach.
> Here is my code:
>  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
> "http://www.w3.org/TR/html4/loose.dtd";>
>
> my PHP code:
> $categorys = array('home', 'services', 'gallery', 'about_us', 'contact_us',
> 'testimonials');
> foreach($categorys as $category){
> $replace = str_replace("_", " ", $category);
> echo "<li><a href='index.php?page=$category'>$replace</a></li>";
> }
>
> Validator Error:
> an attribute value must be a literal unless it contains only name
> characters
>
> âome>home</a></li><li><a
> href=index.php?page=services>services</a></li><li><a
>
>
> I have tried various combinatons and different doctypes. I'm beginning to
> wonder if this code is allowed at all.
>
>
> --
> Blessings
> David M.
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


-- 
Regards,
CHEN Dong

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux