Announcement

Collapse
No announcement yet.

terms and conditions image

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

    terms and conditions image

    Hello all,

    Can someone tell me how I can create an image link to the 'terms and conditions' page

    qali

    #2
    Depends where you want it but basically:

    <a href="http://www.your.website/acatalog/info.html">
    <img src="http://your.website/images/image.jpg" alt="Terms and Conditions" />
    </a>
    http://www.johnsons-seeds.com - Actinic plugins, remote add to cart and custom CMS
    http://www.dtbrownseeds.co.uk - More seeds and plants....
    http://www.mr-fothergills.co.uk - Well it used to be Actinic...

    Comment


      #3
      I wrote this
      Code:
      <a href="info.html"> <img src="terms-over.jpg" alt="Terms and Conditions" /></a>
      but when I run a preview (ctrl-W) I get 'the page can not be displayed'.

      How do we know that the terms and conditions are in info.html??

      I just don't seem to understand how actinic get this page....

      qali

      Comment


        #4
        The Preview page for Terms and Conditions is called "P_info.html". Offline, Actinic creates these pages - Index.html is 'P_index.html', etc, but online, they are saved as just 'info.html', etc without the P_.

        You'd have to choose either one or the other and change when you upload.

        There might be a NETQUOTEVAR: something as well for Terms and Conditions link - have a look in the Advanced User Guide.
        http://www.johnsons-seeds.com - Actinic plugins, remote add to cart and custom CMS
        http://www.dtbrownseeds.co.uk - More seeds and plants....
        http://www.mr-fothergills.co.uk - Well it used to be Actinic...

        Comment

        Working...
        X