Style location

Issues related to previewing and publishing your web site.
Post Reply
Hbrownell
 
 
Posts: 161
Joined: Fri Dec 06, 2019 3:58 pm
Location: Kentucky
Contact:

Style location

Post by Hbrownell »

I want to use Wysiwyg to develop some html for email advertising. But, in order to do so I need to be able to set the location of the style to a remote folder on the web along with the imagery used in the advertisements. As they are related to a specific website, I'd like to build a separate folder within that site to host the new images and style sheets, but this leaves me with a question of how to do this.
A couple options seem likely,
1. I upload the project to the site in a different Web Builder Project with the destination being that specific folder, and then pull down the HTML from the server and integrate it into the email,
2. I publish the file locally and change the html to look for the style sheet at the URL of choice. This is not my preferred choice as I don't want to have to type a new URL for every single different html that I create.

Can I set the style location in a preference somewhere that is project specific? The images also seem to be a little temperamental in that they will work if they are the "images" folder, but nothing else even when I manually change the URL to a different destination. Am I wrong in this?

Thanks!
User avatar
Pablo
 
Posts: 22429
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Style location

Post by Pablo »

You cannot set an absolute location for styles.
But you can set a relative folder for CSS files in Tools -> Options -> Publish -> File Type Output Folder
Post Reply