我有一个网站。在 Chrome 和 Internet Explorer 中,存在中断文本流的空白。我不知道他们从哪里来。
我需要帮助找到它们并删除它们。
您可以在此处查看完整页面:http: //printingunlimited.com/business-card-info.htm
HTML 代码:
<div id="about-product">
<h3 itemprop="description">Business cards are often the first impression people get of your business. With Printing Unlimited you can make sure your business cards portray professionalism and uniquely position your business in your customers mind. Your business cards are printed on 14 point card stock with a gloss or matte finish with the standard size of 2" x 3.5". Business cards can include many options: rounded corners, custom shapes, and 14 point, 16 point, and recycled paper. If you have a design ready </h3>
<img itemprop="image" src="example-business-card.png" alt="Business Card Examples" class="product-image"/>
</div>
定义 about-product 句柄的 CSS:
#about-product {padding: 0 0 20px 0; height: 200px;}
img.product-image {display:block; position:absolute; left:560px; top:-5px; }
#about-product h2 {float:left;}
#about-product h3{display:block; font-size:16px; font-weight:normal; padding-bottom:5px; padding-right:5px; width:550px;}
指出问题区域的图像:
your business cards are printed
( ) 和 ( )之间的空白on 14 point card stock
从何而来?