idiot
08-23-2003, 04:08 PM
I've even got this CSS validated at the W3 site, but it dosen't work on my page..
The CSS is..
body {
background-color: #FFFFFF;
color: #000000;
font-family: Verdana, Sans-Serif;
font-weight: Bold;
font-size: 10px;
}
td{
border-width: 3px;
border-color: #808080;
padding: 4px;
}
and the HTML is
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<title>Poetry by a Raven</title>
</head>
<body>
<img src="pbr.png" alt="">
<table>
<tr>
<td>
Under Construction
</td>
</tr>
<tr>
<td>
I'll hopefully have most if not all of the poems up tonight!
<br>
<br>
This is a "thankyou" to Gabbi :)
</td>
</tr>
</table>
</body>
</html>
You can see the page here (http://idiot.ath.cx/gp/)
Any ideas to make it work?
The CSS is..
body {
background-color: #FFFFFF;
color: #000000;
font-family: Verdana, Sans-Serif;
font-weight: Bold;
font-size: 10px;
}
td{
border-width: 3px;
border-color: #808080;
padding: 4px;
}
and the HTML is
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<title>Poetry by a Raven</title>
</head>
<body>
<img src="pbr.png" alt="">
<table>
<tr>
<td>
Under Construction
</td>
</tr>
<tr>
<td>
I'll hopefully have most if not all of the poems up tonight!
<br>
<br>
This is a "thankyou" to Gabbi :)
</td>
</tr>
</table>
</body>
</html>
You can see the page here (http://idiot.ath.cx/gp/)
Any ideas to make it work?