1

我表格中的文字似乎延伸了 4000+px:

http://letschat.info/a-list-of-amazon-questions-and-answers-from-glassdoor/

所以你甚至无法阅读问题和答案。我尝试了以下方法:

HTML 表格中的自动换行

使用表格布局:固定

和 word-wrap: break-word,但看起来一样。

我不确定我需要做什么。

4

2 回答 2

0

尝试这个

#td {
    word-wrap: break-word;
}

#table {
    word-wrap: normal; /* the default, naturally */
}
于 2013-04-09T05:09:29.027 回答
0

我认为您需要显示“块”?

<table id="table">
<tr>
<td>
<a style="width:200px;background-color:aqua;display:block"> Be yourself. Try not to be nervous, they were once in your seat too. 5) Don&#8217;t bluff anyone. Don&#8217;t try to impress them with something if you don&#8217;t know it. Be honest. In the end, it&#8217;ll help you. 6) They say check in at least 15 minutes early. I say, GET THERE 30 to 45 minutes early because there will be traffic, and taxi&#8217;s aren&#8217;t easy to get a hold of from your hotel. Sit in the lobby with other people and TALK TO THEM, relax, laugh, and enjoy it. 7) GET TO THE CHOOPPPA early. Seriously, don&#8217;t be late for your flights in or out of SEATAC. If you&#8217;re not used to SEATAC, There is a train inside the airport that will take you to your gate. TSA takes about 20 minutes to get through. Always come early. 8) Taxi&#8217;s and food are expensive, and although they do take plastic. Use cash. You don&#8217;t want to deal with a stolen credit card on trips during an interview. You don&#8217;t need the stress. If you are there   for approximately 2 nights and 3 days, or even 1 night and 2 days, take approxima
</a>
</td>

于 2013-04-09T04:43:37.500 回答