Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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.

Posted

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

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

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...