Sorry just a quick correction below, the <p> tag must always encapsulate the next piece of <ul> tag just after it and closes at the end of the </ul></p>tag;
<p>Body of text loads of it, sometimes just a one liner and it ends here <ul> <li>blurb of text one</li> <li>blurb of text two</li> <li>blurb of text three</li> </ul> </p> <p>Another of body text here <ul> <li>New list 1</li> <li>New list 2 </li> </ul> </p> > I have a body of text, within that text are random <ul> tags preceded > by <p>text</p>, example below; > > <p>Body of text loads of it, sometimes just a one liner and it ends > here</p> > > <ul> > <li>blurb of text one</li> > <li>blurb of text two</li> > <li>blurb of text three</li> > </ul> > > <p>Another of body text here</p> > > <ul> > <li>New list 1</li> > <li>New list 2 </li> > </ul> > > What I want to be able to do is wherever i have a preceding body of > text before set of <ul> tags, the <p> tag must go round the <ul> tags > like so; > > <p>Body of text loads of it, sometimes just a one liner and it ends > here > > <ul> > <li>blurb of text one</li> > <li>blurb of text two</li> > <li>blurb of text three</li> > </ul> > </p> > > <p>Another of body text here</p> > > <ul> > <li>New list 1</li> > <li>New list 2 </li> > </ul> > > Is this at all possible? > > Many thanks. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion?sdid=RVJR Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:284153 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

