ComicWisdom Posted December 2, 2006 Posted December 2, 2006 I have been trying to change the text size for the product description in product_info.php without luck. I've tried every class in the stylesheet and have even tried hard coding it right into product_info.php. I must be missing something. This is the product description line in product_info.php. Why can't I change the text size? <td><?php echo stripslashes($product_info['products_description']); ?></td> Just between us, remember there are only 10 kinds of people in the world; those who understand binary and those who don't!! Remember, learning is a "do-it-yourself" experience; although, not necessarily a "do-it-BY-yourself" experience. The quickest way to learn is to forget to BACKUP!
jpweber Posted December 2, 2006 Posted December 2, 2006 Jack, if you're that frustrated, why don't you just skip the stylesheet, and hardcode it? Nothing wrong with that. Jason Simple 1-2-3 Intructions on how to get, install and configure SSL The Google Sandbox explained Simple to follow instructions on how to change the look of your OSC How To Make A Horrible OSC Website my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...
jpweber Posted December 2, 2006 Posted December 2, 2006 Oops ... Ralph from Berkshire, not Jack. My bad .. hehe .. Jason Simple 1-2-3 Intructions on how to get, install and configure SSL The Google Sandbox explained Simple to follow instructions on how to change the look of your OSC How To Make A Horrible OSC Website my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...
GemRock Posted December 2, 2006 Posted December 2, 2006 I have been trying to change the text size for the product description in product_info.php without luck.I've tried every class in the stylesheet and have even tried hard coding it right into product_info.php. I must be missing something. The class is 'TD.main'. If you don't like it or if it causes a lot of other changes b/c of class main is used in many places throughout osc, you'd create a new class such as P.ProInfo. Ken PS. didint know someone had answered your Q. commercial support - unProtected channel, not to be confused with the forum with same name - open to everyone who need some professional help: either PM/email me, or go to my website (URL can be found in my profile). over 20 years of computer programming experience.
GemRock Posted December 3, 2006 Posted December 3, 2006 I think in the stock osc, this line should read: <p><?php echo stripslashes($product_info['products_description']); ?></p> and the line is within a <td class="main"> tag, although far away from it. Ken commercial support - unProtected channel, not to be confused with the forum with same name - open to everyone who need some professional help: either PM/email me, or go to my website (URL can be found in my profile). over 20 years of computer programming experience.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.