• ベストアンサー

HP作成について。

http://www.midipet.com/dtm.html のように左のメニューに対して、右側のページのhtmlを 変えていくにはどうじたらいいんですか? どなたか詳しい方教えてください。お願いします。

質問者が選んだベストアンサー

  • ベストアンサー
noname#16474
noname#16474
回答No.2

表示-ソース で、ソースを表示できます ---------------- こんな感じでしょ (一部伏字にしています) ---------------- <html> <head> <title>***</title> <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS"> </head> <frameset cols="252,880" rows="*"> <frame src="***_menu.html" name="dtm_menu" frameborder="NO"> <frame src="***_top.html" name="dem_coment" frameborder="NO"> </frameset> <noframes><body bgcolor="#FFFFFF"> </body></noframes> </html> ---------------- 次に <frame src="***_menu.html" name="dtm_menu" frameborder="NO"> この部分に注目 フレームの左側は ***_menu.html ですね (http://www.midipet.com/***_menu.html) このページを開き、これのソースを見ますと どのように作られているか分かります。

その他の回答 (1)

  • toshy41
  • ベストアンサー率31% (9/29)
回答No.1

フレームを使います。

参考URL:
http://www.htmq.com/html/frame.shtml

関連するQ&A