Larry,
If you have used <ENTER> keys twice to identify it as paragraph, then you can do this after retrieving that from database, before displaying it on the page.
Code:
Replace(recordsetObject("ColumnName"),vbCrLF & vbCrLF, "<p>")
OR if you want every <ENTER> keypress to be identified as a paragraph delimiter, then use just one
vbCrLF there in the replace function, that should help.
Hope this is what you are looking for.
Cheers!
_________________________
- Vijay G
Strive for Perfection