Wrap content in table to fix IE bug. IE interpreted the
authorDeryck Hodge <deryck@samba.org>
Wed, 13 Oct 2004 11:59:23 +0000 (11:59 +0000)
committerDeryck Hodge <deryck@samba.org>
Wed, 13 Oct 2004 11:59:23 +0000 (11:59 +0000)
table listing the mailing lists as a seperate <div> and
created a gap on the page.

--deryck

git-svn-id: file:///home/svn/samba-web/trunk@373 44aeb9d7-1cd8-0310-b257-a505e0beeac2

archives.html

index 201456fd412cef4d67b7d4b96f6cf6b36100369c..6e2f8dfbb70317b18e24f2f5a9bdd7377750eeea 100755 (executable)
@@ -4,7 +4,8 @@
 
 <h2>Samba Mailing list</h2>
 
-
+  <table><tr><td>  <!-- table wrapper is needed to fix 
+                             page breaking problem in IE -->
 
 <h3>How to subscribe?</h3>
 
@@ -91,5 +92,6 @@ href="http://listes.ac-grenoble.fr/wws/info/samba-fr">http://listes.ac-grenoble.
 
 <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" -->