Announcement

Collapse
No announcement yet.

custom brochure fragments with image & button link

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

    custom brochure fragments with image & button link

    Hi,
    I have come up with a design which uses custom brochure fragments on the home page to display selected sections.
    Within the fragment I show an image + text + title and a button.

    Is there anyway of not only having the image have a link associated but have code generated for a button as well. I want them to link through to the same section so didn't think this would be a problem bur I'm buggered if I know a way to do this without resorting to manaully adding the code for the button within the fragment text.
    regards
    bangers
    Boxhedge New Media Design
    Design and development solutions for SME's.
    Tel: 0118 966 2786
    Examples of work can be found at http://www.boxhedge.com

    #2
    Hi there

    I'm afraid it is a case of manually adding the code for the button in the fragment. I can see no way of getting a button generated within the fragment.

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment


      #3
      Thanks at least i know.
      How about custom variables being aloud in brochure pages, I'm sure this is already on the wish list, I was surprised you couldn't already do it,
      regards
      Bangers
      Boxhedge New Media Design
      Design and development solutions for SME's.
      Tel: 0118 966 2786
      Examples of work can be found at http://www.boxhedge.com

      Comment


        #4
        Hi there

        This is on the wishlist at the moment, i will mark it again for you.

        Kind Regards
        Nadeem Rasool
        SellerDeck Development

        Comment


          #5
          button for fragment link

          Hi Guys,

          not sure whether this will help you or not but i did something similar where i basically used the link text in the description,

          and then added a link class to the design text phase-1 id 2058

          just set a style in my actinic.css such as

          a.fraglink:link, a.fraglink:active, a.fraglink:visited
          {
          font-family: Verdana, Arial, Helvetica, sans-serif;
          font-size: 0.9em;
          color: #FFFFFF;
          background-image: url(frag_link1.gif);
          background-repeat: no-repeat;
          height: 30px;
          width: auto;
          display: block;
          font-weight: bold;
          text-align: left;
          vertical-align: middle;
          padding-top: 6px;
          padding-left: 5px;
          font-style: normal;
          }
          a.fraglink:hover
          {
          font-family: Verdana, Arial, Helvetica, sans-serif;
          font-size: 0.9em;
          color: #FFFFFF;
          background-image: url(frag_link2.gif);
          background-repeat: no-repeat;
          font-weight: bold;
          }

          then specify this style on the href in the design text.

          so its sort of a button

          hope this helps someone

          Comment

          Working...
          X