Share |


現有會員可[按此]登入。 [公司模式] [大字型] [小字型]
您現在聚腳在軟件台內。

是咁的,請你入來吹吹水,發表你的「救水宣言」,你對中國水污染的感想、願望或任何意見,響應綠色和平喺3月22日世界水日的「杯中願行動」。#yup# ......
New Reply
跳至第

發起人
Dreamweaver新撚上路,向各位求教
首先講下我咩事先
[IMG]http://i416.photobucket.com/albums/pp242/hunter_cat/D1.jpg[/IMG]

我click完內容1之後,個中間頁面就轉左啦
[IMG]http://i416.photobucket.com/albums/pp242/hunter_cat/D2.jpg[/IMG]

但係我再click主頁既時候,就唔知點解會自己開左個新頁...
[IMG]http://i416.photobucket.com/albums/pp242/hunter_cat/D3.jpg[/IMG]

我個網頁一開始係用以下格式
[IMG]http://i416.photobucket.com/albums/pp242/hunter_cat/D4.jpg[/IMG]

之後個兩個紅圈係我自己係[修改>頁框組>xxx]個d自己加上去
我明明set左主頁係right出現

[IMG]http://i416.photobucket.com/albums/pp242/hunter_cat/D5.jpg[/IMG]

內容就係center出現
[IMG]http://i416.photobucket.com/albums/pp242/hunter_cat/D4.jpg[/IMG]

點解係run個陣會彈多左個新既頁面出黎?
我睇過個程式碼係一樣呀
[IMG]http://i416.photobucket.com/albums/pp242/hunter_cat/D8.jpg[/IMG]

點解由我自己間出黎個格,會refer唔到?

求高手解答#adore#


#good2#0  #bad#0
標籤:
Reply Reply icon 本文張貼於 2/10/2009 6:40 PM
本貼文共有 15 個回應。
give me source


Reply Reply icon 本文張貼於 2/10/2009 6:43 PM
source係指d咩野?
小弟o岩o岩學用,唔係好識#adore#


Reply Reply icon 本文張貼於 2/10/2009 6:45 PM
[img]http://i416.photobucket.com/albums/pp242/hunter_cat/D8.jpg[/img]
試下將target="right"改做target="center"


Reply Reply icon 本文張貼於 2/10/2009 6:47 PM
我係想問點解一定要用佢比我地個格式個d格仔先得

點解我地自己間出黎個d格仔唔得
thanks#adore#


Reply Reply icon 本文張貼於 2/10/2009 6:51 PM
#adore#


Reply Reply icon 本文張貼於 2/10/2009 7:14 PM
我係想問點解一定要用佢比我地個格式個d格仔先得

點解我地自己間出黎個d格仔唔得
thanks#adore#

你個RIGHT有冇改個名做RIGHT先得[sosad]


Reply Reply icon 本文張貼於 2/10/2009 7:20 PM
seed


Reply Reply icon 本文張貼於 2/10/2009 7:22 PM
我係想問點解一定要用佢比我地個格式個d格仔先得

點解我地自己間出黎個d格仔唔得
thanks#adore#

你個RIGHT有冇改個名做RIGHT先得[sosad]

梗係有啦,改做a呀,咩名都試過
另外佢比我個格就算改左名都仲可以連到,返而自己間出黎個d就點都唔得(改咩名都係開左個新既出黎


Reply Reply icon 本文張貼於 2/10/2009 7:32 PM
可唔可以俾你個frameset個code黎睇???


Reply Reply icon 本文張貼於 2/10/2009 7:37 PM
係唔係下面d個?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=big5" />
<title>無標題文件</title>
</head>

<frameset rows="80,*,80" frameborder="yes" border="5" framespacing="5">
<frame src="top.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
<frameset rows="*" cols="115,915">
<frame src="left.html" noresize="noresize" id="left" />
<frameset rows="*" cols="841,71">
<frame src="index.html" name="center" noresize="noresize" id="center" title="mainFrame" />
<frame src="right.html" noresize="noresize" id="RIGHT" />
</frameset>
</frameset>

<frame src="bottom.html" name="bottomFrame" scrolling="No" noresize="noresize" id="bottomFrame" title="bottomFrame" />
</frameset>
<noframes><body>
</body>
</noframes></html>


Reply Reply icon 本文張貼於 2/10/2009 8:02 PM
用table啦, 仲有frame@_@ @_@ @_@


Reply Reply icon 本文張貼於 2/10/2009 8:03 PM
係唔係下面d個?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=big5" />
<title>無標題文件</title>
</head>

<frameset rows="80,*,80" frameborder="yes" border="5" framespacing="5">
<frame src="top.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
<frameset rows="*" cols="115,915">
<frame src="left.html" noresize="noresize" id="left" />
<frameset rows="*" cols="841,71">
<frame src="index.html" name="center" noresize="noresize" id="center" title="mainFrame" />
<frame src="right.html" noresize="noresize" id="RIGHT" />
</frameset>
</frameset>

<frame src="bottom.html" name="bottomFrame" scrolling="No" noresize="noresize" id="bottomFrame" title="bottomFrame" />
</frameset>
<noframes><body>
</body>
</noframes></html>

你睇番上面, 上面有用name,你喱句code冇


Reply Reply icon 本文張貼於 2/10/2009 8:05 PM
咪鬼用frame啦,柒到...:o)
用多d table啦:D


Reply Reply icon 本文張貼於 2/10/2009 8:06 PM
用div再用CSS style佢#hoho#


Reply Reply icon 本文張貼於 2/10/2009 8:08 PM


Normal
俾個建議你 , 唔好用frame


Reply Reply icon 本文張貼於 2/10/2009 8:31 PM

跳至第

New Reply


  快速回覆 - 輸入以下項目

本討論區現只接受會員張貼文章,本站會員請先登入。非會員人仕,您可以按此加入為新會員,費用全免,並可享用其他會員服務。


上次光臨時間: 2/9/2010 9:21 PM | 現上線用戶數量: 5,583/26,873
今天貼文總數: 2,334 | 累積文章數目: 1,580,394

© 2010 HKGolden.com. All Rights Reserved. Terms and Conditions            info@hkgolden.com