XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Show tree view Topic
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext Topic
Postnext
Lorrie NerbasSubject: Adjust Height of Table containing a button
Author: Lorrie Nerbas
Date: 24 Apr 2006 01:36 PM
I have a 1 row, 1 column table, which contains one button, the value of which will be a division name when previewed. There are 12 divisions. This part works fine. My question is when previewing the table has whitespace between the rows. How can adjust table height and/or cell height so that there is no spaces between the rows. I have tried adjusting the table height, row height, cellspacing, cellpadding. Nothing works, could you please advise how to adjust the table.

Thank-you very much.

Postnext
Minollo I.Subject: Adjust Height of Table containing a button
Author: Minollo I.
Date: 24 Apr 2006 02:33 PM
Can you post an example?

Postnext
Lorrie NerbasSubject: Adjust Height of Table containing a button
Author: Lorrie Nerbas
Date: 24 Apr 2006 02:47 PM


UnknownNew13.xsl
Table example

Postnext
Minollo I.Subject: Adjust Height of Table containing a button
Author: Minollo I.
Date: 24 Apr 2006 03:23 PM
Can you also give us an example of what kind of values "cwhome/menu/division" can assume, what kind of output you get and what kind of output you would like to see?

Thanks,
Minollo

Postnext
Lorrie NerbasSubject: Adjust Height of Table containing a button
Author: Lorrie Nerbas
Date: 24 Apr 2006 03:35 PM
Here is the source code from Style Studio
<?xml version='1.0' encoding='utf-8'?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html"/>

<xsl:template match="/">
<html><head></head>
<body>
<p>
<font style="font-size: 16pt; color: #3642a9; font-family: arial">
<xsl:value-of select="cwhome/title"/>
</font>
</p>
<p>
<table width="88" style="table-layout: auto; ; width: 88px; font-family: arial; white-space: nowrap; position: absolute; text-align: center; cellpadding: -3; cellspacing: -2">
<tbody>
<xsl:for-each select="cwhome/menu/division">
<tr>
<td vAlign="middle" width="50%">
<button style="border-right: medium none; border-top: medium none; font-size: 10pt; filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr=#bbbbe7,endcolorstr=#ddddff); vertical-align: top; border-left: medium none; width: 110px; color: midnightblue; border-bottom: medium none; font-family: arial; white-space: pre; height: 20px; text-align: center">
<xsl:value-of select="."/>
</button>
</td>
</tr>
</xsl:for-each>
</tbody>
</table>
</p>
<p>&#160;
<xsl:call-template name="NewTemplate0"/>
</p>
</body>
</html>
</xsl:template>

<xsl:template name="NewTemplate0"/>
</xsl:stylesheet>


Attached is output from the same menu designed in ASP.net using a css.

As you can see, there should be no white space between the buttons. Below is the Stylus Studio code for this page.




DocumentDoc1(1).doc

Posttop
Minollo I.Subject: Adjust Height of Table containing a button
Author: Minollo I.
Date: 24 Apr 2006 04:38 PM
If you change the <table> element to:

<table width="88" cellSpacing="0" cellPadding="0" style="table-layout: auto; width: 88px; font-family: arial; white-space: nowrap; position: absolute; text-align: center">


...that should do what you are looking for.

Minollo

 
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext Topic
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.