Announcement

Collapse
No announcement yet.

Help With Navigation ?

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

    Help With Navigation ?

    Hi,

    We have managed to work out how to have the sitemap, contact us and terms and conditions buttons to appear on the brochure pages (Along the top) by modifiying the brochure template.

    With our limited knowledge of HTML we are trying to add further options such as supplier links & other links. The pages do exist but we just can not work out what the correct HTML is.

    I am sure this is easy for most people but not us.

    Any help would be appreciated as its driving us all mad !

    #2
    Hi Dave

    You would need to create your own buttons and save them in the site1 folder which is (C:\Program Files\Actinic v7\Sites\Site1).
    Now to place the buttons within the brochure primary template you would simply add the following code:

    HTML Code:
    <a href="pagename.html"><img src="buttonname.jpg"> </a>
    An easier option would be just to create brochure pages for your supplier list and other links. You could embedd html within the fragment, have a look in the help file on "Editing HTML | Embeddeding HTML"

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment

    Working...
    X