Are you outputting from a query?
If so you can use the group attribute of the cfoutput tag. Here's an example:
<cfoutput query="queryname" group="title">
#Title#
<cfoutput>
#SubTitle#
</cfoutput>
</cfoutput>
This would ouput the following:Title1
Subtitle1
Subtitle2
Subtitle3
Title2
Subtitle1
Subtitle2
Title3
Subtitle1
Post some of your code and I'll have a look at it.
cmhampton
Junior Poster in Training
79 posts since Feb 2008
Reputation Points: 23
Solved Threads: 10
Glad to help. Let me know if you have any other questions.
cmhampton
Junior Poster in Training
79 posts since Feb 2008
Reputation Points: 23
Solved Threads: 10