Quote:
Originally Posted by MediaGuy
I'll take you up on that
Meanwhile - check your http://www.adultdumpsite.com/style.css
It's your body, html tag - it's got "text-transform:capitalize;" which is making any text in the page that isn't specifically formatted otherwise to become capitalized.
You can either remove that from the body, html styling (which means you might have to look out for the un-capitalizing of many sections of text) or find the id or class for the form input itself and add "text-transform:none" to the style (which might mess up people who use caps in their urls)...
:D
|
Thanks, I have changed the capitalize to none and seems to be working for me.