Announcement

Collapse
No announcement yet.

Section link layout

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

    Section link layout

    Hi,

    I currently have all my section link layouts to show with text to the right of the images. I would like to tidy this up, but Actinic layout does not seem to have an option to put text below the images on the secton/ sub-section link layout drop-down list boxes

    Any ideas on what I would need to do to change this. I have looked around but can't see any postings relating to this exact same enquiry

    Thanks

    June

    #2
    Hi,

    Just wondered if there was some problem with my enquiry as there is no response as yet!

    Cheers

    June

    Comment


      #3
      This should do it.
      Code:
      <!-- SectionLine HTML begin -->
      <!-- Insert HTML for the beginning of a section title -->
      
      <DIV ALIGN="LEFT">
      <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="10">
      	<TR>
      		<TD ALIGN="CENTER" VALIGN="TOP">
      			<A HREF="NETQUOTEVAR:SECTIONLINK">NETQUOTEVAR:SECTIONIMAGE</A>
      		</TD>
              </TR>
              <TR>
      		<TD ALIGN="CENTER" VALIGN="TOP">
      			<A HREF="NETQUOTEVAR:SECTIONLINK"><B>NETQUOTEVAR:SECTIONNAME</B></A>
      			<br><span class="actxsmall">NETQUOTEVAR:SECTIONTEXT</span>
      		</TD>
      	</TR>
      </TABLE>
      </DIV>
      NETQUOTEVAR:NEXT
      <!-- Insert HTML for the end of a section title -->
      <!-- SectionLine HTML end -->
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment


        #4
        Hi Norman,

        Works fine - thanks very much for your help

        Cheers

        June

        Comment

        Working...
        X