trymenow Posted November 12, 2006 Posted November 12, 2006 Hi Jack ...I really like all your contributions...congratulations ! I 'd like to know how can i reduce the size of the fonts (i mean the news that appear after pressing "MORE NEWS") Thanks in advance. Quote
Jack_mcs Posted November 12, 2006 Posted November 12, 2006 Thank you. :) I meant to change that but forgot. In rss_reader.php, find <td width="100%"><h2> <?php echo '<a target="_blank" href="' . $rss_channel["ITEMS"][$i]["LINK"] . '">' . $rss_channel["ITEMS"][$i]["TITLE"] . ' </a>'; ?></h2></td> <tr> <td><?php echo '<i>' . html_entity_decode($rss_channel["ITEMS"][$i]["DESCRIPTION"]) . '</i>'; ?> </td> and change it to <td class="main" width="100%"><h2> <?php echo '<a target="_blank" href="' . $rss_channel["ITEMS"][$i]["LINK"] . '">' . $rss_channel["ITEMS"][$i]["TITLE"] . ' </a>'; ?></h2></td> <tr> <td class="smallText"><?php echo '<i>' . html_entity_decode($rss_channel["ITEMS"][$i]["DESCRIPTION"]) . '</i>'; ?> </td> Just change the classes main and smallText to what you want to use. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
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.