我无法解释我的问题。但是,如果有人理解我想要什么,请进行编辑。
我有以下代码
<table style="width:100%">
<tr style="border-style: none solid solid solid; border-width: thin; border-color: #C0C0C0; background-color: #FFFFFF">
<td class="style4" width="100%"
style="border-bottom-style: solid; border-bottom-width: thin; border-bottom-color: #C0C0C0"
align="left">
<h1 style="font-style: normal; font-weight: normal;">
<%=t.getTitle() %>
</h1>
每当t.getTitle()
返回一行中的较大字符串时,我的标题就会超出页面(溢出)。我想把它的内容包装h1
起来td
。
就像 stackoverflow.com 使用它的问题标题一样。