Line Breaks in Database Field

S

Shoelaces

I know there is a way, but have forgotten, to ensure that line breaks from
fields called from an Access database are displayed when viewed as a web page.

Can anyone jog my memory?
 
K

Kevin Spencer

Line breaks are HTML "whitespace" characters. HTML "whitespace" characters
are displayed as a single space in an HTML document. You can replace line
breaks with the HTML "<br>" tag to make them appear as line breaks in HTML.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer

Presuming that God is "only an idea" -
Ideas exist.
Therefore, God exists.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top