Guest Posted August 19, 2005 Posted August 19, 2005 :thumbsup: Hi Can anyone help me? When adding products to my store I always have to add <BR> tags in order for the text to go on a new line. For example if im stating various point about the product. Is there any way that OScommerce can be formatted so that when a new paragraph is typed it reconises this and when saved looks like this; KEY FEATURES - The USB Power Adapter makes it easy to recharge your iPod anytime and anywhere. - Automatically adjust to all voltages and frequencies,LED power indicator and changeable plug, perfect for use in your international travel. - This USB Power Adapter allows you to charge your iPod when connected to a CAPCASE Hotsync & Charge Cable (not included). - Input, 100-240v~50/60Hz 0.35A. - Output, 5.2V-2A. - Other iPod, mini 4GB,/6GB, 4th 20GB/40GB, Photo 30GB/40GB/60GB. Instead of this; - The USB Power Adapter makes it easy to recharge your iPod anytime and anywhere. - Automatically adjust to all voltages and frequencies,LED power indicator and changeable plug, perfect for use in your international travel. - This USB Power Adapter allows you to charge your iPod when connected to a CAPCASE Hotsync & Charge Cable (not included). - Input, 100-240v~50/60Hz 0.35A. - Output, 5.2V-2A. - Other iPod, mini 4GB,/6GB, 4th 20GB/40GB, Photo 30GB/40GB/60GB. All help would be greatly appreciated. Thanks Ross :thumbsup:
Wendy James Posted August 19, 2005 Posted August 19, 2005 <br> means line break, you have to use them to put things on a new line. Wendy James Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
Guest Posted August 19, 2005 Posted August 19, 2005 <br> means line break, you have to use them to put things on a new line. <{POST_SNAPBACK}> I know that thats what <BR> means, but is there any way something can be changed to that I dont have to add this tag everytime to a new product description. Is there anyway that it can be set up so that oscommerce can reconise a line break? For example the way this forum works? We dont have to use the <BR> tag to get new lines/Paragraphs as it can do this for us. Thanks. :thumbsup:
Rob123 Posted August 19, 2005 Posted August 19, 2005 Search the contributions for WYSIWYG (What you see is what you get) I never used any of them as I hate making my life "easier". ;) HTH, Robert
AlanR Posted August 19, 2005 Posted August 19, 2005 I know that thats what <BR> means, but is there any way something can be changed to that I dont have to add this tag everytime to a new product description. Is there anyway that it can be set up so that oscommerce can reconise a line break? For example the way this forum works? We dont have to use the <BR> tag to get new lines/Paragraphs as it can do this for us. Thanks. :thumbsup: <{POST_SNAPBACK}> That's because the forum s/w is translating the linefeeds into <br>. You're working in pretty much straight code with osC. It could be modified but it's not a small task. I know that thats what <BR> means, but is there any way something can be changed to that I dont have to add this tag everytime to a new product description. Is there anyway that it can be set up so that oscommerce can reconise a line break? <br /><br />For example the way this forum works? We dont have to use the <BR> tag to get new lines/Paragraphs as it can do this for us.<br /><br />Thanks. B) Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)
matsusaki Posted August 19, 2005 Posted August 19, 2005 I think what you're trying to accomplish could be done using an ordered list, a la old skool HTML I tested this - and in my product description I added these lines of code. I think it'll get your list of features for the product formatted in the way you're wanting. Play wiht the CSS to get the hyphen instead of the bullet and you should be good to go. <ul> <li>one</li> <li>two</li> </ul> :thumbsup: Hi Can anyone help me? When adding products to my store I always have to add <BR> tags in order for the text to go on a new line. For example if im stating various point about the product. Is there any way that OScommerce can be formatted so that when a new paragraph is typed it reconises this and when saved looks like this; Instead of this; All help would be greatly appreciated. Thanks Ross :thumbsup: <{POST_SNAPBACK}>
Wendy James Posted August 19, 2005 Posted August 19, 2005 Actually installing one of the WYSIWYG editers is a good choice if you want to do more. http://www.oscommerce.com/community/contributions,1347 is a great one I install in all of the shops I make. It allows people who do not know HTML or don't want to have to write the code over and over just type in what they want and it will appear as they see it. Change fonts, sizes, colors... etc. Works great with information pages unlimited which I also always install. lol From the description... OUT-OF-THE BOX HTML EMAIL - Ready Enabled for use with: - Products Descriptions (HTML) - Send Email (HTML) - Newsletter (HTML) - NEW! Define Main Page (HTML) OTHER USE'S - CATEGORY DESCIPTIONS (HTML) - INFORMATION PAGES UNLIMITED(HTML) - UNLIMITED USAGE... Wendy James Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.