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
Conferences Close Tree View
+ Stylus Studio Feature Requests (1192)
+ Stylus Studio Technical Forum (14621)
+ Website Feedback (249)
- XSLT Help and Discussion (7625)
-> + Use of before and after string (3) Sticky Topic
-> - How do I substitute element ty... (1)
-> + How does one add working days ... (4)
-> - Help, I have existing XLT and... (1)
-> + Need help on XSLT issue - (2)
-> + EDI to XML Conversion (7)
-> - XML To JSON Conversion using X... (1)
-> + Formatting Paragraphs to same ... (2)
-> - Grouping of records (1)
-> + Problems with xsd 1.1 (4)
-> + XML to HL7 mapping (3)
-> + XSLT 3 and Iterate (2)
-> + XSL-FO to PDF preview (3)
-> + java.lang.RuntimeException: Er... (2)
-> + Create Acroforms with Stylus X... (2)
-> + How to change XSLT parameter s... (3)
-> + how to change format of the da... (2)
-> + Search "Next 8 Results " doesn... (2)
-> - Support for Git (1)
-> + newbee (8)
-- [1-20] [21-40] [41-60] Next
+ XQuery Help and Discussion (2017)
+ Stylus Studio FAQs (159)
+ Stylus Studio Code Samples & Utilities (364)
+ Stylus Studio Announcements (113)
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

   
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.