Announcement

Collapse
No announcement yet.

Brocure Layout

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

    Brocure Layout

    Hi,

    I'd like to customize my brochure page, with several special offers, which means several clickable .jpg or .swf (Flash).

    Somebody knows how to do that?

    Thanks for any help!
    Mathieu Perino
    ICTL - Liaisons Optiques
    Website: www.ictl.com

    #2
    You have options ....

    Assuming you have created the jpg, gif or flash, you have several options, up to you on how much work you want to do

    1. You can use Actinic preset layouts for Sections, Fragments and add the image, required clicking the General Tab > Image : and browsing accordingly. make sure your images are in Site1, or subfolders of course.

    This will give you one image per Fragment/Section as it where.

    2. Add a CUSTOMVAR, see this thread.....

    http://community.actinic.com/showthread.php?t=16747

    3. You can add HTML into description boxes of Fragments and Sections using the !!< >!! tags. Create your HTML in say Dreamweaver, and create more complicated layouts in tables

    HTML Code:
    !!<
    <table width="100%" border="0" cellspacing="0" cellpadding="5">
      <tr>
        <td><img src="../120-x-60-64-2powered-by-act.gif" width="120" height="60"></td>
        <td><img src="../88-x-31-true-col-powered-by.gif" width="88" height="31"></td>
      </tr>
      <tr>
        <td><img src="../120x90-rectang-GROW-still-1.gif" width="120" height="90"></td>
        <td><img src="../88-x-31-micro-GROW-still4.gif" width="88" height="31"></td>
      </tr>
    </table>
    >!!
    etc.

    I am sure there is more ideas than this, but this is a good starting point

    Good luck, Simon.
    esafetysigns.co.uk
    your instant download portal for self printable health and safety signs and posters
    ... download once use as many times as you like !


    http://www.esafetysigns.co.uk/index.html
    http://www.esafetysigns.co.uk/acatalog/index.html

    Comment


      #3
      Hi Mat,

      if you are meaning the rotating image on your homepage and linking different images through to different pages you will need some form of script in there with an array of images and links.. check out somewhere like http://www.hotscripts.com/ for various free scripts


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment


        #4
        thanks for your help... I'll try what you say... as soon as I come back from holidays...
        Mathieu Perino
        ICTL - Liaisons Optiques
        Website: www.ictl.com

        Comment

        Working...
        X