У меня проблемы с настройкой аффекта из HTML, который содержит одну строку с центрированным текстом, который выходит за пределы ширины строки.Ниже приведен пример того, что я пробовал, и я получаю скрытый текст, но только в правой части строки.Может кто-нибудь, пожалуйста, дайте мне знать, если это возможно?
<div id="div1" style="display:inline; position: absolute; top:108px; left: 28px; width:403px; height:74px; background-color:transparent; z-index: 2; border: solid 0px #000000; color: #000000; ">
<table width="100%" height="100%" cellpadding="0" cellspacing="0" style="color: #000000; font-family: Microsoft Sans Serif; font-size: 8.25pt; table-layout:fixed; ">
<tr>
<td id="tsp1" valign="middle" nowrap="nowrap"><div style="height:100%; text-align:center; overflow:hidden;">This is a test of the text subpanel wrapping capabilities or lack there of in the thick client versus the web client.</div></td>
</tr>
</table>
</div>