IKE: Tabellenhöhe "height"

Beitrag lesen

hi,

leider weiß ich nicht wo das eingefügt werden muss, damit meine vorhandene Tabelle die von mir oben genannten Werte bekommt?

Hier meine Tabelle:

<body>
<p id="rundrum"><img src="..." width="224" height="261" alt="" /></p>
<table border="2" width="800" height="698">
<tr>
<th>A</th><th>1</th>
</tr><tr>
<th>B</th><th>2</th>
</tr><tr>
<th>C</th><th>3</th>
</tr><tr>
<th>D</th><th>4</th>
</tr><tr>
<th>E</th><th>5</th>
</tr><tr>
<th>F</th><th>6</th>
</tr><tr>
<th>G</th><th>7</th>
</tr><tr>
<th>H</th><th><a href="mailto:">8</a></th>
</tr><tr>
<th>I</th><th>9</th>
</tr><tr>
<th>J</th><th><a href="">10</a></th>
</tr></table>
</body>

Danke