View Single Post
  #8 (permalink)  
Old 07-21-2003, 01:57 AM
Mtechnik Mtechnik is offline
Junior Member
 
Join Date: Apr 2003
Posts: 81
tested and working

Code:
function OpenTable() {
    global $bgcolor1, $bgcolor2;
?>
<table border="0" cellpadding="0" cellspacing="0" width="100%"> 
  <tr> 
    <td background="http://www.mysite.com/top.gif" height="37"></td> 
  </tr> 
  <tr> 
    <td bgcolor="#B7B7B7">
<?
}
Code:
function CloseTable() {
?>
    </td> 
  </tr> 
  <tr> 
    <td background="http://www.mysite.com/bottom.gif" height="43"></td> 
  </tr> 
</table>
<?
}
__________________
Think all nukes look the same?
=) Think again. www.mtechnik.net
Public / commercial themes
Reply With Quote