View Full Version : Another question about tables..


PrezOfCTSA
01-20-2003, 03:49 AM
http://www31.brinkster.com/dorkiezpc/main2.html

My text is stuck in the center? How do I get it to go to the top? And also, how do I get a border around the rows, like "latest news" and "bio's"? I try reading tutorials. but they're all sooo confusing.

Alcy
01-20-2003, 03:56 AM
Add "valign=top" to your <td> tags:
<td valign=top>

There's already a border around the rows... do you want it around the links?

Put this in your <head>:
<style type="text/css">
a:link
{
border:1px solid;
}
</style>