一 22
英文排版的问题:怎么能让英文自动排列整齐
JS/AJAX86 views
请使用css中的
text-align: justify;
HTML 代码片段如下:
<table style="TABLE-LAYOUT: fixed" width="100%" border="0" cellspacing="0" cellpadding="7" bgcolor="#f7f7f7">
<tr>
<td style="LEFT: 0px; WIDTH: 100%; text-align: justify"><font color="#990000">[效果]</font><br>
who are you you are a aaa is it comprehention who are you you are a pig is it comprehention
who are you you are a aaa is it comprehention
who are you you are a aaa is it comprehention
</font></td>
</tr>
</table>
Tags: html, javascript
Leave a Reply
You must be logged in to post a comment.
近期评论