Right, i've tried every way i can find to get a valid xhtml style sheet link.
i've tried -
and i think there was another.
so far from the W3 validator it seems that xhtml doesn't like the href with the link and style tags but i can't seem to find anything to say what else to use.
been using the following site for reference -
http://www.w3.org/TR/REC-html40/present/styles.html#h-14.3
i've tried -
Code:
<style href="show.css" rel="stylesheet" type="text/css">
<link href="show.css" rel="stylesheet" type="text/css">
and i think there was another.
so far from the W3 validator it seems that xhtml doesn't like the href with the link and style tags but i can't seem to find anything to say what else to use.
been using the following site for reference -
http://www.w3.org/TR/REC-html40/present/styles.html#h-14.3