Posts: 8
Threads: 1
Joined: Aug 2011
05-Aug-2011, 06:59 PM
Hi, guys, problem is comments box.
When typing a text and push "enter" button on keyboard for line or paragraph break, text displayed in one line. Please help fix this problem.
Thank you.
Posts: 2,905
Threads: 59
Joined: Jun 2010
Hi,
Have you disabled the 'Line Breaks' setting in Settings -> Processing -> Comment?
Have
you completed
the interview ?
Posts: 8
Threads: 1
Joined: Aug 2011
check box ticked
Attached Files
Thumbnail(s)
Posts: 2,905
Threads: 59
Joined: Jun 2010
Okay, what is the web address of your page?
Have
you completed
the interview ?
Posts: 8
Threads: 1
Joined: Aug 2011
(05-Aug-2011, 08:00 PM) Steven Wrote: Okay, what is the web address of your page?
[carclassed[.]com]
Posts: 2,905
Threads: 59
Joined: Jun 2010
Have
you completed
the interview ?
Posts: 8
Threads: 1
Joined: Aug 2011
Posts: 2,905
Threads: 59
Joined: Jun 2010
Have you tried testing it on the example.php page which is included in the zip download?
Doing this may rule out that the problem is to do with your web page.
Have
you completed
the interview ?
Posts: 8
Threads: 1
Joined: Aug 2011
(05-Aug-2011, 09:26 PM) Steven Wrote: Have you tried testing it on the example.php page which is included in the zip download?
Doing this may rule out that the problem is to do with your web page.
check it [
http://www.carclassed [.]com/example.php]
(05-Aug-2011, 09:34 PM) arthur1 Wrote: (05-Aug-2011, 09:26 PM) Steven Wrote: Have you tried testing it on the example.php page which is included in the zip download?
Doing this may rule out that the problem is to do with your web page.
check it [http://www.carclassed [.]com/example.php]
not problem with my page.
this is what i have in admin page under manage comments:
this is a test<p style='margin-top: 8px; margin-bottom: 0px;'/>this is a test<p style='margin-top: 8px; margin-bottom: 0px;'/>this is a test
Posts: 8
Threads: 1
Joined: Aug 2011
Steven, in my contact form script using this:
$headers .= "MIME-Version: 1.0\r\n";
$headers .= "X-Priority: 3\r\n";
$headers .= "X-MSMail-Priority: Normal\r\n";
$headers .= "Content-type: text/plain; charset=\"iso-8859-1\"\r\n";
$headers .= "Date: ".date("m j")."\r\n";
$headers .= "From: ".$yourName." <$mailFrom>\r\n";
if($yourName && $mailFrom) {
$send = mail(_adminemail, _Dsubject.$subject, stripslashes($message), $headers);
and i think this is a problem, so please tell me how to define script like shown above in your script?
Thank you.