I copy paste an article already idented in the database and when I display it on the page it comes out in one large chunk unindented. How can I solve this? Is this an HTML problem? How can I display it the same way I have stored it in the database?
Thanks
you will get a better reply than this one if you provided a little more information, as not even the omnipotent php gods are psychic!!
Is this an HTML problem?
Not so much a problem as a characteristic.
You will probably need to use something like the pre element when displaying such data.