sohail786 Posted September 11, 2006 Posted September 11, 2006 Hi Folks i am currently having problems inputing text into the product description, when creating a new product and entering a description for the product i can bring the text on a new line so users can easily read the product description easily. the problem is that it shoes the description of the product well spaced out and a new line that needs to be where it should be for example in the admin area it shows it like this: Features ?Stylish & compact size portable GPS Navigator ?Built-in high sensitive GPS receiver with retractable patch antenna ?Landscape type TFT with brighter color display ?Voice-Guidance Turn-By-Turn Guide but on the actual website it is all messy and cramped like this: ?Complete GPS Car Navigation Sytem and multimedia player, take your music and movies wherever you go. ?Features ?Stylish & compact size portable GPS Navigator ?Built-in high sensitive GPS receiver with retractable patch antenna ?Landscape type TFT with brighter color display ?Voice-Guidance Turn-By-Turn Guide ?User-friendly navigation with various interfaces ?3.5 inch touch panel Control ?Built-In Battery to allow use as PDA to listen to MP3?etc ?Multimedia (MP3, picture view & MPEG4 playback) this is clearly very hard to read and potential customer will find this hard to read. now ive done some search but to many results to go through is there a way around this or am i stuck this way ive tried to modify the product_info.php but now sure is this is the right file to edit any help would be greatly appretiated. thank you guys
jasonabc Posted September 11, 2006 Posted September 11, 2006 you need to insert basic HTML formatting tags into the descriptions box to achieve the look you require. For your bulleted list, for example, you would need something like this: <ul> <li>Stylish & compact size portable GPS Navigator</li> <li>Voice-Guidance Turn-By-Turn Guide</li> </ul> Jason My Contributions: Paypal Payflow PRO | Rollover Category Images | Authorize.net Invoice Number Fix
sohail786 Posted September 11, 2006 Author Posted September 11, 2006 you need to insert basic HTML formatting tags into the descriptions box to achieve the look you require. For your bulleted list, for example, you would need something like this: <ul> <li>Stylish & compact size portable GPS Navigator</li> <li>Voice-Guidance Turn-By-Turn Guide</li> </ul> Great thank you such an easy solution forgot to even try it :D
Recommended Posts
Archived
This topic is now archived and is closed to further replies.