<html>
<head>
<style>
table
{
font-family:verdana;
}
bold
{
font-size:24pt;
font-weight:bold;
}
</style>
</head>
<body>
<table width=100% height=100%>
<td align=center valign=center>
This site is currently<br>
<a class="bold">Under Construction</a>
</td>
</table>
</body>
</html>
This doesn't work
Can someone fix it
<head>
<style>
table
{
font-family:verdana;
}
bold
{
font-size:24pt;
font-weight:bold;
}
</style>
</head>
<body>
<table width=100% height=100%>
<td align=center valign=center>
This site is currently<br>
<a class="bold">Under Construction</a>
</td>
</table>
</body>
</html>
This doesn't work
Can someone fix it
Comment