Announcement

Collapse
No announcement yet.

Another whitespace Q!

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

    Another whitespace Q!

    OK, I'm working on the catalogue frontpage (just can't quite do what I want!)
    I've got 2 large section links (www.jesterstrickbits.co.uk/acatalog) with a fragment below (only just discovered these, after months of using V7..LOL)

    Anyway, The fragment is set as "text only" but I have a large white space above the first line of text.
    I've had a look at the template for the "text only" option (been doing a lot of that lately!) and it reads as follows

    <!-- 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 -->
    It's just as bad if I use "text & title". It then has a space above the title instead.

    Where else can I alter the space above the text?
    Thanks
    Tracey (who is boycotting Actinic for the weekend and going car shopping!)
    Tracey

    #2
    Hi Tracey,

    Try removing one of the <br> at the top of the code. This will reduce the space. You could take out both <br> if you want to experiment with altering the space.

    Best.

    Myles
    www.magicalwonders.com

    Comment


      #3
      Those <br> tags are a line feed and move the table containing the text down.

      You can remove both <br> from the template without breaking anything.
      Bill
      www.egyptianwonders.co.uk
      Text directoryWorldwide Actinic(TM) shops
      BC Ness Solutions Support services, custom software
      Registered Microsoft™ Partner (ISV)
      VoIP UK: 0131 208 0605
      Located: Alexandria, EGYPT

      Comment


        #4
        Oh thanks!
        I'm ashamed to admit it but, even though I opened the template looking for <br> tags, I didn't see them!!
        Too much staring at html and templates this week, methinks!
        Tracey

        Comment

        Working...
        X