TechTalkz.com Logo

Go Back   TechTalkz.com Technology & Computer Troubleshooting Forums > Tech World > Internet & Networking

Notices

PHP Styleswitch validation issues

Internet & Networking


Reply
 
Thread Tools Display Modes
Old 13-10-2009, 05:16 PM   #1
Newbie
 
Join Date: Oct 2009
Age: 27
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0 marc_tiss is an unknown quantity at this point


OS: Mac OS


PHP Styleswitch validation issues

Hi, I wondered if anyone could help. I'm getting errors when validating my webpage.

Here is the code in question, it switches stylesheets:

Code:
<?php $stylesheet = '<link rel="stylesheet" type="text/css" media="screen" title="User Defined Style" href="Style/' . ((!$_COOKIE["sitestyle"])?"default":$_COOKIE["sitestyle"]) . '.css" />';
print $stylesheet; ?>
and here are my validation errors.
Validation Output: 3 Errors

  1. Line 11, Column 6: document type does not allow element "br" here; assuming missing "object" start-tag <br />
  2. Line 13, Column 108: document type does not allow element "link" here …ed Style" href="Style/default.css" />
  3. Line 43, Column 7: end tag for "object" omitted, but OMITTAG NO was specified </head> You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">"

    Line 11: start tag was here<br />

Any help would be massively appreciated.

Thanks,

marc
marc_tiss is offline   Reply With Quote
Old 16-10-2009, 12:19 PM   #2
Support Staff
 
Ryan Ashbrook's Avatar
 
Join Date: Oct 2009
Location: Cincinnati, Ohio
Age: 21
Posts: 17
Thanks: 1
Thanked 2 Times in 2 Posts
Rep Power: 0 Ryan Ashbrook is an unknown quantity at this point


OS: Windows 7


Re: PHP Styleswitch validation issues

Try this:

PHP Code:
<?php $stylesheet '<link rel="stylesheet" type="text/css" media="screen" title="User Defined Style" href="Style/' . ((!$_COOKIE['sitestyle']) ? 'default' $_COOKIE['sitestyle']) . '.css" />';
print 
$stylesheet?>
__________________
Regards,
Ryan Ashbrook
TechTalkz Support Staff

Ryan Ashbrook is offline   Reply With Quote
Reply

Thread Tools
Display Modes



< Windows Help - MS Office Help - Hardware Support >


New To Site? Need Help?

All times are GMT +5.5. The time now is 04:37 PM.


vBulletin, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO
Copyright © 2005-2009, TechTalkz.com. All Rights Reserved - Privacy Policy
Valid XHTML 1.0 Transitional