html/php problem, cuts off seller comments?

  • Thread starter Thread starter Someone
  • Start date Start date
S

Someone

Guest
i have this website, in the seller comment box, when you copy and paste it into the feild, it cuts it off. is there anything i can do so it doesnt cut it off but go to the next line?

heres what im talking about. http://50statesauto.com/display_listing/448/1970_Porsche_928.html

the script is written in php in the following format:

</table>
<br/>
<table border="0" width="100%" class="sellerComents" cellpadding="0" cellspacing="0" >
<tr>
<td class="pointed" ><h3>[[$form_fields.SellerComments.caption]]:</h3></td>
</tr>
<tr>
<td>{input property=SellerComments}</td>
</tr>
</table>

its viewed in the following php format.

</td></tr>
<tr><td height="10"></td></tr>
<tr><td style="font-family:Verdana; color:#000;">
<b>[[FormFieldCaptions!Seller Comments]]:</b> <pre>{$listing.SellerComments}</pre>
</td></tr></table>

any suggestions, ideas? thanks in advance
 
Back
Top