CSSを利用した2ちゃんねるのデザイン

このエントリーをはてなブックマークに追加
78Name_Not_Found
>73
<body>も開始終了共に省略可ダネ
Authors must specify the style sheet language of style information associated
with an HTML document.
なのでできればHTTP headerでContent-Style-Type: text/css を出してもらって
(無理なら<META http-equiv="Content-Style-Type" content="
text/css">が要るが)

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<style type="text/css" media="all">
body{background-image:url(../ba.gif);}
</style>
<title>Web制作板</title>
どうせ日本人しか見てないんだし。