I am trying to add a stylesheet to a website. The stylesheet URL is,
http://www.widgetsinabottle.com/widget/widgetstyle.css
Here is the code in the head for the page,
<link type="text/css" rel="stylesheet" href="http://www.widgetsinabottle.com/widget/widgetstyle.css"/>
Here is the website URL,
http://widgetsinabottle.com/widget/demo/effect.html#.UBltBWEe5K3
The problem is that it is not showing the stylesheet when I debug it with firebug.
Here is the code snippet from <head>
<!-- Include jQuery -->
<!-- Include Theatre files - I recommend extracting all the Theatre files into "theatre" folder for easier upgrades in the future -->
http://www.widgetsinabottle.com/widget/widgetstyle.css’ rel=’stylesheet’ type=’text/css’ />
Looks to me that you have pasted your html code inside an xml document, Get rid of
<?xml version="1.0"?>at the top of the document.