Hello, I need to make my logo clickable but have no idea how to do it?
Announcement
Collapse
No announcement yet.
How do I make my logo Clickable?
Collapse
X
-
How do I make my logo Clickable?
Kathleen
www.bikerbabesleathers.com
www.theleatheroutpost.com
Please "like" us on Facebook
http://www.facebook.com/#!/pages/Bik...rs/95860340129Tags: None
-
Great! and where do I put in the html code at? Sorry Im use to prostores. I havent messed with 3d carts codeKathleen
www.bikerbabesleathers.com
www.theleatheroutpost.com
Please "like" us on Facebook
http://www.facebook.com/#!/pages/Bik...rs/95860340129
Comment
-
Trying to make the main logo clickable from any page?
You really don't need it to be unless your putting on another site.
Be very careful with coding. It is not ProStores and is coded very differently.David
David's Gifts and Things
Wholesale Gifts, Home Decorating, Jewelry and More
Quality, Selection, Value Always
The more you buy the more you save!
Comment
-
Originally posted by sisbrown34 View PostHello, I need to make my logo clickable but have no idea how to do it?
Settings/Design/Header and Footer. Scroll down to "Global Header". Enable it (checkbox at top) and place your logo with the correct <a href=", etc. HTML code. This will make it global (on every page).
Here is a basic example:
<a href="[Your Website Url]"><img src="[Your Image Url]" alt="[Text when someone places mouse over the image]"></a>
To place logo and the correct HTML code, you will have to, obviously, need to know the correct code, parameters, tags, etc! It's actually not that hard to do, but you need to follow CORRECT (no typos !!!) html coding.Last edited by Barry; 05-26-2011, 01:13 AM.
Comment
Comment