Link to home from Logo

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
eholwell
Propeller Head
Posts: 10
Joined: Mon Mar 10, 2008 6:26 am

Link to home from Logo

Post by eholwell »

Hi. I'm hoping this is very easy to sort out! I have included our company logo in the skin but I don't want it to link to Home. How can I change this? I don't want it to link to anything! Thanks. I'm generating WebHelp 2 help, using Flare 10.
Last edited by eholwell on Wed Apr 23, 2014 7:54 am, edited 2 times in total.
Nita Beck
Senior Propellus Maximus
Posts: 3667
Joined: Thu Feb 02, 2006 9:57 am
Location: Pittsford, NY

Re: Link to home from Logo

Post by Nita Beck »

Please specify if you are building HTML5 Help or WebHelp, and also which version of Flare you are using, so that we know specifically how to advise you.

EDIT: So was I totally blind and did not see that you included those details in your original post?! Wow... my eyes are worse than I thought!
Nita
Image
RETIRED, but still fond of all the Flare friends I've made. See you around now and then!
Nita Beck
Senior Propellus Maximus
Posts: 3667
Joined: Thu Feb 02, 2006 9:57 am
Location: Pittsford, NY

Re: Link to home from Logo

Post by Nita Beck »

On your behalf, I went looking in an HTML5 skin in both Flare 10 and Flare 9, but I cannot find where the click event of the logo is being programmed. Sorry... I've come up short...

Anyone else?
Nita
Image
RETIRED, but still fond of all the Flare friends I've made. See you around now and then!
eholwell
Propeller Head
Posts: 10
Joined: Mon Mar 10, 2008 6:26 am

Re: Link to home from Logo

Post by eholwell »

So, I'm building WebHelp 2, using Flare 10.
eholwell
Propeller Head
Posts: 10
Joined: Mon Mar 10, 2008 6:26 am

Re: Link to home from Logo

Post by eholwell »

No - I edited my initial post. Relax!!!
eholwell
Propeller Head
Posts: 10
Joined: Mon Mar 10, 2008 6:26 am

Re: Link to home from Logo

Post by eholwell »

Ok - thanks for your time and efforts, anyway.
katew6
Jr. Propeller Head
Posts: 8
Joined: Tue Mar 04, 2008 4:22 pm

Re: Link to home from Logo

Post by katew6 »

I would like to know if this can be done too. Like Nita, I can't find anywhere this is programmed. Just went to the second page in this forum and there is an answer there for WebHelp, but I can't find a similar thing for HTML 5 Output.
katew6
Jr. Propeller Head
Posts: 8
Joined: Tue Mar 04, 2008 4:22 pm

Re: Link to home from Logo

Post by katew6 »

I worked out how to do this.
SteveS
Senior Propellus Maximus
Posts: 2087
Joined: Tue Mar 07, 2006 5:06 pm
Location: Adelaide, far side of the world ( 34°56'0.78\"S 138°46'44.28\"E).
Contact:

Re: Link to home from Logo

Post by SteveS »

katew6 wrote:I worked out how to do this.
I'd be interested to know how you've solved the problem!
Image
Steve
Life's too short for bad coffee, bad chocolate, and bad red wine.
jasonsmith
Sr. Propeller Head
Posts: 205
Joined: Wed Apr 28, 2010 2:51 am

Re: Link to home from Logo

Post by jasonsmith »

You could solve this by editing the file default.htm in your output folder. Open the default.htm file in a text editor and search for the following line:

<div id="header"><a href="Default.htm"><h1 class="logo"></h1></a>

Delet the <a> tags to remove the link to home.

<div id="header"><h1 class="logo"></h1>

You should do this after your output has been built, because building it again will overwrite the default.htm file.
Post Reply