互贊網站 HTML表格置頂代碼?
HTML表格置頂代碼?<table align="left" height="60" > <tr> <td valign="top"> 這段文字需要靠左切置頂(就是默
HTML表格置頂代碼?
<table align="left" height="60" > <tr> <td valign="top"> 這段文字需要靠左切置頂(就是默認文章開頭那樣,從頂端第一排空2格開始) </td> </tr> </table>
怎樣讓網頁的內容置頂?
在html body標記里加屬性 <body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">