Forums
This topic is locked
Text format in Access
17 Mar 2003 23:27:34 todd b. posted:
Still having problems, I might be dumb.I cannot keep paragraphs in a News Feed pulling from MS Access. My original post is gone, so I can't thank the gentleman who offered a javascript suggestion; however it did not work. Am I missing something really obvious? Thanks in advance to anyone who can't point me toward the light.
tmb
Replies
Replied 18 Mar 2003 03:11:57
18 Mar 2003 03:11:57 Dave Blohm replied:
would love to help...don't know what you're asking...
Doc
Rangewalk Digital Studios
Doc
Rangewalk Digital Studios
Replied 18 Mar 2003 20:35:14
18 Mar 2003 20:35:14 johan tessens replied:
You have to insert html formated text into you database. The reason: access is pulling plain text from your db. So if you need your formatting use the <p> tag when entering data into your db. The best thing you can do is making an insert page. Use the html editor extension
www.dmxzone.com/ShowDetail.asp?NewsId=578
www.dmxzone.com/ShowDetail.asp?NewsId=578
Replied 18 Mar 2003 23:49:51
18 Mar 2003 23:49:51 Jørgen Emerslund replied:
You could use
<& Replace( rsRec("databasefield", vbCr, "<br>" %>
--- I think
<& Replace( rsRec("databasefield", vbCr, "<br>" %>
--- I think
Replied 21 Mar 2003 03:23:27
21 Mar 2003 03:23:27 Justin Pardee replied:
RobGT has a "Keep Memo Text Formating" extension: www.robgt.com/products/details.asp?pid=7
-Justin
-Justin