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]

Re: HTML table centering


> Hi,
> I seem to have a wierd problem, i'm trying to render a HTML table as
> shown
> in the xslt script below.
> It renders fine in IE4.0 & above but in Netscape 4.7
> the table renders itself to the left if the "<xsl:call-template>" tag
> is present ???
> 
> XSLT Parser used is Xalan(Cocoon) and  apache is the web server.
> 
> 
> <div align="CENTER">
> <table border="1" BGCOLOR="#EEEEEE" width="90%">
> <tr BGCOLOR="#CCCCCC"><th width="40%">Some Name</th>
> <th width="60%">Description</th></tr>
>        <xsl:call-template name="myCall" />
> </table>
> </div>

can you post the complete output?

this is probably not an xsl issue, just a cranky-netscape issue :)

try changing the tag to a straight <center> (yes, I realize that is
deprecated) and see what happens.

_alex


 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]