Validation error (link tag)
-
Hi,
I’m getting w3c validation error on this line:(line)
<script type='text/javascript'>jQuery(document).ready(function(){ jQuery('a.colorbox').colorbox({iframe:true, width:'80%', height:'80%'});jQuery('a.rssmi_youtube').colorbox({iframe:true, innerWidth:425, innerHeight:344});jQuery('a.rssmi_vimeo').colorbox({iframe:true, innerWidth:500, innerHeight:409})});</script><link rel='stylesheet' id='wprssmi_colorbox-css' href='http://#pageaddress"/wp-content/plugins/wp-rss-multi-importer/css/colorbox.css?ver=3.5.1' type='text/css' media='all' />Error Line 510, Column 492: Element link is missing required attribute property.
…p-rss-multi-importer/css/colorbox.css?ver=3.5.1′ type=’text/css’ media=’all’ />
It seems <link> being used iside <body> tag generate this validation error. Any ideas for workaround?
The topic ‘Validation error (link tag)’ is closed to new replies.