Pages: [1] |
|
|
Author |
Topic: CSS styles - no-show in Firefox (Read 27 times) |
skylight
Beta Tester
Posts: 4
|
I'm using Snippetmaster PRO v.2.2.2 with Firefox 2.0.0.6 (for Mac).
All of my HTML pages reference an external css file:
<link href="css/ynf.css" rel="stylesheet"/>
No styles show up in the pulldown styles menu.
|
|
|
|
skylight
Beta Tester
Posts: 4
|
SOLVED:
In my link to the stylesheet I ommitted: type="text/css"
The complete stylesheet link in the Head section of the HTML page should be:
<link href="css/ynf.css" rel="stylesheet" type="text/css"/>
Now the styles show up in Snippetmaster.
|
|
|
|
|
Pages: [1]
|
|
|
|