ForeverRoad
10-31-2009, 09:08 PM
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head><title>Sugary Sweets Bakery</title></head>
<BODY
BACKGROUND=""
BGCOLOR="#F52887"
TEXT="#000000"
LINK="#F52887"
VLINK="#F52887"
ALINK="#CCCCCC"
>
<style type="text/css">
table.main {
width: 700px;
border-width: 1px;
border-spacing: 0px;
border-style: solid;
border-color: black;
border-collapse: separate;
background-color: white;
margin-left: auto;
margin-right: auto;
}
table.inside td {
border-width: 0px;
padding: 0px;
border-style: solid;
border-color: black;
background-color: white;
}
</style>
<table class="main">
<td>
<p style="font-family:arial; text-align:center; font-size:11px;"><a href="index.html"><img src="splashPageLogo.png" border=0px></a><BR>
>> <a href="index.html">enter</a> <<
</p>
<p style="font-family:tahoma; text-align:center; font-size:11px;">Copyright © 2009 Melanie Hoffert</p>
</td>
</table>
</body>
</html>
I'd like to vertically align either my table or the page itself.
<html>
<head><title>Sugary Sweets Bakery</title></head>
<BODY
BACKGROUND=""
BGCOLOR="#F52887"
TEXT="#000000"
LINK="#F52887"
VLINK="#F52887"
ALINK="#CCCCCC"
>
<style type="text/css">
table.main {
width: 700px;
border-width: 1px;
border-spacing: 0px;
border-style: solid;
border-color: black;
border-collapse: separate;
background-color: white;
margin-left: auto;
margin-right: auto;
}
table.inside td {
border-width: 0px;
padding: 0px;
border-style: solid;
border-color: black;
background-color: white;
}
</style>
<table class="main">
<td>
<p style="font-family:arial; text-align:center; font-size:11px;"><a href="index.html"><img src="splashPageLogo.png" border=0px></a><BR>
>> <a href="index.html">enter</a> <<
</p>
<p style="font-family:tahoma; text-align:center; font-size:11px;">Copyright © 2009 Melanie Hoffert</p>
</td>
</table>
</body>
</html>
I'd like to vertically align either my table or the page itself.