我大概畫了一下...不要笑我....

這樣就不怕版面變形了...我是過用table..可是只有首頁改了...進去就都不行了...
可以在寫一張html用框架把它包住嗎...可是這樣底下就不行連到底了...
而且控制棒變成在框架內...請教高手該如何修改才好看...像我畫的那樣..
版主: 版主管理群

代碼: 選擇全部
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<title>無標題文件</title>
</head>
[color=red]<body topmargin="0">[/color]
<table width="[color=blue]800[/color]" align="center" border="1" cellspacing="0" cellpadding="0">
<tr>
<td>
[color=orange]----------------------------------------------[/color]
</td>
</tr>
</table>
</body>
</html>{100%>>>80%}改這裡可以調整版面寬度,70%就是更小,類推,align="center"就是置中^^#
#-----[ OPEN 打開 ]------------------------------------------------
#
templates\subSilver\overall_header.tpl
#
#-----[ FIND 尋找 ]------------------------------------------------
#
<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
#
#-----[ REPLACE WITH 覆蓋 ]------------------------------------
#
<table width="80%" cellspacing="0" cellpadding="10" border="0" align="center">
#
#-----[ SAVE/CLOSE ALL FILES 儲存/關閉所有檔案 ]-------------------
#
# EoM 外掛修正結束