題名ダイメイ
<!--●● 題名 ●●-->
<!--●●メイン●● 題名 ●●メイン●●-->
<!--●●サブ●● 題名 ●●サブ●●-->
<!-- 記入キニュウする場所バショは、<head>〜</head>のアイダ -->
<!-- 記入キニュウする場所バショは、<body>〜</body>のアイダ -->
<!--▼▼▼▼▼▼▼▼ 題名 ▼▼▼▼▼▼▼▼-->
<!--▲▲▲▲▲▲▲▲ 題名 ▲▲▲▲▲▲▲▲-->
<!--▼▼▼▼メイン▼▼▼▼ 題名 ▼▼▼▼メイン▼▼▼▼-->
<!--▲▲▲▲メイン▲▲▲▲ 題名 ▲▲▲▲メイン▲▲▲▲-->
<!--▼▼▼▼サブ▼▼▼▼ 題名 ▼▼▼▼サブ▼▼▼▼-->
<!--▲▲▲▲サブ▲▲▲▲ 題名 ▲▲▲▲サブ▲▲▲▲-->
■■■■■■■■■■■■各種設定値■■■■■■■■■■■■
トップの写真
品質 77%
500x375
VIP ROOMの写真
品質 33%
500x375
■■■■■文章の初めと終わりに必ず入れるもの■■■■■
<html>
<head>
<title>お気に入りにした時に表示される名前</title>
</head>
<body bgcolor="#ffffdd" text="#000000" link="#ff0000" alink="#00ff00" vlink="#0000ff">
ここへ本文ホンブンを記入する
</body>
</html>
★★★★★★★★★★★★  1画面ガメンをいくつかにける  ★★★★★★★★★★★★
■ホームページを左右サユウける■
<html>
<frameset cols="25%,75%">
<frame src="左側の .html">
<frame src="右側の .html">
</frameset>
</html>
境界線を表示させない時は
<html>
<frameset cols="25%,75%" frameborder="NO" border="0">
<frame src="左側の .html">
<frame src="右側の .html">
</frameset>
</html>
■ホームページを上下に分ける■
<html>
<frameset rows="25%,75%">
<frame src="上側の .html">
<frame src="下側の .html">
</frameset>
</html>
■ホームページを上下左右に分ける■
<html>
<frameset rows="75%,25%">
<frameset cols="25%,75%">
<frame src="左側の.html">
<frame src="右側の.html">
</frameset>
<frame src="下側の.html">
</frameset>
</html>
<html>
<frameset cols="25%,75%">
<frame src="right.html">
<frameset rows="75%,25%">
<frame src="bottom.html">
<frame src="left.html">
</frameset>
<frame src="left.html">
<frame src="right.html">
</frameset>
</html>
<html>
<frameset rows="25%,75%">
<frame src="right.html">
<frameset cols="25%,75%">
<frame src="bottom.html">
<frame src="left.html">
</frameset>
<frame src="left.html">
<frame src="right.html">
</frameset>
</html>
■ホームページを真ん中マンナカ表示ヒョウジさせリョウハジ模様モヨウれる■
<html>
<frameset cols="94%,82" frameborder="no" border="0">
<frameset cols="82,94%" frameborder="no" border="0">
<frame src="両側リョウガワ表示ヒョウジするもの.html" scrolling="no">
<frame src="真ん中のメインページ.html">
</frameset>
<frame src="両側リョウガワ表示ヒョウジするもの.html" scrolling="no">
</frameset>
</html>
<html>
<frameset cols="94%,82" frameborder="no" border="0">
<frameset cols="82,94%" frameborder="no" border="0">
<frame src="両側リョウガワ表示ヒョウジするもの.html" scrolling="no">
<frameset rows="85,50%">
<frame src="真ん中マンナカウエページ.html" scrolling="no">
<frame src="真ん中のメインページ.html">
</frameset>
</frameset>
<frame src="両側リョウガワ表示ヒョウジするもの.html" scrolling="no">
</frameset>
</html>
フレーム境界線の設定
<frameset frameborder="★">
★=yesまたは1(境界線を表示),noまたは0(境界線を非表示)
フレーム境界線に色を付ける
<frameset bordercolor="★">
★=カラーネームまたは#カラーコード
スクロールの有無を指定
<frame scrolling="★">
★=スクロールの有無
yes(スクロールの許可) no(スクロール禁止) auto(内容に応じて自動)
フレームサイズの変更を禁止する
<frame noresize>
■■ホームページ内の余白の設定■■
<frame src="余白を作りたいファイル名.html"marginheight="30" marginwidth="30">
■■ホームページ内の標準の文字色の指定■■
<body text="#色の番号">
■■使用する文字コードの設定■■
使用する文字コードの設定
<meta HTTP-EQUIV="content-type " content="text/html;charset=SHIFT_JIS">
■■背景ハイケイを画像から読み込み■■
<body background= "壁紙にしたい画像ファイル名">
HPの背景を画像にする(画像を固定編)
<body background="画像のURL" bgproperties="fixed">
HPの背景画像を横方向にのみ繰り返す
<body style="background-image:url(画像のURL);background-repeat:repeat-x">
HPの背景画像を縦方向にのみ繰り返す
<body style="background-image:url(画像のURL);background-repeat:repeat-y">
HPの背景画像を1つだけ表示
<body style="background-image:url(画像のURL);background-repeat:no-repeat">
■■アクセスカウンター■■
表示ヒョウジなしカウントのみ■
<img src="/cgi-bin/Count.cgi?df=gundog_top.html|dd=bfblack|ft=0|sh=N">
表示ヒョウジあり■
<img src="/cgi-bin/Count.cgi?df=gundog_top.html|dd=bfblack|ft=0|sh=Y|incr=N">
■■ロボット型検索エンジン用のキーワードを設定する■■
<!--●●記入キニュウする場所バショは、<head>〜</head>のアイダ●●-->
<meta name="Keyword" content="リリーちゃんの部屋,winny,win mx">
<meta name="Description" content="愛犬リリーの近状報告や管理人:ジュンちゃんの気ままなホームページ">
<meta name="robots" content="all">