ZeniMan Posted May 1, 2006 Posted May 1, 2006 Hi, In the add a product, and then description area, how do I make it so that is not HTML but text only. Like when I press enter, it puts a line and I dont have to put <br> to space it and such. So How do I use text only formatting and not HTML? Thanks
MoisesZaragoza Posted May 1, 2006 Posted May 1, 2006 I have been trying to do that so i want to know at the end of the day the code will be good
MoisesZaragoza Posted May 4, 2006 Posted May 4, 2006 No I still have not. I have been working on other things at the end of the day the code will be good
ZeniMan Posted May 11, 2006 Author Posted May 11, 2006 Anyone else know how to do this? Can someone say if it's like just a little code change or if it would require quite a bit of coding changed? Cause I was thinking it might just have like input type = "html" or something, and not a whole page of code. :)
Guest Posted May 11, 2006 Posted May 11, 2006 Anyone else know how to do this? Can someone say if it's like just a little code change or if it would require quite a bit of coding changed? Cause I was thinking it might just have like input type = "html" or something, and not a whole page of code. :) You can try surrounding your product description with the PRE tag. Like: <PRE>Enter your description here</PRE> The PRE tag is supposed to preserve the line breaks and extra spaces. I have not tried it but it should work. -Miserlou
MoisesZaragoza Posted May 11, 2006 Posted May 11, 2006 That should work for atlest the new line at the end of the day the code will be good
MoisesZaragoza Posted May 11, 2006 Posted May 11, 2006 That should work for atlest the new line at the end of the day the code will be good
Guest Posted May 12, 2006 Posted May 12, 2006 That should work for atlest the new line I just tried the PRE tag in my shop and it worked the only thing is, is that the font is not what it should be. This is what I entered in the description field: <pre>test test test 1 2 3 </pre> It showed just like this in the catalog. So it is a start to a solution just need to figure out the font issue. -Miserlou
MoisesZaragoza Posted May 12, 2006 Posted May 12, 2006 go to your css and add a style to the CSS pre { What it shoud be } at the end of the day the code will be good
Recommended Posts
Archived
This topic is now archived and is closed to further replies.