Simon,
This error occurs if you have a hard coded url to a .css file on one of your Primary templates. The workaround is to use a CUSTOMVAR in its place.
Edit the respective Primary template with Notepad or dream weaver
Locate the CSS links which point to CSS files via URLs.
Insert before these lines...
CUSTOMVAR:REMOTECSS
Cut and paste the CSS Link lines and paste them into a blank notepad document. Save the new document to RemoteCSS.html in the site folder.
Save your Primary template
Create a new CUSTOMVAR called REMOTECSS in Advanced | Custom Properties.
Add the CUSTOMVAR REMOTECSS to Design | Options | Site Defaults:-
Property REMOTECSS
Value RemoteCSS.html
Searchable Unticked
Use as Customvar Ticked
File name Ticked
Use File Content Ticked
The error should not appear any more when previewing or generating the site.
Kind regards,
This error occurs if you have a hard coded url to a .css file on one of your Primary templates. The workaround is to use a CUSTOMVAR in its place.
Edit the respective Primary template with Notepad or dream weaver
Locate the CSS links which point to CSS files via URLs.
Insert before these lines...
CUSTOMVAR:REMOTECSS
Cut and paste the CSS Link lines and paste them into a blank notepad document. Save the new document to RemoteCSS.html in the site folder.
Save your Primary template
Create a new CUSTOMVAR called REMOTECSS in Advanced | Custom Properties.
Add the CUSTOMVAR REMOTECSS to Design | Options | Site Defaults:-
Property REMOTECSS
Value RemoteCSS.html
Searchable Unticked
Use as Customvar Ticked
File name Ticked
Use File Content Ticked
The error should not appear any more when previewing or generating the site.
Kind regards,
Comment