Update of /cvsroot/pymerase/htdocs/menus
In directory sc8-pr-cvs1:/tmp/cvs-serv23113
Modified Files:
main_menu.shtml
Log Message:
better formatting of daily poll
Index: main_menu.shtml
===================================================================
RCS file: /cvsroot/pymerase/htdocs/menus/main_menu.shtml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** main_menu.shtml 15 May 2003 22:43:31 -0000 1.9
--- main_menu.shtml 28 May 2003 20:07:38 -0000 1.10
***************
*** 28,37 ****
<tr>
<td>
! <div align="center">
! <h2>Daily Poll</h2>
! <table align="center" border=0 width="90%" bgcolor="#6C8AFF">
<!--#include virtual="/poll.html" -->
</table>
</div>
</td>
</tr>
--- 28,41 ----
<tr>
<td>
! <div align="center"><h2>Daily Poll</h2>
! <table border=0 width="85%">
! <tr align="left">
! <td>
<!--#include virtual="/poll.html" -->
+ </tr>
+ </td>
</table>
</div>
+ <br>
</td>
</tr>
|