使用<img/>标记<table> </table>自动扩展HTML

时间:2013-12-24 14:42:27

标签: html css html5 css3

以下是我的代码:

http://jsfiddle.net/Ry9Lu/

在此代码中,短文没有任何问题,但当长文时,由于{{1},我的<img>将无法看到扩展它。

问题是因为我的<td>标记内部有<img>样式,但这种样式对我来说是必要的,因为我想控制width="95%"的大小。

即使我使用CSS进行分词也无济于事

<img>

我的预期结果是无论文本有多长,图像总是处于那个大小。

请告知我该怎么做。

1 个答案:

答案 0 :(得分:1)

i think this is what you need

我只添加了css:

p#pDes {
    width:100%;
    background-color:grey; /* this is just to highlight the area */
    word-break: break-all;
}

注意:您的标记已损坏,但不会影响视图,但会关闭所有<p> ...错误地将</p><p>混为一谈。 ......在html视图源上看起来很糟糕!