Meinst du so:
Code:
<html>
<head>
<title>Verbindungstest</title>
<style>
#verbindung_links{
border:1px solid red;
border-right-width:0px;
}
#verbindung_rechts{
border:1px solid red;
border-left-width:0px;
}
</style>
</head>
<body>
<table id="testtab" cellspacing="0">
<tr>
<td>1</td>
<td>2</td>
<td>3</td>
<td>4</td>
</tr>
<tr>
<td>5</td>
<td id="verbindung_links">6</td>
<td id="verbindung_rechts">7</td>
<td>8</td>
</tr>
<tr>
<td colspan="4">9</td>
</tr>
</table>
</body>
jak
____________________________________
Join the DNRC | Godwin\'s Law (thx@stona)
Documentation is like sex: If it\'s good, it\'s very, very good. If it\'s bad, it\'s better than nothing.
\"In theory, theory and practice are the same. In practice, they are not\" (Lawrence Berra)
|