広告の文字色について



0   名前: やぴ : 2006/06/16(金) 18:17  [URL]  ID:CKMA./jF
忍でHPを作っているんですが広告の色が白くなってしまい、広告表示が出来ません。
このままでは規約違反になりかねないので対策方法を教えてほしいです。
問題のページのURL張っておきます。

1   名前: カヅサツ ◆ThCi95HEzw : 2006/06/16(金) 18:17  ID:O5hEMlpW
ええと、リンク色を白にしているからみたいですが。

2   名前: やぴ : 2006/06/16(金) 18:17  ID:CKMA./jF
レスありがとうございます。
テンプレートをお借りしてHPを作っているので、どこのタグを変えればいいか分かりません。
よろしければ具体的にどのタグを変えればいいか教えてください。

3   名前: カヅサツ ◆ThCi95HEzw : 2006/06/16(金) 18:17  ID:O5hEMlpW
http://kinnu0103.suichu-ka.com/link.htm
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
	"http://www.w3.org/TR/html4/loose.dtd">
<html lang="ja" dir="ltr">
<head>
<title>link.htm</title>
<meta name="robots" content="noindex,nofollow,noarchive">
<meta http-equiv="content-type" content="text/html; charset=shift_jis">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta http-equiv="Content-Style-Type" content="text/css">
<link type="text/css" rel="stylesheet" href="style.css">
<link rel="stylesheet" type="text/css" href="http://img.shinobi.jp/tadaima/tdftad.css">
<style type="text/css">
BODY {
	color: black;
	background-color: white;
	background-image : url("./image/s_goods_w_03.jpg");
	background-attachment: fixed;
	background-position: 100% 100%;
	background-repeat: no-repeat ;
}
</style>
<body>
<p>このように普通の文字は黒く表示されるんですが…</p>
<div class="tdftdiv">
	<!-- google_ad_section_start(weight=ignore) -->
	<ul class="tdftad">
		<li><a href="http://nad2a.shinobi.jp/f9997a131.html" target="_top">広告掲載について</a></li>
		<li class="tdftpr"><a href="http://nad2a.shinobi.jp/f0a1087.html" target="_top">年会費無料のクレジットカード</a></li>
		<li class="tdftpr"><a href="http://seo.shinobi.jp/" target="_top">SEO</a></li>
		<li class="tdftlink"><a href="http://www.shinobi.jp/link/page_h_0_13.html" target="_top">ビジネス・経済</a></li>
	</ul>
	<!-- google_ad_section_end -->
</div>
</body>
</html>


4   名前: カヅサツ ◆ThCi95HEzw : 2006/06/16(金) 18:17  ID:O5hEMlpW
http://kinnu0103.suichu-ka.com/style.css
html{
	scrollbar-arrow-color: White ;
	scrollbar-base-color : #6797C8 ;
}
body{
	font-size : x-small ;
	font-family: Verdana,osaka,"MS UI Gothic", sans-serif;
	line-height: 1.5 ;
}
A:link{
	color: blue;
	font-weight: bold;
	text-decoration : none ;
}
A:visited{
	color : purple ;
	font-weight: bold;
	text-decoration : none ;
}
A:active{
	color: white;
}
A:HOVER{
	color : #D5FCFB ;
}
.up_table{ /* 右上セル色 */
	background-color: #ffffff ;
}
.menu_table{ /* メニューテーブルセルの設定 */
	font-size : medium ; /* フォントサイズ */
	text-indent: 5px ; /* 始まる場所(インデント) */
	height: 35 ; /* セルの高さ */
}


5   名前: やぴ : 2006/06/16(金) 18:17  ID:CKMA./jF
上のをコピペしたら解決しました。
ありがとうございました。

一覧へ戻る