Announcement

Collapse
No announcement yet.

Section Layout

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

    Section Layout

    Hi,

    Since changing some sections to use two columns, the layout of the sections using just one column using the template 'standard - with image on the left of text' have changed. The text and images are all centered rather than being aligned to the left in a line. Here is a link to a page with the problem

    http://www.fabautoparts.co.uk/acatal...2_-_1994_.html

    Can anyone tell me which bit of the template I need to change? Below is a copy of the code for this section;

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

    <DIV ALIGN="LEFT">

    <TABLE BORDER="0" CELLSPACING="1" CELLPADDING="20" WIDTH="400">
    <TR>
    <TD ALIGN="LEFT" VALIGN="TOP">
    <A HREF="NETQUOTEVAR:SECTIONLINK">NETQUOTEVAR:SECTIONIMAGE</A>
    </TD>
    <TD ALIGN="LEFT" VALIGN="MIDDLE">
    <A HREF="NETQUOTEVAR:SECTIONLINK"><B>NETQUOTEVAR:SECTIONNAME</B></A>
    <br><span class="actxxsmall">NETQUOTEVAR:SECTIONTEXT</span>
    </TD>
    </TR>
    </TABLE>

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

    Any help much appreciated!

    Many Thanks
    Rebecca

    #2
    Looking at the code it is the containing table that is causing the problem

    <table align="center" border="0" cellpadding="0" cellspacing="0" width="570">

    and not the actual fragment layout. As you have compacted HTML hard to tell where it is coming from but take a look in the Act_Primary.html for starters.


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      You have the outer table aligned to the centre (align="center").

      Comment


        #4
        Sorry, Im a bit of a novice when it comes to this!

        Jont - I have tried changing the table, and it still dosnt sort it. What am I looking for in Act_Primary.html??

        Lee - Where is the outer table?

        Sorry for being a bit slow!

        Rebecca

        Comment


          #5
          Both our posts are refrring to the same thing Rebecca, can you open the layout in dreamweaver or notepad etc, as that code Jont has provided will be seen in it?

          Comment


            #6
            Yep - if you copy the above code I pasted and do a search on the template code (or in notepad) you should find the correct place


            Bikster
            SellerDeck Designs and Responsive Themes

            Comment

            Working...
            X