On Thu, 2002-12-12 at 23:05, Gre7g Luterman wrote: > Update of /cvsroot/tmda/tmda/contrib/cgi > In directory sc8-pr-cvs1:/tmp/cvs-serv29297 > > Modified Files: > View.py > Log Message: > Forgot to close one of my HTML cells. > > > Index: View.py > =================================================================== > RCS file: /cvsroot/tmda/tmda/contrib/cgi/View.py,v > retrieving revision 1.6 > retrieving revision 1.7 > diff -u -r1.6 -r1.7 > --- View.py 6 Dec 2002 17:06:24 -0000 1.6 > +++ View.py 12 Dec 2002 22:04:59 -0000 1.7 > @@ -169,7 +169,7 @@ > for Header in Defaults.SUMMARY_HEADERS: > MsgHTML += """ <tr> > <th>%s:</th> > - <td width="5"> > + <td width="5"></td>
You should place an into empty cells, some browsers don't like empty cells. An alternative would be to place an <img src="pixel.gif" width="5" height="5"/>, if the is to 'fat'. David _________________________________________________ tmda-workers mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-workers
