[問題]如何把整體版面框架縮小.....
發表於 : 2003-08-30 18:36
如圖....

有哪位大大知道修改可以告訴我ㄇ?
謝謝...
有哪位大大知道修改可以告訴我ㄇ?
謝謝...
是overall_header.tpl .......jt3 寫:風格的index_body.tpl
代碼: 選擇全部
#
#----------[OPEN]---------------------
#
templates\subsilver\overall_header.tpl
#
#----------[FIND]-----------------------
#
<table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0">
#
#----------[REPLACE WITH WITH]-----
#
<table class="bodyline" width="90%" cellspacing="0" cellpadding="0" border="0" align="center"> 代碼: 選擇全部
#
#----------[OPEN]---------------------
#
templates\subsilver\overall_header.tpl
#
#----------[FIND]-----------------------
#
<table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0">
#
#----------[REPLACE WITH WITH]-----
#
<table class="bodyline" width="90%" cellspacing="0" cellpadding="0" border="0"> StickyKid 寫:同學~ 不是版面寬度啦 XD
謝謝大大的解說.....H.T.Demon 寫:是overall_header.tpl .......jt3 寫:風格的index_body.tpl
調種版面寬度也是個老問題了![]()
顯示成90%並置中:
代碼: 選擇全部
# #----------[OPEN]--------------------- # templates\subsilver\overall_header.tpl # #----------[FIND]----------------------- # <table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0"> # #----------[REPLACE WITH WITH]----- # <table class="bodyline" width="90%" cellspacing="0" cellpadding="0" border="0" align="center">
只顯示90%, 不置中:
代碼: 選擇全部
# #----------[OPEN]--------------------- # templates\subsilver\overall_header.tpl # #----------[FIND]----------------------- # <table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0"> # #----------[REPLACE WITH WITH]----- # <table class="bodyline" width="90%" cellspacing="0" cellpadding="0" border="0">