PDA

View Full Version : index file to modify


jacy
02-Jun-2003, 01:39 PM
Hi there,
I have created brochure pages for my home page and about us page, contact us pages etc using the curves theme.

As i deleted the custom about us pages and terms & Cond pages i now only have my own pages that i created.
The problem i'm having is this:
if you have a look at the curves themes design and look at the curves on the left you will see the two bottom buttons called contact us & Information.

As i'm not using the pre set pages those 2 buttons are just sitting there. I tried to change the contact us one to a hyperlink email address and the information one i tried to point to the about us page using front page but when i previewed the site after doing this my changes didn't stick.

What page or template do i need to modify to change where those two images point to.

Cheers,

Jacy

Jan
02-Jun-2003, 02:13 PM
Those images are lmenu_contactus.gif and lmenu_info.gif and they are referenced in Act_Primary.html.

Regards

jacy
02-Jun-2003, 10:54 PM
thanks Jan

Cheers,

Jacy

jacy
05-Jun-2003, 05:42 AM
I made the changes to the information button in frontpage so the information button (image) now points to my About Us page. The trouble is that it opens in a new window. It didn't do that in preview mode? How do i change that?

Cheers,

Jacy

cdicken
06-Jun-2003, 07:55 AM
Check the html of the link (this a an <a href="...">...</a> tag).

Ensure that there is nothing in the <a> tag that looks like

target="_blank"

If there is, just remove this.

cdicken
06-Jun-2003, 07:56 AM
Check the html of the link.

This is a tag that looks like:

<a href="...">...</a>

Ensure that there is nothing in the <a> tag that looks like

target="_blank"

If there is, just remove this.