RE: [xsl] table alignment

Subject: RE: [xsl] table alignment
From: "Tanzila Mohammad" <tmohammad@xxxxxxxxxxxxxxxxxxxx>
Date: Mon, 30 Apr 2001 17:47:50 +0100
A quick question:

My xslt and xml are processed to give a table. However the output is as
follow:

<html>
<body>
 <form ..>
  <table width ="600"...>
    <table width ="580" ...>
    <table width="400" ..>

    </table>
    </table>
  </table>
</table>
</form ..>

<!--my xsl controls this aspect and produces this table here-->
<table width="400">
</table>
<!--my control ends here-->
<!-- the problem is that the table does not align with the <table
width="400"> in the form, it juts out to the right>
<!--what should be in my xsl to reddem this? -->

</body>
</html>

Tanz


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


Current Thread