Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Table Backgrounds in Netscape


Message #1 by Greg Griffiths <griffiths@x...> on Tue, 05 Jun 2001 19:32:36 +0100
Thanks, that works perfectly !!


At 21:05 05/06/01 +0200, you wrote:
><table width="340" bgcolor="#333399" cellspacing="0" cellpadding="0" 
>border="0">
><tr>
>         <td>
>                 <table border="0" cellpadding="2" cellspacing="2" 
> width="100%">
>                 <tr>
>                         <td width="25%" bgcolor="#CCCCCC">Grey background 
> to cell</td>
>                         <td width="75%" bgcolor="white">white background 
> to cell</td>
>                 </tr>
>                 </table>
>         </td>
></tr>


  Return to Index