Background image within a table:

Table Caption - Background Image - font colors
Week: Topic Text/Assig.

6/29 – 7/1

Background of WWW ch. 25-28

7/6-7/8

Performance issues

sun.gif (1365 bytes)

(Note the magenta color for the middle column of the last row, only works in IE.) Produced by HTML Code:

<table background="../images/clouds.jpg" BORDER="5" cellpadding="5">

<caption>Table Caption - Background Image - font colors </caption>
<tr>
      <th>  Week:  </th>
      <th>  Topic  </td>
      <th>  Text/Assig.  </th>
</tr>

<tr>
      <td>6/29 &#150; 7/1</td>
      <td>Background of WWW</td>
      <td>Ch. 25-28</td>
</tr>

<tr>
     <td>7/6-7/8</td>
     <td   bgcolor="#FF00FF" VALIGN="middle">
      
Performance issues</td>
     <td>
    <p align="center">
<img src="../images/sun.gif" width="64" height="64"   alt="sun.gif (1365 bytes)">
  
</td>
</tr>

</table>

 

     

Last updated on 03/05/2007 by L.M. Hicks