I want to be able to strip the MARGIN elements from the <P> tags.
Currently, I use strip tags to remove the <P> elements completely, but have found that this results in a poorer display of the clients data, since its ignoring paragraphs.
What I actually want to do is just ignore the MARGIN settings within the P tags. Does anyone know how I can achieve this?