At the moment, the text dragged through looks like so (tabs dont seem to work so i have written which lines are tabbed in):
-----------------------------------------------------------------------------------
--Begin Quote-- //this line is tabbed
alternator... and i cant do my svq. //this line is tabbed
can anyone help, //this line isnt tabbed
cheers, //this line isnt tabbed
Billy //this line isnt tabbed
--End Quote-- //this line is tabbed
Cant help im afraid! //this line isnt tabbed
------------------------------------------------------------------------------------
i would prefer it if the whole quote was tabbed in, here is my code, i am very grateful to anyone who can help.
Code: Select all
echo("<td><textarea name='form_content' rows='15' cols='50'>\t--Begin Quote--\n\n\t" . $content . "\n\n\t--End Quote--</textarea></td>");Dave