When I type a title it always appears as upper lower. Always posts as all upper. What’s the trick?
Printable View
When I type a title it always appears as upper lower. Always posts as all upper. What’s the trick?
Quit typing so LOUD!
there's a css attribute "text-transform: capitalize;" on the index view, and "text-transform: uppercase;" on the post. so it doesn't really matter how you type it. (in chrome anyway, right click "inspect element" and you can find it yourself)