PDA

View Full Version : Just a few queries


treppo
22-Jan-2003, 03:15 PM
Hi,
I'm pretty new to Actinic Catalog, I just have a few queries on some minor issues:

I would like to center the corporate logo

I would also like to add some links to a pop-up message, this would be to advertise a free gift and have a choice of gifts when purchasing a product. At the moment I have set it as an attribute but would like the choice to be on the pop-up menu, is this possible??????

Also can I add a 'back to the top' button in the Footer above/below the powered by Actinic button???

:confused:Ta :confused:

BSO
22-Jan-2003, 06:39 PM
"Also can I add a 'back to the top' button in the Footer above/below the powered by Actinic button???"


With regards to the above question, I sucessfully added this to my template, its simple but it works.

<div align="center"><a href="#top">back to the top</a><br>
</div>

mcottam
23-Jan-2003, 08:18 AM
To center the corporate logo.

In the Act_Header template change the html to:
<center>NETQUOTEVAR:LOGOIMAGE</center>
This should be on the third line

I hope this helps

Matt

treppo
23-Jan-2003, 09:12 AM
Originally posted by mcottam
To center the corporate logo.

In the Act_Header template change the html to:
<center>NETQUOTEVAR:LOGOIMAGE</center>
This should be on the third line

I hope this helps

Matt

Sorry this didn't to the trick, it centered the logo command when opening Act_header.html but didn't center the logo when in Catalog.

Thanks N e way
:(

cdicken
23-Jan-2003, 02:22 PM
What theme are you using?

treppo
23-Jan-2003, 03:09 PM
I am using layout13, I have tried adding some blank space to the left of the logo so that it sits central but looks odd on different screen resolutions!

cdicken
24-Jan-2003, 04:20 PM
You need to edit the HTML in Act_Primary.html - the 'Overall Layout' template. You can open up this file in Dreamweaver, or if you do to 'Design | Options | Layout' you can click the 'Edit' button to open the Overall Layout template in Notepad.

You need to edit the HTML around NETQUOTEVAR:LOGOIMAGE at the top of the file.