Guest Posted October 19, 2005 Posted October 19, 2005 I just installed Category Descriptions MS2 1.9 and am very happy to have it! Thank you to those who contributed it. I am using OSC 2.2 It seems to function properly as far as the Admin end goes, and the category description is being added to the category page but it is all crunched into one line making it totally illegible. Here is an example, http://sunsetfibers.com/index.php/cPath/31 I know enough to believe that this is a simple problem to fix if only I knew which file was responsible. I am sure I failed to copy the code properly at some point and that is why I am having this problem but I would be very grateful if someone could tell which file I should fix. Any info would be helpful. Thanks Vanessa Quote
Guest Posted October 19, 2005 Posted October 19, 2005 Hello, Just in case anyone reads the previous post. I found the problem and fixed it. The read me file for Catagory Description MS2 1.9 says to do the following: >>>>>>> Add the following entry to catalog/stylesheet.css. You can add it pretty muchanywhere you want in the file; I added it immediately before the line that reads "SPAN.newItemInCart {". TD.category_desc { font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 1.5; } The problem was with setting the line-height. When set as "line-height: 1.5" it condensed all the text, in this case several lines, into one. When line-height is set to normal this problem is resolved. Hope this may be of help to anyone else with the same problem. Here is how I belive the style sheet entry should read. >>>>>>> Add the following entry to catalog/stylesheet.css. You can add it pretty much anywhere you want in the file; I added it immediately before the line that reads "SPAN.newItemInCart {". TD.category_desc { font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: normal; } Overall I am very happy with this script and would like to thank those who contributed it. Vanessa Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.