Ok so I have managed to fix this myself….
Basically its something called magic qutoes that need to be turned off in you hosts php settings. I couldnt get them turned off by my hosting company as I have a shared hosting package.
I tried editing my .htaccess file but that just resulted in server errors.
The solution is to create your own “php.ini” file. I just used a text editor to create a file called “php.ini”. The file needs to contain the lines:
; magic quotes should not be used
magic_qutoes_gpc = Off
then the file needs to be uploaded into your wordpress directory inside wp-admin.
wordpress/wp-admin
Thats it, worked for me anyway! No more ””””””
Chris