Struppi: links in eigenem fensteröffnen

Beitrag lesen

Probier mal:

<table id='menu' width='25%' height='25%'>
<tr>
  <td witdh='100%' height='100%'>
    <img src="gfx/point.gif" alt="" /> <a href="peace.html">test</a>

<td><a href="peace.html"><img src="gfx/point.gif" alt="" /> test</a></td>

#menu
{
background-color:#999;

}
#menu a
{

display:block;

Struppi.