Zen Cart Logo
Forums / General Questions / How can I insert/add FIREWORKS HTML or Image Object with links on it?

How can I insert/add FIREWORKS HTML or Image Object with links on it?

Locked

Views: 3,457

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
17 Jul 2009, 2:04 AM
#1
bnamodel avatar

bnamodel

New Zenner

Join Date:
Jul 2009
Posts:
24
Plugin Contributions:
0

How can I insert/add FIREWORKS HTML or Image Object with links on it?

Hi there,

I used Fireworks to make a logo image that involves rollover and links on part of it. Now I hope to insert this Fireworks HTML into my store page header. Is there any ways to do that?

Also, I want to totally remove the "SALES_TEXT" area, and make the inserted image appear in the middle of the header. Could you show me the method?

I'm really looking forward to your helps!! Thank you very much!

Kind Regards,
Brian

P.S. The version of Zen Cart I'm using is 1.3.8.

17 Jul 2009, 3:15 AM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: How can I insert/add FIREWORKS HTML or Image Object with links on it?

A link to what you currently have would make advice more accurate, but you should be able to add the HTML (without <html> or <body> tags) to /includes/templates/your_template/common/tpl_header.php. You would probably want to put it in the logo section of that file, replacing the current logo and sales text functions.
Then use the stylesheet to position the new logo.

18 Jul 2009, 12:15 AM
#3
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: How can I insert/add FIREWORKS HTML or Image Object with links on it?

I've answered this a couple of times on the forum. Search for " hotspots " or " image map "...

It can be done - quite easily - but don't use fireworks to edit the zc pages. Just grab relevant bits of code... then paste these bits into your zc page/code.