Server Hosted Logos

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
kwag_myers
Propellus Maximus
Posts: 810
Joined: Wed Jul 25, 2012 11:36 am
Location: Ann Arbor, MI

Server Hosted Logos

Post by kwag_myers »

I'm trying to figure out the best way to implement the company logo from an outside source into the toolbar of a tripane WebHelp output. Currently, I have a blank image for the logo and a Toolbar.htm file set up with this style in the header:

Code: Select all

#ToolbarButtons
{
	background-image: url('https://static.company.com/logos/company/100_45.png');
	background-repeat: no-repeat;
	background-position: 10px 2px;
}
This requires running a script to copy my customized file into the Output folder post build. Is there a way I can add the URL into the toolbar so I don't have to run the script?

Backstory: In the three years I've been here, this company has changed its logo four times as a result of a merger that didn't go well. Now we're in the 2.0 launch of the company. Subsequently, the developers put a variety of logo files on a server and are now requiring everyone to link to these files.
"I'm tryin' to think, but nothin' happens!" - Curly Joe Howard
Post Reply