Is it possible to rename a content without automatic uppercaseing or lowercaseing the title - like this:
I entered a title with the first character in uppercase:
"Contact"
I want to rename it to lowercase:
"contact"
But after editing, the first character is automaticaly changed to uppercase...
How do avoid this?
renameing a content
renameing a content
Try this ...
In the CSS file look for 'Title' and add
text-transform: lowercase
In the CSS file look for 'Title' and add
text-transform: lowercase
Greg
renameing a content
It might be working if the site name is only used in the title - but I might use it on the site too...
Though I will do this until I figure out how to lowercase it...
Though I will do this until I figure out how to lowercase it...
renameing a content
But I have deleted the old content-file with the same name - then why can't I make a new file with lowercase?
-
- Forum Members
- Posts: 131
- Joined: Wed Jan 12, 2005 12:18 am
renameing a content
Can you get into phpmyadmin to look at the database? The content item may still be in there but it doesnt show up. I had this happen with some css items in css manager, I was adding, removing, renaming and so on so much that I ended up with a duplicate in the database with the same name but different case. I think I was doing it in like 4 different windows at once and it was 2am, lots of mistakes happen when I work till 2.
Remember unix is case sensitive, I out of habit make anything that isn't a displayed text item lowercase. I simple change the case of the item name after it auto generates it.
Remember unix is case sensitive, I out of habit make anything that isn't a displayed text item lowercase. I simple change the case of the item name after it auto generates it.
-
- Forum Members
- Posts: 131
- Joined: Wed Jan 12, 2005 12:18 am
renameing a content
glad to help someone else for a change.