tim_ver Posted September 2, 2006 Share Posted September 2, 2006 I want to know how do you add Products Descriptions with diffrent font colors,style and bullet points? I want to have each one different and some have bullet points for items and also page breaks in the descriptions. How do I do this? Is there a mod or a way to just add it in to the description box? Thanks Link to comment Share on other sites More sharing options...
Guest Posted September 3, 2006 Share Posted September 3, 2006 Install this contribution A very good editor and easy to install The_Bear Link to comment Share on other sites More sharing options...
tim_ver Posted September 3, 2006 Author Share Posted September 3, 2006 it says this: It also assumes you already have TinyMCE installed. Is this easy program to install also? Install on server?? Thanks Link to comment Share on other sites More sharing options...
tim_ver Posted September 5, 2006 Author Share Posted September 5, 2006 Ok I am having a hard time figuring out how to get this to work. How do you install the tiny mce script. I just uploaded it and then path to it but it still does not work. I added this code into the page and all it lets me edit is the header. I want to edit all the product descriptions on the page for each one. Please someone help. Code used in the header.php page: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Installation Example 01</title> <link href="css/screen.css" rel="stylesheet" type="text/css" /> <script language="javascript" type="text/javascript" src="../jscripts/tiny_mce/tiny_mce_src.js"></script> <script language="javascript" type="text/javascript"> tinyMCE.init({ mode : "textareas", theme : "advanced" }); </script> </head> <body> <div class="header"> <h1>Installation example 01</h1> </div> <div class="content"> <h3>Example</h3> <p>Open this page with "View source" or similar to see how the configuration is made.</p> <form method="post"> <textarea name="content" cols="50" rows="15">This is some content that will be editable with TinyMCE.</textarea> </form> </div> </div> <div class="footer"> <div class="helpindexlink"><a href="index.html">Index</a></div> <div class="copyright">Copyright © 2003-2006 <a href="http://www.moxiecode.com">Moxiecode Systems AB</a></div> <br style="clear: both" /> </div> </body> </html> Not sure wher it should go. also it does not give me the features it should the font types and colors,etc. :( Thanks Link to comment Share on other sites More sharing options...
alex007f Posted September 5, 2006 Share Posted September 5, 2006 HEllo, I have a more easy solution for the description . for example this is one of my products description : <font face="Palatino Linotype" size="-1" color="#000000">Phone Features <br /><br /> Sagem MY 300X<br /> General Network GSM 900 / GSM 1800 <br /> Announced 2005, 4Q <br /> Status Available <br /> Size Dimensions 105 x 46 x 14 mm <br /> Weight 88 g <br /><br /> Display Type CSTN, 65K colors <br /> Size 128 x 128 pixels <br /> Ringtones Type Polyphonic (32 channels) <br /> </font> the desription you make it with a php editing programm and than you just insert it in the place "Products Description:" and that's all Link to comment Share on other sites More sharing options...
tim_ver Posted September 5, 2006 Author Share Posted September 5, 2006 So you ca add descriptions with the tags in the normal descriptions box in admin? What php editor do you use? Thanks Link to comment Share on other sites More sharing options...
alex007f Posted September 5, 2006 Share Posted September 5, 2006 So you ca add descriptions with the tags in the normal descriptions box in admin? What php editor do you use? Thanks yes you can add description with the tags in the normal description box in admin ,exactly where you insert new product with pictures,description,name etc.....you can use any programm that you can write php or you can use microsoft front page to do the desription of your products. Link to comment Share on other sites More sharing options...
jasonabc Posted September 5, 2006 Share Posted September 5, 2006 you can use any programm that you can write php or you can use microsoft front page to do the desription of your products. You are talking about writing simple HTML code - not PHP. The two are very different. To the OP - you can insert simple HTML formatting tags (fonts, colors, bullets, bold, italic etc etc etc) into the description box to acheive the effects you need. Jason My Contributions: Paypal Payflow PRO | Rollover Category Images | Authorize.net Invoice Number Fix Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.