Announcement

Collapse
No announcement yet.

Side Bar Links

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Side Bar Links

    Hi again,

    I've created extra 'Right side bars' or at least extra boxes. I've given each a title and I wanted to add a graphic 'jpg' and use it as a link to another page or external site.
    Question:
    Is this possible and how! And what is the procedure/process, coding and where etc.

    Thanks again, hope I'm not giving you a headache.

    Thanks

    Mike

    #2
    The code needs to go in the main outer layout ... this can change between brochure pages and product pages so you need to install into both.

    Ensure the image.jpg is saved in the root of the site folder. Switch to the design tab and navigate to the outer layout. Find where you want to add the images and use:

    HTML Code:
    <a href="http://www.site.com" target="_blank"><img src="image.jpg" alt="Click to visit site.com" border="0" /></a>


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment

    Working...
    X