HI! I have a CSS file that's currently stored in CMSmadeSimple. I need a way to do attach it with absolute link without CMSmadeSimple generate the code for me:
NOT
How can I do that?
Thank you very much!
Absolute link to a CSS file in CMSmadesimple?
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Absolute link to a CSS file in CMSmadesimple?
Simple
a) Open the stylesheet in the cms admin
b_select all
c) copy
d) paste the contents to a new file in notepad
e) upload that file to something.css in your cms root directory
f) change the template to point to it with the appropriate tag
CMS doesn't limit what you can do, we just attempt to organize it. and to separate content from design.
a) Open the stylesheet in the cms admin
b_select all
c) copy
d) paste the contents to a new file in notepad
e) upload that file to something.css in your cms root directory
f) change the template to point to it with the appropriate tag
CMS doesn't limit what you can do, we just attempt to organize it. and to separate content from design.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Absolute link to a CSS file in CMSmadesimple?
Thanks for your super quick reply.
I don't really think thats what I'm looking for.
If I upload it separately like this then there's no way for another user come in to edit that something.css file in CMSmadeSimple, right?
If there's no way to do that, I guess I'll just have to go this route?
I don't really think thats what I'm looking for.
If I upload it separately like this then there's no way for another user come in to edit that something.css file in CMSmadeSimple, right?
If there's no way to do that, I guess I'll just have to go this route?
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Absolute link to a CSS file in CMSmadesimple?
oh so you want it as an external file, AND to have the ability for other users to edit it via a gui?
CMS doesn't allow for that.
CMS doesn't allow for that.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Absolute link to a CSS file in CMSmadesimple?
You could try the tags from the cache plugin:
http://dev.cmsmadesimple.org/projects/cache
There you'll have temporary external files and can edit still edit the css via CMSms.
Thomas
http://dev.cmsmadesimple.org/projects/cache
There you'll have temporary external files and can edit still edit the css via CMSms.
Thomas
Re: Absolute link to a CSS file in CMSmadesimple?
And there is a static_stylesheet tag which sounds like it might do what you're after (but which I've never used so hey I may be talking rubbish again).
http://dev.cmsmadesimple.org/projects/static-css/
s.
http://dev.cmsmadesimple.org/projects/static-css/
s.