Cor
If the original file was linked correctly, it should work fine, but if the WYSIWYG screen is not showing the styles, it is likely that it cannot find the file. I'm guessing that you are using a free template from online somewhere.
To show the linked style sheets and edit them:If you click on Panels, then Stylesheets to open the stylesheets panel, it should list all linked stylesheets. There is a + sign at the bottom left of the panel, to allow you to add a new link. The stylesheet should then appear in the list, and you should be able to double click to edit the CSS code.
It may also depend on whether you are working on Windows/Mac or Linux. With the code you have, I would make sure that the folder is css not CSS, and the stylesheet is style.css not Style.css or anything else. Some of the makers of these templates do not check whether their
templates work across MAC, Windows and linux, or use best practice.
On Sunday, 26 May 2013 23:35:58 UTC+1, Corsari wrote:
Can you kindly better explain about the free/basic BlueGriffon and what follow?
Thank you in advance
I'm trying out BlueGriffon.
I'm loading/opening an existent website with its HTML files and CSS files, and it is an HTML5 project.
Why the WYSIWYG panel shows the page without CSS applied?
How they should be linked the CSS files, as example, in my HTML files I link them as follow
<link rel="stylesheet" href="css/style.css">
since my HTML pages are in the root and I have a CSS directory with the various CSS files in it.
Is it matter of changing the path stile from css/style.css to something else or what?
I don't find any tool/setup where to "tell" BlueGriffon which CSS to use in the page, so I suppose it should get it from the HTML source. Is it like that?
Thank you for any hint/reply/help
Cor.