PDA

View Full Version : Contact button


ambersoft
21-Jan-2003, 01:01 PM
Hi,

There is a 'contact us' button in the shop pages.

Does anybody know if there ia a way of getting this to appear on the brochure pages??

I'm using frames and my site is www.photo-scotland.co.uk

Thanks

Garry

TraceyG
22-Jan-2003, 09:39 AM
Hi Garry,

Try pasting the following code into Act_BrochurePrimary.html after NETQUOTEVAR:HEADERGUIDE

<A HREF="mailto:YourName@YourCompanyEmail.com" TARGET="_self"

onMouseOver="SwapImage('nav_mail','http://<your domain>/acatalog/mail2.gif')" onMouseOut="RestoreImage()">

<IMG SRC="http://<your domain>/acatalog/mail1.gif"
ALT="Contact Us"
BORDER=0
HEIGHT=15
WIDTH=66
name=nav_mail>
(Replace 'mail1.gif' and 'mail2.gif' with your button image)

I hope this helps.

ambersoft
22-Jan-2003, 10:00 AM
Thanks Tracey,

Tried it in the suggested place, but I'm using frames and it produced a button that did what I wanted, but in the wrong place..

I've now put this code into the Act_brochureframenavbar.html file immediatley after the NETQUOTEVAR:NAVGUIDE...

This now produces a button at the bottom of the other buttons with the relevant info....

Thanks again...

Garry:)