View Single Post
  #3  
Old 02-09-2007, 07:42 AM
  crazyoval's Avatar 
crazyoval crazyoval is offline
 

X-Adept
  
Join Date: Jun 2006
Location: UK
Posts: 559
 

Default Re: change upper to lower case

thanks dalmuti, Im confused if this is to go into the css file as the format is different
eg:

Category page
*/
.SubcatTitle { padding-left: 5px; width: 95%; text-align: left; }
.SubcatInfo { white-space: nowrap; color: #000000; text-align: right; }
/*


I would guess I would put it in like this:

*/
.SubcatTitle { padding-left: 5px; width: 95%; text-align: left; }
<style>
P { text-transform: uppercase }
</style>
.SubcatInfo { white-space: nowrap; color: #000000; text-align: right; }
/*

but Im not sure if that looks correct, the syntax does not look right..
__________________
X-Cart 4.1.11 on Linux
HandsOnWebHosting: Very helpful & professional
Custom Skin Design by ARS.
Numerous, ney, hundreds of modifications by ARS.
AlteredCart: Download Expander, One Page Checkout,
BCS Engineering: Great team, Top service.
WebsiteCM: good products & very professional
CDSEO, Hidden Categories, Custom Work
Magnetic One Store Manager: Brill
Forms To Go: Excellent+A+support
Reply With Quote