Link: frankcc: help needed regrading the html code.
<p><p> doesn't really work.</p></p>
i have trouble with the picture which displays "the women's center of america" for our View2HTML.xsql. since the query result only shows three columns and cuts off part of the picture. In addition, for the title of the html page, how can i change it from 'Query results' to 'the women's center of america', the html code of <p> doesn't work.</p>
The picture seems fine. The first column is mighty wide. It seems your picture and page heading are in the first column. Remove them from there and try puttting them in this template rule from View2HTML.xsl, like so:
<xsl:template match="Donor_Financial" mode="XSQLContents">
Code for displaying the picture
Code for displaying the page heading right underneath
<xsl:call-template name="CreateSimpleTable"/>
xsl:template>
You will need to change the title element in root.xsl to get that to work. It should be obvious once you open the file.