This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Netscape changes font-size in table


The HTML output from the stylesheet I posted does display correctly in
Netscape 4.73 on Windows 2000.  Try it yourself - here is the HTML output
(extra line feeds and all, as your template produces):

<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<title>xxx</title></head>
<body>
<table><tr>
<td STYLE="

     font-family:Verdana;

     font-size: 21px;

     color: black;">Aa</td>
<td STYLE="

     font-family:Verdana;

     font-size: 21px;

     color: black;">Aasfsfsdsdsdfsdf</td>
</tr></table>
</body>
</html>

Perhaps you are not on Windows and there is a Netscape bug on that version.
Or perhaps there is a bug in your version of the html.  Let us know...

Tom P

[<mark.clare@arcordia.com>]


You tried this in Netscape 6.1 - however font sizes do not work correctly
in earlier versions of Netscape (e.g. version 4.7 which we are having to
use).







 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]