Is the above possible ?
I took all the code in betweem the b skin tag and hosted the css file on my external web server. (I made sure i include the following tag
<style type="text/css"> and the respective closing tag in my external css sheet.
in the blogger template, i deleted the b skin tag and tried replacing with the beneath code but just gives me the following error..
There should be one and only one skin in the template and we found: 0
CODE 1 I TRIED..
<STYLE TYPE="text/css">
@import url(http://myexternalsite.com/code.css /);
</style>
then i removed that i tried the following, still the same message,
<link rel="stylesheet" type="text/css" media="all"
href="http://myexternalsite.com/code.css" />#
i removed the B SKIN opening and closing tag btw from the template.
I cant find the answer anywhere on google.
HELP?