Guest Posted November 25, 2002 Posted November 25, 2002 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
Misteraven Posted November 25, 2002 Posted November 25, 2002 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)
Misteraven Posted November 25, 2002 Posted November 25, 2002 Oh yeah, this only capitalizes the month. The rest will be in the language file. (english.php)
burt Posted November 25, 2002 Posted November 25, 2002 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>');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.