Hi all,
I have a db set up in MS SQL Server.
I want to store webpage content so I set the field to text(7000)
The data is displaying in webpage correctly from the db, but in View Source the code is messy.
I just want <p> tags to be used but the below is added in...
<p><span lang="EN-US" style="FONT-FAMILY: Arial; mso-ansi-language: EN-US">text content here</span></p>
Any ideas how to prevent this extra code?
Thanks,
Kevin.