Announcement

Collapse
No announcement yet.

Unwanted random spacing

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

    Unwanted random spacing

    Hi.

    I wonder if someone can help me. I am a complete beginner at actinic, so please bear with me. I have a couple of questions / problems.

    I am working with the standard original template but have changed around the sizes and layout a little bit. It is unfinished as I am still slogging my way through it.

    OK, here is the url: http://www.ukdesignweb.co.uk/~portableweld/

    On the side navigation panel, some unusual spaces have appeared between the home, products, login and items buttons. This carries on all the way through the site. Does anybody know what it causing this?

    Also, how do I actually get rid of the Departments list from the front page? I think we want to keep it on some other pages, but not the very front index page.

    Thanks in advance and as I said, the site is still under construction, so it is a bit patchy in places. I do have some other questions, but will save these for another post.

    Thanks

    Ben.

    #2
    Solved part of it.

    Solved the unwanted space. I had to go and tick the compact html/cgi button in design options - silly mistake!!

    The departments question still stands though.

    Thanks.

    Ben.

    Comment


      #3
      The departments question still stands though.
      You need to go to 'Design | Options | Brochure' and click 'Edit' next to the 'Overall Layout' field.

      Look for the following chunk of code...
      Code:
                    <tr> 
                      <td valign="top" bgcolor="NETQUOTEVAR:PALCOLOR1CSS"><img src="departments.gif" width="170" height="27"></td>
                    </tr>
                    <tr> 
                      <td valign="top" bgcolor="NETQUOTEVAR:PALBGCSS"> <table width="100%" border="0" cellpadding="1" cellspacing="5">
                          <tr> 
                            <td> <script language=Javascript1.2>
                           	document.write(YahooSections(section_tree)) 
                              </script> </td>
                          </tr>
                        </table></td>
                    </tr>
      And comment it out with HTML comments (start with <!-- and end with -->).

      Comment


        #4
        Thanks Chris

        That works perfectly.

        Ben.

        Comment

        Working...
        X