Announcement

Collapse
No announcement yet.

fragment cell padding?

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

    fragment cell padding?

    Just revamped my homepage, hopefully its better looking...anyway, despite trying to keep the parameters suitable for smaller monitors, and keeping the table width to 770 I have still managed to `overfill` the screen slightly. I can only assume the fragments have some cell padding that I can reduce?

    Comments on homepage also welcome.
    Football Heaven

    For all kinds of football souvenirs and memorabilia.

    #2
    Yep. The fragment templates are in your Site1 folder and are...

    Act_TextOnly.html=Text only
    Act_TextAndTitle.html=Text and title
    Act_ImageOnly.html=Image only
    Act_ImageAndTitle.html=Image and title
    Act_LeftImage.html=Image to left of text
    Act_LeftImageAndTitle.html=Image to left of text and title
    Act_RightImage.html=Image to right of text
    Act_RightImageAndTitle.html=Image to right of text and title

    They have a cellpadding of 1 but a cellspacing of 5. I would play with the table widths to get them fitting correctly.

    Comment


      #3
      The Text Only one shows this...

      <tr>
      <td width="100%">NETQUOTEVAR:BROCHURE_TEXT</td>
      </tr>

      Therefore is the cell(?) where they fit what I need to adjust?
      Football Heaven

      For all kinds of football souvenirs and memorabilia.

      Comment


        #4
        Strange. My Act_TextOnly.html template reads:

        <!-- TextOnly HTML begin -->
        <br>
        <br>
        <table border="0" width="100%" cellspacing="5" cellpadding="1">
        <tr>
        <td width="100%">NETQUOTEVAR:BROCHURE_TEXT</td>
        </tr>
        </table>

        <!-- TextOnly HTML end -->

        Have you customised your templates then, or had a designer customise them? Try looking at Act_BrochurePrimary.html and look to see if there is any <table> code surrounding NETQUOTEVAR:BROCHUREBODY e.g.

        <table cellpadding="10">
        NETQUOTEVAR:BROCHUREBODY
        </table>

        ... as it may be that the template has been deliberately changed. If there isn't code there, then try changing your Act_TextOnly.html template to look like mine.

        Comment

        Working...
        X