my question … if this is the “normal”way to include a .css stylesheet :
<link rel="stylesheet" type="text/css" href="highslide/highslide_min.css" />
and this is the code to be include to use normalize.css
<link rel="stylesheet" src="//normalize-css.googlecode.com/svn/trunk/normalize.css" />
The question is why using href and src ??? i am lost… i am like to change src for
srcis an error in the documentation on Google Code.hrefis correct.(I have filed a ticket to get this fixed)
The normalize.css homepage does not point to a CDN.