Update of /cvsroot/jarspy/JarSpy-htdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv18406
Modified Files:
heading.html
Log Message:
fix table column widths
Index: heading.html
===================================================================
RCS file: /cvsroot/jarspy/JarSpy-htdocs/heading.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** heading.html 17 Apr 2003 00:51:47 -0000 1.20
--- heading.html 17 Apr 2003 01:03:21 -0000 1.21
***************
*** 10,19 ****
<h1 style="text-align:center">JarSpy<br>The Java Archive Spying Utility</h1>
<table cellSpacing="0" cellPadding="0" border="0" width="100%">
<tbody>
<tr>
<td>
! <img src="images/left.jpg" width="7" height="22">
</td>
! <td vAlign="middle" width="100%" style="background-color: rgb(108,113,152)">
<p style="text-align:center">
<font face="Verdana, Arial, Helvetica, sans-serif" color="#ffffff" size="2">
--- 10,24 ----
<h1 style="text-align:center">JarSpy<br>The Java Archive Spying Utility</h1>
<table cellSpacing="0" cellPadding="0" border="0" width="100%">
+ <colgroup>
+ <col width="7">
+ <col width="100*">
+ <col width="7">
+ </colgroup>
<tbody>
<tr>
<td>
! <img src="images/left.jpg" width="7" height="22" alt="">
</td>
! <td vAlign="middle" style="background-color: rgb(108,113,152)">
<p style="text-align:center">
<font face="Verdana, Arial, Helvetica, sans-serif" color="#ffffff" size="2">
***************
*** 29,33 ****
</td>
<td>
! <img src="images/right.jpg" width="7" height="22">
</td>
</tr>
--- 34,38 ----
</td>
<td>
! <img src="images/right.jpg" width="7" height="22" alt="">
</td>
</tr>
|