Mam problem. Chce zrobić na stronie ramki po bokach jak poniżej:



Niby już mam góre i lewy bok zrobiony ale prawego nie moge za skarby dodać. Nie wychodzi mi coś sad.gif
Bardzo prosze o pomoc. To jest wycinek kodu który odpowiada za grafike na mojej stronie.

Kod
Kod:
<script>

//Check all radio/check buttons script- by javascriptkit.com
//Visit JavaScript Kit (http://javascriptkit.com) for script
//Credit must stay intact for use  

function checkall(formname,thestate){
var el_collection=eval("document.forms."+formname)
for (c=0;c<el_collection.length;c++)
el_collection[c].checked=thestate
}

</script>
</head>
<body>
<table class='xexe' width="939"  border="0" align="center" cellpadding="0" cellspacing="0">
 <tr>
   <td class='xexe' width="24" scope="row"><img src="images/left_top.gif" width="24" height="137"></td>
   <td class='xexe' width="889"><img src="images/top.gif" width="889" height="137" usemap="#Map" border="0"></td>
   <td class='xexe' width="26"><img src="images/right_top.gif" width="26" height="137"></td>
 </tr>
<map name="Map" id="Map"><area shape="rect" coords="284,89,364,103" href="index.php" />
<area shape="rect" coords="374,88,453,105" href="browse.php" />
<area shape="rect" coords="550,88,629,104" href="my.php" />
<area shape="rect" coords="639,89,716,104" href="chat.php" />
<area shape="rect" coords="728,90,804,104" href="donate.php" />
<area shape="rect" coords="815,90,885,103" href="topten.php" />
<area shape="rect" coords="375,109,453,122" href="log.php" />
<area shape="rect" coords="464,111,540,123" href="rules.php" />
<area shape="rect" coords="551,110,628,124" href="faq.php" />
<area shape="rect" coords="638,109,716,123" href="links.php" />
<area shape="rect" coords="729,110,803,123" href="http://forums.....org/forumdisplay.php?f=26" />
</map>
 <tr>
   <td class='xexe' width="24" background="images/bar_left.gif" scope="row">&nbsp;</td>
   <td class='xexe' bgcolor="333333"><center>
<script language="JavaScript">


ten kawałek odpowiada za lewą ramke i działa

Kod
Kod: td class='xexe' width="24" background="images/bar_left.gif" scope="row">&nbsp;</td>



prawej ramki niestety nie umiem dodać:(

Dzięki za pomoc