Optional css folder

Issues related to previewing and publishing your web site.
Post Reply
fender360
 
 
Posts: 11
Joined: Sun Jul 14, 2024 11:35 pm

Optional css folder

Post by fender360 »

Optional css folder

Hi. How do I get root folder /mycss to hold the common css content for the project. I've tried what is described in the documentation as seen in the image attached. But it doesn't work. They do not make into the mycss folder. I have to manually move css files from each sub directory to /mycss. Image
User avatar
Pablo
 
Posts: 22486
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Optional css folder

Post by Pablo »

The folder should be a single value, not a path.
so, instead of
/mycss
use
mycss
fender360
 
 
Posts: 11
Joined: Sun Jul 14, 2024 11:35 pm

Re: Optional css folder

Post by fender360 »

Thanks but I need to get it into the root instead of each of the sub folders. Thanks for trying.
fender360
 
 
Posts: 11
Joined: Sun Jul 14, 2024 11:35 pm

Re: Optional css folder

Post by fender360 »

By the way, this does work ../mycss but not /mycss. Strange eh.
User avatar
Pablo
 
Posts: 22486
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Optional css folder

Post by Pablo »

Sorry, but it need to be a name, not a path.
Post Reply