svn commit: samba-web r373 - in trunk: .

deryck at samba.org deryck at samba.org
Wed Oct 13 11:59:23 GMT 2004


Author: deryck
Date: 2004-10-13 11:59:23 +0000 (Wed, 13 Oct 2004)
New Revision: 373

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba-web&path=/trunk&rev=373&nolog=1

Log:

Wrap content in table to fix IE bug.  IE interpreted the 
table listing the mailing lists as a seperate <div> and
created a gap on the page.

--deryck

Modified:
   trunk/archives.html


Changeset:
Modified: trunk/archives.html
===================================================================
--- trunk/archives.html	2004-10-12 19:09:01 UTC (rev 372)
+++ trunk/archives.html	2004-10-13 11:59:23 UTC (rev 373)
@@ -4,8 +4,9 @@
 
 <h2>Samba Mailing list</h2>
 
+  <table><tr><td>  <!-- table wrapper is needed to fix 
+                             page breaking problem in IE -->
 
-
 <h3>How to subscribe?</h3>
 
 <p>The easiest way to subscribe to the list is through the web interface at <a href="http://lists.samba.org/">http://lists.samba.org/</a>.  Please read this note on <b><a href="/samba/ml-etiquette.html">mailing list etiquette</a></b> before posting.</p>
@@ -91,5 +92,6 @@
 
 <p>Connect to <a href="news://news.gmane.org/">news://news.gmane.org/</a> to read <a href="http://news.gmane.org/?match=samba">Samba newsgroups</a>.</p>
 
+  </td></tr></table>  <!-- close table wrapper -->
 
 <!--#include virtual="/samba/footer.html" -->



More information about the samba-cvs mailing list