Pages: [1] |
|
|
Author |
Topic: css file not recognized in editor (Read 2031 times) |
manoire
Posts: 3
|
I am a new user, trying Snippetmaster Lite.
In the editor, my css file is not recognized, i.e. I don't see my style sheet formatting.
What am I doing wrong?
(of course the web pages on the website work perfectly, it is in the SnippetMaster WYSIWYG editor that I have the problem).
|
|
|
|
admin
Forum Administrator

Posts: 2686
SnippetMaster Author
|
Hello,
Can you tell me what is the URL for your web page? I will take a look and see if I can find any problem.. perhaps it is html coding or something? If I can't find the problem, then I'll ask you for a SnippetMaster admin un/pw, which you can send to me at "". (Also please include a link to this forum thread.)
Thanks!
|
|
|
|
manoire
Posts: 3
|
Here is the specific URL for the page that i am trying to edit in SnippetMaster:
http://216.147.34.191/content/incpage_about_us.htm
You'll see the CSS file is recognized.
Then when i bring it into Snippetmaster, it loses the css file recognition.
Thanks!
|
|
|
|
admin
Forum Administrator

Posts: 2686
SnippetMaster Author
|
The link tag that you are using is not valid HTML code, so Snippetmaster is not able to "find" it.
<LINK href="../_css/markham_endoscopy.css" rel=stylesheet>
You should change it to this valid code:
<LINK href="../_css/markham_endoscopy.css" rel=stylesheet type="text/css">
Let me know how that goes for you.
|
|
|
|
manoire
Posts: 3
|
Yo baby, yo baby! It's a magical thing.
merci Henri the great.
|
|
|
|
Magician51
Posts: 3
|
Hi,
I am having a similar problem where the style is not working in the editor.
My code is <style type="text/css" media="all">
@import "styleforindexhtml.css";
</style>
Is this correct?
|
|
|
|
Jenkinhill
|
I'd use
<link rel="stylesheet" type="text/css" href="styleforindexhtml.css" />
media="all" is assumed unless specified otherwise. Is there some special reason why you use @import?
|
Kelvyn
|
|
|
Magician51
Posts: 3
|
 Many tanks for that. I only used the code because I found it somewhere.... not a good idea I guess!!
|
|
|
|
|
Pages: [1]
|
|
|
|