Spacing messed up

Watch

todd098

New Member
Impact
0
I just started making a new site when I ran into this problem. This is where I want the title to be http://www.ppbt.net/newsite2.html . When I added some words below it it messed everything up http://www.ppbt.net/newsite1.html . Archive, links etc are all supposed to be the same distance apart as well.
Does anyone know what is wrong?
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
i think this is what you want:

<html>
<head>
<title>Pixel Perfect</title>
<style type="text/css">
.content{
background-color: white;
border-style: solid;
border-width: 15;
border-color: black;
}
h1{
font-size: 20;
color: #CCCCCC;
font-family: elegance;
}

</style>
</head>

<body bgcolor="#CCCCCC">
<center>
<table class="content" width="800">
<!--DWLayoutTable-->
<tr>
<td width="74" height="59"> </td>
<td width="73"> </td>
<td width="73"> </td>
<td width="73"> </td>
<td width="131"> </td>
<td width="298" align="right" valign="top"><img src="banner.jpg" width="300" height="57" border="0"></td>
</tr>
<tr>
<td height="17" valign="top"><h1>Archive</td>
<td valign="top"><h1>Gallery</td>
<td valign="top"><h1>Links</td>
<td valign="top"><h1>Contact</td>
<td></td>
<td></td>
</tr>
</table>
</center>


</body>
</html>
 
0
•••
Thank you that works much better!
 
0
•••

We're social

  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back