View Single Post
Old 02-04-2008, 04:25   #6 (permalink)
d*d
Senior Member
 
d*d's Avatar
 
Join Date: Oct 2004
Location: Bristol
Posts: 3,057
finally used preg_replace('/<p\b[^>]*+>/', '', $string);

@seen to, I've used strip_tags to get rid of anything else word may chuck at me, the <p> tag was an exception (along with bold and italic),so hopefully this should do it - Word is a cunt though
  Reply With Quote