Hi All
I am outputting information OK but I would like to improve the way the
information is presented to the user.
Hence I would like to group the output. Its sort of working but not the way
I want it to and I cant seem to get the information exactly how I want it.
Heres my code:
<table width="100%" border="0" cellpadding="4" cellspacing="0"
align="center" class="report">
<tr>
<th align="left">Name</th>
<th align="left">Practice</th>
<th align="left">Suburb</th>
<th align="left">Contact No</th>
<th align="left">Link</th>
</tr>
<cfoutput query="qGetInfo" group="stprv_Name">
State: #stprv_Name#
<cfoutput>
<tr<cfif currentrow mod 2> class="alt"</cfif>>
<td align="left" width="20%"><span
class="reporttext">#name#</span></td>
<td align="left" width="30%"><span
class="reporttext">#practice#</span></td>
<td align="left" width="15%"><span
class="reporttext">#suburb#</span></td>
<td align="left" width="15%"><span
class="reporttext">#contactno#</span></td>
<td align="left" width="20%"><span class="reporttext"><a
href="http://#link#">#link#</a></span></td>
</tr>
</cfoutput>
</cfoutput>
</table>
The trouble I am having is the way the output is presented now:
The screen shot below shows how the page is currently being presented.
Any ideas on how to get it presenting better would be appreciated
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU
Archive:
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:263402
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4