Whenever you want to write or create css just write script within the head tag.
Then close after </script>
<head><script> ... your Script code Here ....</script></Head>
<head><title>Contents</title>
<style type="text/css">
a{
text-decoration:none;
color:white;
font-size:16;
}
a:hover{
background-color:cyan;
font-size:16;
}
td
{
width:120px;
height:16px;
background-image:url('images\bgr.jpg');
font-style:verdana;
font-size:12px;
font-weight:normal;
text-align:center;
background-color:#9ACD32;
}
th
{
width:120px;
COLOR:blue;
height:21px;
background-image:url('images\SUBMIT.gIF');
font-style:verdana;
font-size:15px;
font-weight:normal;
text-align:center;
background-color:hotpink;
}
</style>
</head>
Then close after </script>
<head><script> ... your Script code Here ....</script></Head>
<head><title>Contents</title>
<style type="text/css">
a{
text-decoration:none;
color:white;
font-size:16;
}
a:hover{
background-color:cyan;
font-size:16;
}
td
{
width:120px;
height:16px;
background-image:url('images\bgr.jpg');
font-style:verdana;
font-size:12px;
font-weight:normal;
text-align:center;
background-color:#9ACD32;
}
th
{
width:120px;
COLOR:blue;
height:21px;
background-image:url('images\SUBMIT.gIF');
font-style:verdana;
font-size:15px;
font-weight:normal;
text-align:center;
background-color:hotpink;
}
</style>
</head>
0 comments: