Forum Moderators: phranque
This is the code I have for a table of mine. I was wondering if there is any code I can add so that the the content that is inside the table, automatically stays at the top. I don't want the content centered in the table, I want it at the top. Any help would be greatly appreciated. My site looks horrible without this.
<style type="text/css">
.nav {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 75%;
width:14%;
}
.nav p.bigger { font-size: 85%; font-weight:700; }
.nav p { margin:0; padding:0; }
</style>
<td class="nav" valign="top">
<p><a href="index.php">Home</a></p>
<p class="bigger">Resources</p>
</td>