PDA

View Full Version : How to stop Homepage & all Brochure Pages having same <title> Tags?


GAViN™©
02-Sep-2009, 01:55 PM
Is this possible ...

The ACT_BROCHUREPRIMARY.html page at the moment has the following <title> tags:

<title>Dutchwest Ltd - Supplier for Philips Spare Parts, Philips Accessories and Philips Consumer Lifestyle Electrical Products</title>

So every Brochure page I create has the same Page Title.

What do I need to change in order to have different page titles for each of the brochure pages I create?

leehack
02-Sep-2009, 02:09 PM
Put a title in on each brochure page itself, there's a field for it. Yours are probably all the same because you have not added any in, so defaulting to the standard one?

GAViN™©
02-Sep-2009, 02:42 PM
Am wondering because long time ago when I setup the Act_Brochureprimary.html page I removed the:

<title>NETQUOTEVAR:PAGETITLE</title>

from the template file,

should I change the template to the above and reupload the site. ?

I do have the fields filled in for the TITLE on Actinic, but dont have the attribute in place as above.

Duncan Rounding
02-Sep-2009, 02:43 PM
...and in In the template the reference just needs to be like this:
<title>NETQUOTEVAR:PAGETITLE</title>
it will then pick them up from Actinic.

leehack
02-Sep-2009, 02:46 PM
Why would you remove it? It's the most important part of html on a page. Put it back in for sure.

GAViN™©
02-Sep-2009, 02:53 PM
I know - No idea as to why I removed it, probs when testing something out and forgot to change the code back.

Have made the necessary amendments & re-uploading the site :)