如標題
可以先看一下我現在弄的
http://www.wretch.cc/guestbook/pig770512
問題是
我想把他的字再左邊一點
那個1234...910下一頁 也希望能置左
不變也沒關係
重點就是留言版的字太中間了
會壓到圖
希望能左移或是切半
就是整個圖跟文字區是分開的
像這樣
標題
╭────────╮╭──╮
│ ││ │
│ ││ │
│ ││ │
│留言區 ││ 圖│
│ ││ │
│ ││ │
╰────────╯╰──╯
當然沒有那個框框拉
麻煩各位了~我弄了很久都不知道那東西在哪= =
2007-04-06 09:32:14 · 1 個解答 · 發問者 ? 2 in 電腦與網際網路 ➔ 程式設計
他的結果是...
主題留言人之類的變直式而已
並沒有左移押..
嗚= =
2007-04-08 08:24:51 · update #1
改這樣:
.side {
font-family: "Georgia", "細明體";
color: #ccc;
font-size: x-small;
font-weight: normal;
text-align: left ;
line-height: 140%;
padding: 3px 0px 0px 0px;
letter-spacing : 2px;
}
div.main>font { position:relative; left:-260px;}
td.sidetitle { width:20px;}
td.side { vertical-align:top; }
.sidetitle {
color: #fff;
font-size: x-small;
font-weight: bold;
padding: 2px 0px 0px 2px;
margin-top: 10px;
text-align: left ;
letter-spacing : 2pt
}
2007-04-13 01:42:00 補充:
再加一行:
table { margin-right:400px; } /*如太過左邊把 400 換成比較小的值*/
2007-04-07 02:34:31 · answer #1 · answered by mh 7 · 0⤊ 0⤋