In a message of 18-Feb-01 Gian Maria Calzolari wrote:

 > ...or is the code wrong?

Yes. Where's the <body> ?

 <TABLE width=100%>
   <TR>
      <TD>
         <TT><A HREF=/ARWSdocs/>ARWSdocs</A>

You probably should end <tt> with a corresponding </tt>

      </TD>
      <TD align=right>
         <TT>Dir
      </TD>
      <TD align=right>
         <TT>Oggi
      </TD>
      <TD align=right>
         <TT>17:46:50
      </TD>
    </TR>~

What's the ~ doing there?

   <TD>

Why do you start af new <td> without starting a new row using <tr>?

Use a HTML validator like http://validator.w3.org -- it can spot most
of your problems if not all.

It can help you a lot if you indent you HTML like I have done above.
It makes it a lot easier for you to spot missing </td> and similar.

Have a closer look at your HTML, run it through the validator mentioned
above, correct the problems, and if you still encounter problems then
return to us.


Uffe Holst

_____________________________________________________________________
Voyager Mailing List - http://v3.vapor.com/
Voyager FAQ....: http://faq.vapor.com/voyager/
Listserver Help: mailto:[EMAIL PROTECTED]?Subject=HELP
Unsubscribe....: mailto:[EMAIL PROTECTED]?Subject=UNSUBSCRIBE

Reply via email to