Update of /cvsroot/openfirst/photogallery
In directory sc8-pr-cvs1:/tmp/cvs-serv27781
Modified Files:
index.php
Log Message:
Force colours upon the main page that make it readable (where background was explicitly set).
Index: index.php
===================================================================
RCS file: /cvsroot/openfirst/photogallery/index.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** index.php 23 Aug 2003 20:32:49 -0000 1.7
--- index.php 26 Aug 2003 03:28:22 -0000 1.8
***************
*** 50,56 ****
?>
! <tr onMouseOver="this.style.backgroundColor='#cccccc'" onMouseOut="this.style.backgroundColor='#ffffff'" bgcolor="#ffffff">
! <td width="61"><div align="center"><a href="gallery.php?ID=<?php echo $gallery->ID; ?>"><img src="gallery.PNG" border="0"></a></div></td>
! <td width="147"><a href='gallery.php?ID=<?php echo $gallery->ID; ?>'><?php echo $gallery->GalleryName; ?></a></td>
<td width="297"><?php echo $gallery->Description; ?></td>
<td width="176"><?php echo date("F j, Y, g:i a",$gallery->Dates); ?></td>
--- 50,56 ----
?>
! <tr onMouseOver="this.style.backgroundColor='#cccccc'" onMouseOut="this.style.backgroundColor='#ffffff'" bgcolor="#ffffff" style="color: #000000;">
! <td width="61"><div align="center"><a href="gallery.php?ID=<?php echo $gallery->ID; ?>" style="color: #000000;"><img src="gallery.PNG" border="0"></a></div></td>
! <td width="147"><a href='gallery.php?ID=<?php echo $gallery->ID; ?>' style="color: #000000;"><?php echo $gallery->GalleryName; ?></a></td>
<td width="297"><?php echo $gallery->Description; ?></td>
<td width="176"><?php echo date("F j, Y, g:i a",$gallery->Dates); ?></td>
|