Announcement

Collapse
No announcement yet.

Removing white space from beneath home page logo

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

    Removing white space from beneath home page logo

    Hi, I know it's been covered before, but the threads I've looked at don't offer the solution I'm after.

    If you visit our site www.barcode-express.co.uk and look at the main page that comes up first, I want to reduce the white space below the Barcode Express logo and the banner picture containing pictures of printers.

    I am cloning the site for one of our sub-companies and I have inserted a piece of scrolling marquee text using HTML which sits between the logo and the printer pictures. The white space between the logo and the marquee is almost and inch! It's a waste of space and I woul like to know how to alter it.

    Thanks

    Graham
    Using SellerDeck 2013 Business Plus

    KTEC Group http://www.ktecgroup.co.uk

    Label Printer & Barcode Systems

    #2
    Hi Graham,

    Open Act_BrochurePrimary.html and find the variable "NETQUOTEVAR:BROCHURELOGO". This is where the logo appears on your site. It seems that you have an empty row underneath which is causing the spacing.
    The coding is as follows:

    HTML Code:
      <TR>
        <TD>
          <TABLE cellSpacing=0 cellPadding=0 width=400 align=center border=0>
            <TBODY>
            <TR></TR></TBODY></TABLE></TD></TR>
    If you can't see this in your "Act_BrochurePrimary.html" then open "Act_Header.html" and check the above.

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment

    Working...
    X