你最近在做什麼?HTML表格背景
在編寫我的第一個HTML網站時遇到了一點困難!我堅持了一些細節,如果你們幫助我一點,我會非常感激,這也是我第一次寫HTML,所以我很抱歉是我的錯誤和問題是微不足道的。
這裏是我的問題:
想使在頁面頂部的綠色背景,但我不能使用的bgcolor上色所在的表坐在一排,但是,這並不弄清楚如何,我累了似乎工作。
這是我累的事情:
<tr bgcolor = "green">
<table width = "50%">
<tr>
<td><a href = "http://www.google.com"> Home </a></td>
<td><a href = "http://www.google.com> About Us </a></td>
<td><a href = "http://www.google.com> Products </a></td>
<td><a href = "http://www.google.com> Services </a></td>
<td><a href = "http://www.google.com> Contact Us </a></td>
</tr>
</table>
</tr>
試圖寫旁邊的輸入字段(用戶名密碼輸入字段)的東西時,另一個問題;當試圖寫出「辦公室都是互聯網商店...」,而不是出現在他們出現在他們的輸入字段旁邊!
這裏是我做過什麼
<tr>
<td>
<form action = "processor.class" method = "get">
User Name:
<p/>
<input type = "text" name = "txtName" size = "10" />
<p/>
Password:
<p/>
<input type = "password" name = "txtPassword" size = "10" />
<p/>
<input type = "submit" value = "Login"/> <a href = "http://www.jce.ac.il"> Register account</a>
</form>
</td>
<td>
office all is an internet...
</td>
</tr>
你能幫助我嗎?
感謝=)
編輯:感謝你們的幫助,如u都建議我將嘗試讀取CSS教程,並停止使用表,我會立即關閉線程,並打開它的時候,如果我有更多的問題要問(之後我學到了律更多關於CSS)
奇怪,爲什麼表,而不是普通的HTML/CSS ... – bhu1st 2011-03-05 17:09:30
使用CSS來應用背景' -color:green;',而不是'bgcolor'屬性。 – 2011-03-05 17:11:42
...沒有想到它是相當誠實的,因爲我說這是我第一次用HTML/CSS編寫 – r3x 2011-03-05 17:15:41