Page 1 of 1

How to change CSS settings

Posted: Thu Oct 08, 2020 4:43 am
by aklisiewicz
I have a need to keep CSS files in a subfolder ofr the HTML folder of a particular page.
For example:

/MyFolder/MyPage1html

but everything else I need to keep in

/MyFolder/Subfolder1/MyPage1.css
etc......


How can I make WB to generate the HEAD html code like this ?

<head>
<meta charset="utf-8">
<title>Full Page</title>
<meta name="generator" content="WYSIWYG Web Builder 16 - http://www.wysiwygwebbuilder.com">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="font-awesome.min.css" rel="stylesheet">
<link href="MyFolder1/MyPage1.css" rel="stylesheet"> <------------------------------------------------------------------------------
...........................
</head>

Re: How to change CSS settings

Posted: Thu Oct 08, 2020 5:55 am
by Pablo
You can set the target folder for file types in Tools -> Options -> Publish