Topic: Where is the text that appears in my browser tag coming from? [SOLVED]

My old system looked like this:-

In the browser bar tab it says "Tony Gamble Photography"

http://www.tonygamble.uk/Tea_Dance_Feb_2018/index.html


My Juicebox folders say this in the tab "Return to lots more Hurlingham Memories"

http://www.tonygamble.uk/Conserv_Mus_10 … index.html


Presumably I can get the browser tab to say "Tony Gamble Photography".

Can you tell me where I key the words, please?

Tony

Re: Where is the text that appears in my browser tag coming from? [SOLVED]

The text displayed in the browser tab comes from the contents of the <title> ... </title> tag (in the <head> section of your web page).

If you create a gallery with JuiceboxBuilder-Pro, then the application uses the Gallery Title for the <title> tag in the gallery's 'index.html' file.

However, you can open any HTML web page in a plain text editor and manually edit the page's <title> to whatever you like.
Just search for "<title>" (there should be only one entry in each web page) and change the text between the opening and closing <title> and closing </title>.

Re: Where is the text that appears in my browser tag coming from? [SOLVED]

Thanks Steven,

I have looked at the index.html so see where the text is coming from in the tab.

With Juicebox I am using this for my Title. It gets me my hyperlink back to my main menu and gets me a copyright notice. Can you think of a way of forcing it to start by saying Tony Gamble Photography so that got into the tap instead of Return to?

If we/I/you could do that it would save me editing each index.html created.

This is my title at the moment:-

<p style="font-family: Times New Roman;"><a href="/HurlList/" style="color: #ffff00; text-decoration: none;">Return to lots more Hurlingham Memories</a> | <span style="color: #33b4ca;">© Tony Gamble</span><br /><span style="color: #33b4ca; font-size: 48px;">Patrick Wright.</span></p>

Re: Where is the text that appears in my browser tag coming from? [SOLVED]

Open the template file that JuiceboxBuilder-Pro uses to generate the gallery's 'index.html' file and change the <title> there (so that your custom text appears as the <title> in all 'index.html' pages generated by JuiceboxBuilder-Pro).

Open the following file in a plain text editor:
Mac: /Applications/JuiceboxBuilder-Pro.app/Contents/Resources/template/index.html
Windows: C:\Program Files (x86)\JuiceboxBuilder-Pro\template\index.html

Now, scroll down to line 4 and change:

<title>%%TITLE%%</title>

... to:

<title>Tony Gamble Photography</title>

5 (edited by tonygamble 2018-04-17 08:57:13)

Re: Where is the text that appears in my browser tag coming from? [SOLVED]

Thanks Steven.

There is always a solution !

Brilliant.

EDIT. Works a treat now:-

http://www.tonygamble.uk/Conserv_Mus_10 … index.html

Re: Where is the text that appears in my browser tag coming from? [SOLVED]

Awesome! Thanks for letting me know!