ok ... machen wir es ohne Stylesheet ...
	Um beim Rahmen links/rechts nicht unnötig mit rowspan arbeiten zu müssen, packst du den Inhalt am besten in eine eigene Tabelle ohne Rahmen.
							
						
					Code:
	
	<table border="0" cellpadding="0" cellspacing="0"><tr height="15">
  <td><img src="links-oben.gif" width="15" height="15"></td>
  <td background="oben.gif" height="15"><img src="shim.gif"></td>
  <td><img src="rechts-oben.gif" width="15" height="15"></td>
</tr><tr>
  <td background="links.gif" width="15"><img src="shim.gif" width="15"></td>
  <td>
    ... Inhalt ... 
  </td>
  <td background="rechts.gif" width="15"><img src="shim.gif" width="15"></td>
</tr><tr>
  <td><img src="links-unten.gif" width="15" height="15"></td>
  <td background="oben.gif" height="15"><img src="shim.gif" height="15"></td>
  <td><img src="rechts-unten.gif" width="15" height="15"></td>
</tr></table>
          

 Moderator
Comment