mike99 Posted January 10, 2011 Share Posted January 10, 2011 Helloon the csv file from my supplier all the category`s name and products names are in uppercase.i need to change them in capitalize.i played with global.css ,lower case works but i can not make it work in capitalize.thank you in advance Link to comment Share on other sites More sharing options...
CYTechnologies Posted January 10, 2011 Share Posted January 10, 2011 You can try: {text-transform:capitalize}I would personally add a function when you import and use "ucwords()"This function will capitalize the first letter of each word.You could also write a small function that looped through each record to update them if you do not want to import a second time. :-) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now