PDA

View Full Version : Excess of hard line breaks in Catalog


Christylh
13-Jun-2003, 08:05 PM
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~dutygear/acatalog/emspants.html

I have no spaces in my full description left open.

Thanks!

Christy

Christylh
13-Jun-2003, 08:20 PM
http://www.dutygearuniforms.com/~dutygear/acatalog/emspants.html

cdicken
16-Jun-2003, 08:43 AM
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.