我有這樣的代碼:
HTML表格寬度
<table width="625px">
<tr style="background-color:#CCC; font-size:14px;">
<td style="padding:8px; color:#333"><center><?=stripslashes($arr['signature']);?> </center></td>
</tr>
如果$arr['signature']
是一個很長的字符串,這樣gjuytfdcrtrfdscvythgfvtfdgtrfdvbgfvcfgbdc
寬度不幫助它去很寬。我怎樣才能防止呢?
其實只是這個答案幫助我,謝謝。 – 2010-08-30 17:17:02