Thanks Howard - I had a feeling it was a MOD thing and read up on it. I also
had a VERY vague recollection that someone developed a tag to manage this  -
that's why I searched dev ex and asked here. Thanks for the tip  - this
looks like it!!!


**********

Kevin Parker
Web Services Manager
WorkCover Corporation

[EMAIL PROTECTED]
www.workcover.com

p: 08 82332548
f: 08 82332000
m: 0418 806 166

**********


-----Original Message-----
From: Owens, Howard [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 5 February 2003 5:36 AM
To: CF-Talk
Subject: RE: Link directory


Are you looking to do something like this ... columns across a page ... 


<table width="400" border="0" cellspacing="0" cellpadding="2" align="center"
class="textblack">


<tr><td colspan="3" class="textblackbold">Browse By Category</td></tr>

<tr><td colspan="3">&nbsp;</td></tr>

<tr><td colspan="3">


<table width="400" border="0" cellspacing="1" cellpadding="2" align="center"
class="textblack">



<tr>


<td valign=top>
<table class=textblack cellpadding="0" cellspacing="0">
<cfoutput query="Count" startrow="#StartRow#" maxrows="#RowCount#">

<cfif Count.currentrow MOD 2>
<tr>
<cfelse>
<tr bgcolor="##eaeaea">
</cfif>
<td><a
href="hub.cfm?action=browse_hitlist&#client.urltoken#&C_ID=#C_ID#">#CAT#</a>
</td> <td>(#Count#)</td>

</tr>

</cfoutput>

</table>

</td>


<cfset startrow=startrow+rowcount>

<td valign=top>
<table class=textblack cellpadding="0" cellspacing="0">
<cfoutput query="Categories"  startrow="#StartRow#" maxrows="#RowCount#">

<cfif CountCategories.currentrow MOD 2>
<tr>
<cfelse>
<tr bgcolor="##eaeaea">
</cfif>
<td><a
href="hub.cfm?action=browse_hitlist&#client.urltoken#&C_ID=#C_ID#">#CAT#</a>
</td> <td>(#Count#)</td>

</tr>

</cfoutput>

</table>
</td>



<cfset startrow=startrow+rowcount>


<td valign=top>
<table class=textblack cellpadding="0" cellspacing="0">
<cfoutput query="Count" startrow="#startrow#" maxrows="#RowCount#">

<cfif CountCategories.currentrow MOD 2>
<tr>
<cfelse>
<tr bgcolor="##eaeaea">
</cfif>
<td><a
href="hub.cfm?action=browse_hitlist&#client.urltoken#&C_ID=#C_ID#">#CAT#</a>
</td> <td>(#Count#)</td>

</tr>

</cfoutput>


</table>

</td></tr>

<cfoutput>
<tr><td colspan="3"><hr></td></tr>
<tr><td>Total:  &nbsp; &nbsp; #Count.Total#</td>                        <td>
&nbsp; </td><td>&nbsp;</td></tr>
</cfoutput>
</table>



> -----Original Message-----
> From: Parker, Kevin [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, February 03, 2003 9:18 PM
> To:   CF-Talk
> Subject:      Link directory
> 
> I'm doing some research to build a link directory where users can suggest
> a
> link, search etc. I'd like it to have a DMOZ/Yahoo type interface. I've
> searched MM Dev Ex for some clues. Can anyone point me to any resources
> that
> describe how to do this with CF i.e. build tables across and down a page.
> 
> TIA!!!!
> 
> 
> **********
> 
> Kevin Parker
> Web Services Manager
> WorkCover Corporation
> 
> [EMAIL PROTECTED]
> www.workcover.com
> 
> p: 08 82332548
> f: 08 82332000
> m: 0418 806 166
> 
> **********
> 
> 
> 
> ************************************************************************
> This e-mail is intended for the use of the addressee only. It may 
> contain information that is protected by legislated confidentiality
> and/or is legally privileged. If you are not the intended recipient you
> are prohibited from disseminating, distributing or copying this e-mail.
> 
> Any opinion expressed in this e-mail may not necessarily be that of the
> WorkCover Corporation of South Australia. Although precautions have
> been taken, the sender cannot warrant that this e-mail or any files
> transmitted with it are free of viruses or any other defect.
> 
> If you have received this e-mail in error, please notify the sender
> immediately by return e-mail and destroy the original e-mail and any
> copies.
> ************************************************************************
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to