This is to answer a question posted in a wrong thread...
Is there anyone who knows how to include a remote css file? How should this be linked to the main css file of website baker?
Marco
Hi Marco
Try this in your screen.css
@import url("http://www.remoteserver.com/remote.css");
Cheers
Virgil