PDA

View Full Version : Home link irratation :mad:


Leeinuk
04-Jun-2003, 10:15 PM
Im currently making my site, and one thing which annoys me is on my product pages the "home" link at the very top of the page.

Here is a link to the catalogue im working on.

http://www.jpwoodworks.co.uk/acatalog/Online_Catalogue_Garden_Revival_1.html

Basically that "home" link at the top of the page, i want removed. I suspect that its in the template, but not sure how to go about removing it, since i DO NOT want this to be on my site.


Any ideas would be greatly appricated.



- Lee

garyhay
04-Jun-2003, 10:50 PM
I dont think Actinic generated that link. Open Act_Primary.html (in the site 1 folder) In dreamweaver/Notepad and remove the link.

Save the file

Leeinuk
05-Jun-2003, 07:59 PM
I had a look and its not in there. :(

pinbrook
05-Jun-2003, 09:24 PM
It looks to me as if it is the link that is normally on the logo.

ie the logo has been removed without removing the link

Leeinuk
06-Jun-2003, 12:13 AM
what logo?

Nadeem
06-Jun-2003, 09:59 AM
Hi Lee

Look in the template for Act_Header.html. This is normally where the logo is kept.

Kind Regards

cdicken
06-Jun-2003, 11:11 AM
Yes, open up Act_Header.html in Notepad by going to 'Advanced | Template Manager', clicking 'Change View', going to the 'Main' tab and clicking the 'Header' button.

Look for code like this:

<a href="../index.htm">&amp;nbsp;Home&amp;nbsp;</a>

near the top and remove it from the template. This code had been added by someone and now needs to be removed again.