ho realizzato questo con tabelle e in parte con css

ecco il codice css:

<style type="text/css">
<!--
.topleft { background: url(img/a_bord.gif) repeat top left}

.topright { background: url(img/a_bord2.gif) repeat top right }

.bottomleft { background: url(img/a_bord3.gif) repeat bottom left }

.bottomright { background: url(img/a_bord4.gif) repeat bottom right }
-->
</style>


ed ecco la tabella:

<table width="85%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="28">[img]img/a_top_left.gif[/img]</td>
<td valign="top" bgcolor="#FFFFFF" class="topleft"></td>
<td width="28">[img]img/a_top_right.gif[/img]</td>
</tr>
<tr bgcolor="#FFFFFF">
<td class="bottomright"></td>
<td>

</p></td>
<td align="right" bgcolor="#FFFFFF" class="topright"></td>
</tr>
<tr>
<td>[img]img/a_bottom_left.gif[/img]</td>
<td valign="bottom" bgcolor="#FFFFFF" class="bottomleft"></td>
<td>[img]img/a_bottom_right.gif[/img]</td>
</tr>
</table>


si lo so avrei potuto utilizzare molto di più i css ed eliminare le tabelle sostituendole con dei div...ma non sono così esperto con la gestione dei div.
se avete consigli commenti :quipy: e critiche , ma non solo! sono qui. grazie