PDA

View Full Version : Changing the <Title> Tag


AnnettePB
16-Jan-2004, 01:14 AM
I know that Actinic allows you to enter meta tags like descriptions and keywords. However I cannot seem to find where I can edit the title of each section. The Title is very important and Actinic always places the Company name before the section name in the title of each page. I would like to remove the Company Name from the title. I'd like to be able to customize the Title of each section page, however I see no place in the software where I can do this. I don't want to edit it manually in another program, becuase then each time you upload Actinic you have to manually change each page again.. NOT what I want to do!

How would I edit the Title tag in Actinic? Thanks in advance for your help.

rmladden
16-Jan-2004, 02:35 AM
Edit Act_Primary.html and take NETQUOTEVAR:PAGETITLE out of the title tag. NETQUOTEVAR:PAGEHEADER is the section name you set, so you can leave that.

NormanRouxel
16-Jan-2004, 03:05 AM
Try making a CUSTOMVAR (see Advanced / CustomProperties), called, say, SECTIONTITLE. The put CUSTOMVAR:SECTIONTITLE into Act_Primary within the <TITLE> and </TITLE> tags.

Now open a Section / Advanced / Properties, click the "+" and choose SECTIONTITLE. Set its value to the title you want. If using business uncheck Searchable and check Use as CUSTOMVAR.

Norman

AnnettePB
16-Jan-2004, 01:28 PM
BRILLIANT!!!

Thank you both so much. It was simple to do and worked wonderfully!!

Can't thank you enough!! Hats off to you both! :D