Announcement

Collapse
No announcement yet.

Homepage formatting query

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

    Homepage formatting query

    Hi


    I'd be grateful if anyone could could advise on the following formatting query....

    Check my home page www.nickdobsonwines.co.uk.

    Everything on the home page is implemented as html embedded between !!<... >!! marks. The html is generated using another app, then cut pasted into Actinic. Home page uses text only option.

    My query relates to the top of the homepage - below the red bar there is a vertical gap of about 40-45 pixels, and I'd like to know how to get rid of it. There is nothing in the embedded html which causes this - it starts with a table containing the pictures.

    I'm using Catalog 6.1.3, design theme 14.

    Regards

    Nick
    Fighting with sellerdeck on http://www.nickdobsonwines.co.uk

    #2
    hi nick

    if you open the fragment for your front page, and click the edit button next to the layout options, your fragment template should appear in notepad, there you should see two <BR> tags that are causing your problem.

    delete to your hearts content... you will find them on all the fragment templates if you use them, so you may need to edit more than one template...

    best,

    steve q
    harlequin domains
    www.harlequindomains.com

    Comment


      #3
      Hi Steve - that worked - thanks very much.
      Now I need to work out how to get rid of the red bar...

      Regards

      Nick
      Fighting with sellerdeck on http://www.nickdobsonwines.co.uk

      Comment


        #4
        Hi Nick

        I don't see a 40-45 pixel gap on http://www.nickdobsonwines.co.uk/ . Have you made a change?

        Comment


          #5
          yup, all changed & works fine - any ideas about how to get rid of the red bar?

          Nick
          Fighting with sellerdeck on http://www.nickdobsonwines.co.uk

          Comment


            #6
            Comment out the following code...

            Code:
                  <table width="100%" border="0" cellspacing="0" cellpadding="5" background="palette1bg.gif">
                    <tr>
                      <td>&nbsp;</td>
                      <td align="right">&nbsp;</td>
                    </tr>
                  </table>

            Comment


              #7
              which file is that in?

              Nick
              Fighting with sellerdeck on http://www.nickdobsonwines.co.uk

              Comment


                #8
                It will probably be in Act_BrochurePrimary.html.

                Comment

                Working...
                X