NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: BColladay on December 06, 2011, 01:06:10 PM

Title: NT6 when using custom css
Post by: BColladay on December 06, 2011, 01:06:10 PM
In NT5 I always maintained a separate custom css file with my tweaks.  Let's call it tweaks.css.  I would edit the gzipall.bat file and add tweak.css to the "all" process.  With NT6 doing the "all" and "GZipping" automagically, how do I go about maintaining these files?
Title: Re: NT6 when using custom css
Post by: Bruce on December 07, 2011, 06:08:39 AM
make sure your "tweaks.css" is added to the list of Style files (it should be already anyway.)
WebServer \ settings \ Styles \ Files.

Then it's included in the GzipAll batch file for you.

Cheers
Bruce
Title: Re: NT6 when using custom css
Post by: BColladay on December 07, 2011, 08:40:16 AM
Thanks, sounds good.