Announcement

Collapse
No announcement yet.

Two small problems...

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

    Two small problems...

    I've got 2 small problems with a design I have recently (almost) finished.

    The address is http://217.77.176.203

    The first is..
    The huge gaps between the top and bottom of the table and the content. Any ideas what could be causing this?

    The second is that on the checkout page there is a line break that is just way too long and it is pushing the template out. How can I stop this?

    Many thanks in advance
    Manc Design Person
    http://www.the061.co.uk

    #2
    anybody?
    Manc Design Person
    http://www.the061.co.uk

    Comment


      #3
      Hi

      Just had a quick look at your first store page and it look like you have some <br> tags just before the basic product inforamtion, this will be creating all that addtional space at the top. Again at the bottom of your page you have another 3 <br> tags which will again be creating this space again and you also seem to have this strange bit of code <P><A NAME="infolines"> </A></P> , not sure why you need to have this in a pargragh tag but this could also be causing your problem.

      Hope this helps a bit.

      Cheers

      Darren
      Darren Tickle
      http://www.funky-cards.co.uk

      Greetings cards, and gift wrap for every occasion.

      Comment


        #4
        OK, thanks very much for that, it has fixed the big gaps at the top and bottom.

        I just need to fix the line breaking the table on the checkout page. Any guesses on this?

        Thanks again
        Manc Design Person
        http://www.the061.co.uk

        Comment


          #5
          I think the problem is your <hr> (horizontal line) tags in Act_Order01.html and Act_Order02.html.

          They are currently set to width="CUSTOMVAR:ACTSTDWIDTH" but try changing them to width="100%".

          Comment

          Working...
          X