1. It would be good if MC would support font face tags with multiple fonts that 
editors like Dreamweaver commonly insert, eg: <font face="Verdana, Arial, Helvetica, 
sans-serif">
At present MC will ignore these and use the default font instead.  It should at least 
try to use the first font listed in the tag.

2. MC should returns in HTML imports, at present it seems to add extra space where the 
return was:

   #swap out Dreamweaver multiple font selections
        repeat until offset("Verdana, Arial, Helvetica, sans-serif",data) = 0
        get offset("Verdana, Arial, Helvetica, sans-serif",data)
        delete char it+7 to it+37 of data
      end repeat
    #delete return chars, as MC adds space where these are found
    repeat until offset(return,data) = 0
      delete char offset(return,data) of data
    end repeat

Rodney
-- 
--
Rodney Tamblyn
Educational Media group
Higher Education Development Centre, 75 Union Place
University of Otago, PO Box 56, Dunedin, New Zealand
ph +64 3 479 7580 Fax +64 3 479 8362
http://hedc.otago.ac.nz ~ http://rodney.weblogs.com


Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to