Please send your feedback on the new site, especially problems, to
XEmacs Web Maintainers <xemacs-webmaint(a)xemacs.org> and
XEmacs Beta List <xemacs-beta(a)xemacs.org>.
Viewing the pages with both Opera and IE, the text in the "sidebar cell"
is wrapped in an ugly fashion (see example1.gif).
I would recommened taking the text defined like:
<img src="Images/blank.gif" width="5" height="1"
alt="">
<a href="About/index.html">History of XEmacs</a><br>
and placing it in single row tables like:
<table cellspacing="0" cellpadding="0">
<tr>
<td><img src="Images/blank.gif" width="5"
height="1" alt=""></td>
<td><font size="2"><a
href="About/index.html">History of
XEmacs</a></font></td>
</tr>
</table>
This results in much nicer word wrapping (see example2.gif). Included
below is the html for the "About XEmacs" section of the sidebar (which
I quickly cut-and-pasted together) as an example.
-Jim
---------begin example----------
<font size="3"><strong>About
XEmacs</strong></font><br>
<table cellspacing="0" cellpadding="2">
<tr>
<td><img src="Images/blank.gif" width="5"
height="1" alt=""></td>
<td><font size="2"><a
href="About/index.html">History of
XEmacs</a></font></td>
</tr>
</table>
<table cellspacing="0" cellpadding="2">
<tr>
<td><img src="Images/blank.gif" width="5"
height="1" alt=""></td>
<td><font size="2"><a
href="About/XEmacsVsGNUemacs.html">XEmacs vs.
GNU Emacs</a></font></td>
</tr>
</table>
<table cellspacing="0" cellpadding="2">
<tr>
<td><img src="Images/blank.gif" width="5"
height="1" alt=""></td>
<td><font size="2"><a
href="About/Screenshots/index.html">Screenshots</a></font></td>
</tr>
</table>
<table cellspacing="0" cellpadding="2">
<tr>
<td><img src="Images/blank.gif" width="5"
height="1" alt=""></td>
<td><font size="2"><a
href="About/created.html">Sites Created With
XEmacs</a></font></td>
</tr>
</table>
<table cellspacing="0" cellpadding="2">
<tr>
<td><img src="Images/blank.gif" width="5"
height="1" alt=""></td>
<td><font size="2"><a
href="About/Y2Kstatement.html">Year 2000
Statement</a></font></td>
</tr>
</table>
<table cellspacing="0" cellpadding="2">
<tr>
<td><img src="Images/blank.gif" width="5"
height="1" alt=""></td>
<td><font size="2"><a
href="Develop/devTeam.html">Who Wrote
XEmacs?</a></font></td>
</tr>
</table>
<table cellspacing="0" cellpadding="2">
<tr>
<td><img src="Images/blank.gif" width="5"
height="1" alt=""></td>
<td><font size="2"><a
href="About/Website.html">Website</a></font></td>
</tr>
</table>
<br>