Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Showing Months in Capital Letters... Possible?


Guest

Recommended Posts

Posted

Hi,

Another question again, is it possible to have the months, like in the "What's New in December" all in Capitals? Where can I modify this. From the looks of the code, it's reading from %s. Anyone can point me the direction? Thanks

Posted

I answered this in another thread somewhere.

 

I forget which file, but if you can isolate it down to the block of code, there's a part that looks like...

 

%B

 

You neet to add a hash between them like so...

 

%#B

 

As for the actual file I forget, but start with application_top.php or possible products_new.php.

 

Sorry I couldn't be more help. (Try searching for all my replies and you'll find my original instructions)

Posted

Or. Add into style sheet:

 

.capitals { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; font-variant: small-caps; font-weight: bold}

 

And then in (I think) languages/english/default.php

 

define('TABLE_HEADING_NEW_PRODUCTS', '<span class="capitals">What's New in %s</span>');

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...