Announcement

Collapse
No announcement yet.

Excess of hard line breaks in Catalog

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

    Excess of hard line breaks in Catalog

    Can anyone tell me how to reduce the hard line break/space at the top of this page?

    The first product layout is: text to the left of image
    The second is: No image or description. Laid out in single line.

    http://www.dutygearuniforms.com~duty.../emspants.html

    I have no spaces in my full description left open.

    Thanks!

    Christy

    #2
    oops!

    http://www.dutygearuniforms.com/~dut.../emspants.html

    Comment


      #3
      Christy

      I can't see any intrusive line breaks. There is a gap above and below the 'Need medical or hospitality uniforms Click here' line. If you want to get rid of these, try adding the following lines to the bottom of the style sheet (actinic.css).

      form{
      margin-top:0px;
      margin-right:0px;
      margin-bottom:0px;
      margin-left:0px;
      }

      This will remove any spaces caused by <form></form> tags in your design.

      Comment

      Working...
      X