problemer med tekst
jeg har lidt problemer med noget text, som skal stå i venstre side af en kollone, men ligger sig istedet i midten. koden ser således ud:<html>
<head>
<title>baustrup.dk / 03</title>
<style>
body {
overflow: auto }
a:link { color: #e80705; text-decoration: none }
a:visited { color: #e80705; text-decoration: none }
a:active { color: #e80705; text-decoration: none }
a:hover { color: #e80705; text-decoration: underline }
.text {
color: #676767;
font-family: verdana;
font-size: 9px; }
.maintable {
height: 100%;
width: 390px; }
.mainbody {
height: 100%;
margin: 0px;
padding: 0px; }
</style>
</head>
<body class='mainbody' leftmargin='0' topmargin='0' marginwidth='0' marginheight='0' background='img/bg.jpg'>
<center>
<table class='maintable' border='0' cellpadding='0' cellspacing='0'>
<tr>
<td rowspan='6' width='20' height='100%' background='img/01.jpg'>
</td>
<td colspan='6' width='350' height='32' background='img/03.jpg'>
</td>
<td rowspan='6' width='20' height='100%' background='img/02.jpg'>
</td>
</tr>
<tr>
<td colspan='6' width='350' height='100' background='img/04.jpg'>
</td>
</tr>
<tr>
<td colspan='6' width='350' height='10' background='img/05.jpg'>
</td>
</tr>
<tr>
<td colspan='2' width='7' background='img/bg.jpg'>
</td>
<td class='text' colspan='2' width='336' valign='top' align='left' background='img/bg.jpg'>
text
</td>
<td colspan='2' width='7' background='img/bg.jpg'>
</td>
</tr>
<tr>
<td colspan='6' width='350' height='8' background='img/06.jpg'>
</td>
</tr>
<tr>
<td width='7' background='img/bg.jpg'>
</td>
<td class='text' colspan='2' width='168' valign='top' align='left' background='img/bg.jpg'>
/<a href='nyheder.php'>nyheder.php</a>
</td>
<td class='text' colspan='2' width='168' valign='top' align='right' background='img/bg.jpg'>
<a href='faq.php'>faq</a> | <a href='login.php'>login</a>
</td>
<td width='7' background='img/bg.jpg'>
</td>
</tr>
</table>
</center>
</body>
</html>
linje 47, 60 og 63. jeg har også et eksempel - http://salberg.dk/baustrup
