作者PiggyDream (為自己負責)
看板Web_Design
標題[問題] 請問如何讓表格內的背景不重複呢?
時間Wed Dec 5 09:03:29 2007
在網路上找到一些語法
貼上後還是沒辦法解決這個問題
以下是我這個表格的語法
<table width="870" height="150" border="0">
<tr>
<td width="805" height="80" background="image/xxx.jpg"><div align="left">
<pre class="style1"> <span class="style110"> TRAVEL M.O.S</span></pre>
</div></td>
</tr>
</table>
可以請問大家,我應該要在哪裡貼上我的語法
才能讓我的表格內的背景不重複呢,謝謝:)
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 122.124.101.177
1F:推 terrylchen:在td裡面加上style=" background-repeat: no-repeat" 12/05 11:23
2F:→ terrylchen:提外話,你td裡面的div是沒意義的,td本身有對齊的屬性 12/05 11:26
3F:→ terrylchen:沒必要用到div,另外style1和style110應該是從word貼上 12/05 11:27
4F:→ terrylchen:的時候自動產生的吧?整理一下可能比較好 12/05 11:28