View Single Post
  #3  
Old 02-18-2005, 12:17 PM
 
mpj mpj is offline
 

Senior Member
  
Join Date: Feb 2005
Posts: 106
 

Default

I'm refering to the input box when adding or modifiying products.


When I type a sentence and use a "return/enter tag" like this
-----------------------
1 (return)
2 (return)
3 (return)
-----------------------

Page output would be

--------------------
1
2
3
--------------------

This is correct and logical.


But I've added a new input box field called "Product Warranty"

So when I type in thie new input box
-----------------------
1 (return)
2 (return)
3 (return)
-----------------------

Page output would be

--------------------
123
--------------------

instead of

--------------------
1
2
3
--------------------


The weird thing is the database shows the input text as

--------------------
1
2
3
--------------------

but display is still

--------------------
123
--------------------

does it make sense ?
__________________
X-Cart 4.0.11


{My simple mods}
Adding Market list and % save on product detail
Quantity input box
Reply With Quote