[l2h] bug in multicolumn and htmlsetstyle (l2h 99.1)
Steffen Klupsch
Steffen Klupsch <steffen@vlsi.informatik.tu-darmstadt.de>
Wed, 18 Aug 1999 19:31:00 +0200
1)
The arguements of \htmlsetstyle are searched for ':' and '=' these are
replaced with ' : ' which can break http adresses.
Example:
\htmlsetstyle[BODY]{}{background-image:
url(http://myserver.de/icons/st.jpg);}
is translated to the following css code:
BODY { background-image : url(http :
//myserver.de/icons/st.jpg); }
Netscape doesn't find the picture due to the spaces between http and //.
2)
I tried to use \multicolumn{2-4}{l}{text} in an tabular environment.
This is translated to a
<TD ALIGN="LEFT" COLSPAN=2><SPAN>text </SPAN></TD>
But column 2 to 4 should span 3 columns!!!
Regards, Steffen
--
+----------------------------------------------------------------------+
| Steffen Klupsch Alexanderstr. 10, D-64283 Darmstadt |
| TU Darmstadt - FB Inf(20) - FG Integrierte Schaltungen und Systeme |
| Email: steffen@informatik.tu-darmstadt.de |
| URL : http://www.vlsi.informatik.tu-darmstadt.de/staff/steffen/ |
| Phone: (+49)6151/16-6650 Fax: (+49)6151/16-4810 |
+----------------------------------------------------------------------+