Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
I'm having trouble getting my project to use inline css instead of external css files 5.6 I have turned off the project's external css check box and each page I go into html code and deselect the "extern css" checkbox. Going back into the page's html code the extern css option is selected again and the inline css doesn't show. What am I missing in making this option stick to inline css? I'm running the published html on an arduino microcontroller and looking to minimise the number of calls made when browsing the pages. I also intend to minify the html files produced because I can't use gzip on the server. Interestingly when it is published to local disk the css is inline. |
||||
|
That checkbox on the HTML-Code dialog is only for viewing, so that you can more easily turn on / off the styles attached to the tags in the editor. Only the checkbox in the settings for the whole project causes css styles to get an own file or not. |
||||
|
Ah, thanks for the clarification. |
|