Den 30-Mar-00 skrev Chris Wiles:

>> Somewhat incomplete HTML support (especially alignment).
> Yep, but I think we require more 'specifics', where possible. ie. if
> HTML is incomplete, what tags are missing and, where tags are missing,
> which ones do you want adding/supporting?

The by far most prominent missing HTML-support is the ALIGN parameter.
Even though V will align the content of the tag correctly, it will not
put anything next to it:

<HTML>
<TABLE ALIGN=RIGHT>
<TR>...</TR>
<TR>...</TR>
</TABLE>
This is som text
</HTML>

Should render to something like this:


  This is some text  +-------+
                     |       |
                     | Table |
                     |       |
                     +-------+


But what actually happens is this:


                     +-------+
                     |       |
                     | Table |
                     |       |
                     +-------+
  This is some text



The problem is rather annoying at Yahoo.


Otherwise V is just great :-)



Regards
Robert
-- 
Member of Team *AMIGA*

____________________________________________________________
Voyager Mailing List - Info & Archive: http://www.vapor.com/
For Listserver Help: <[EMAIL PROTECTED]>, "HELP"
To Unsubscribe: <[EMAIL PROTECTED]>, "UNSUBSCRIBE"

Reply via email to