yaws

Vlad Dumitrescu vlad_dumitrescu@REDACTED
Tue Feb 12 08:21:49 CET 2002


Hi,

That was an interesting project. I have a first observation to make: the 
HTML code generated for the yaws site looks very weird. Basically, the table 
that contains the menu is never "closed", and the result is that it looks 
truncated in IE, while Netscape refuses to show anything.

<table border="0" cellpadding="5" cellspacing="0" height="100%">
<tr>
  <td valign=top BGCOLOR="#B6B6A5">
	... menu here ...
  </td>

  <td valign=top><IMG ...>
  <p></p>

<H2>Yaws</H2>

should be:

  <table border="0" cellpadding="5" cellspacing="0" height="100%">
  <tr>
    <td valign=top BGCOLOR="#B6B6A5">
  	... menu here ...
    </td>

    <td valign=top><IMG ...>
    <p></p>
+   </td>
+ </tr>
+ </table>
  <H2>Yaws</H2>

Good luck!
regards,
Vlad

_________________________________________________________________
Hämta MSN Explorer kostnadsfritt på http://explorer.msn.se/intl.asp




More information about the erlang-questions mailing list