Announcement

Collapse
No announcement yet.

Layout

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

    Layout

    Can anyone tell me where I can adjust the layout of the following:

    http://www.gearshift.co.uk/acatalog/Accessories.html

    I need the section titles to be immediately to the right of the image, the first letters all lining up (as you can see they are a bit messy at the moment.

    I have three columns set up, and this is my Act_SectionLine template :


    <!-- SectionLine HTML begin -->
    <!-- Insert HTML for the beginning of a section title -->

    <DIV ALIGN="LEFT">

    <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="10" WIDTH=180

    align="left">
    <TR>

    <TD ALIGN="LEFT" VALIGN="TOP">
    <A

    HREF="NETQUOTEVAR:SECTIONLINK">NETQUOTEVAR:SECTIONIMAGE</A>
    </TD>


    <TD VALIGN="LEFT">
    <div align="left"><A

    HREF="NETQUOTEVAR:SECTIONLINK"><B>NETQUOTEVAR:SECTIONNAME</B></A>
    <br>
    <span class="actxsmall">NETQUOTEVAR:SECTIONTEXT</span> </div>
    </TD>

    </TR>

    </TABLE>

    </DIV>
    NETQUOTEVAR:NEXT
    <!-- Insert HTML for the end of a section title -->
    <!-- SectionLine HTML end -->


    What do I need to alter?


    Thanks in advance

    Steve Robertson

    #2
    Try This

    <!-- SectionLine HTML begin -->
    <!-- Insert HTML for the beginning of a section title -->

    <DIV ALIGN="LEFT">

    <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="10" WIDTH=180

    align="left">
    <TR>

    <TD ALIGN="LEFT" VALIGN="TOP"> <A

    HREF="NETQUOTEVAR:SECTIONLINK">NETQUOTEVAR:SECTIONIMAGE</A></TD>


    <TD align="left" VALIGN="top">
    <div align="left"><A

    HREF="NETQUOTEVAR:SECTIONLINK"><B>NETQUOTEVAR:SECTIONNAME</B></A> <br>
    <span class="actxsmall">NETQUOTEVAR:SECTIONTEXT</span></div>
    </TD>

    </TR>

    </TABLE>

    </DIV>
    NETQUOTEVAR:NEXT
    <!-- Insert HTML for the end of a section title -->
    <!-- SectionLine HTML end -->
    Owner of a broken heart

    Comment


      #3
      Thanks

      Thanks Gary

      I think I must be having a "Stupid Friday"

      I'd better go and read up on my HTML..


      Cheers

      Steve Robertson

      Comment

      Working...
      X