smokenwhispers Posted May 6, 2009 Share Posted May 6, 2009 I have this template and I have reason to believe the css file has gotten rid of the guide bars surrounding the text entry on the form. One part of me loves them not being their. They do not fit the template. However, I think it will be hard for people to see where to type if they aren't there, including myself. Is there a way to put a color in the background of the text entry? It's all white now... Quote Link to comment https://forums.phpfreaks.com/topic/157040-forms-not-showing-up/ Share on other sites More sharing options...
Ken2k7 Posted May 6, 2009 Share Posted May 6, 2009 Sorry hun, I'm not understanding what you're trying to say. Quote Link to comment https://forums.phpfreaks.com/topic/157040-forms-not-showing-up/#findComment-827243 Share on other sites More sharing options...
smokenwhispers Posted May 6, 2009 Author Share Posted May 6, 2009 A standard form has the labels, and then a visible space to insert characters. My visible space is not showing up. It's all white, like the background. Quote Link to comment https://forums.phpfreaks.com/topic/157040-forms-not-showing-up/#findComment-827246 Share on other sites More sharing options...
Ken2k7 Posted May 6, 2009 Share Posted May 6, 2009 I guess you can put borders around the input fields? Are they the fields you're talking about? Quote Link to comment https://forums.phpfreaks.com/topic/157040-forms-not-showing-up/#findComment-827248 Share on other sites More sharing options...
smokenwhispers Posted May 6, 2009 Author Share Posted May 6, 2009 Yes, the "input fields". I can't believe it did not register. Can I make them show up some way. I do not like borders. It would butcher my scheme Quote Link to comment https://forums.phpfreaks.com/topic/157040-forms-not-showing-up/#findComment-827258 Share on other sites More sharing options...
Ken2k7 Posted May 6, 2009 Share Posted May 6, 2009 Give them a light background color? You can set a border color too if you want. That would make it look smexy. Quote Link to comment https://forums.phpfreaks.com/topic/157040-forms-not-showing-up/#findComment-827262 Share on other sites More sharing options...
smokenwhispers Posted May 6, 2009 Author Share Posted May 6, 2009 How do I give them a background color. Just the input field... Quote Link to comment https://forums.phpfreaks.com/topic/157040-forms-not-showing-up/#findComment-827279 Share on other sites More sharing options...
Ken2k7 Posted May 6, 2009 Share Posted May 6, 2009 Use CSS. input { background-color: #HEX; } Change the #HEX to the hex code. Quote Link to comment https://forums.phpfreaks.com/topic/157040-forms-not-showing-up/#findComment-827281 Share on other sites More sharing options...
smokenwhispers Posted May 6, 2009 Author Share Posted May 6, 2009 Use CSS. input { background-color: #HEX; } Change the #HEX to the hex code. Thanks hun. Quote Link to comment https://forums.phpfreaks.com/topic/157040-forms-not-showing-up/#findComment-827282 Share on other sites More sharing options...
smokenwhispers Posted May 6, 2009 Author Share Posted May 6, 2009 It does not work... FIXED!! Yippee! Quote Link to comment https://forums.phpfreaks.com/topic/157040-forms-not-showing-up/#findComment-827285 Share on other sites More sharing options...
Ken2k7 Posted May 6, 2009 Share Posted May 6, 2009 It's fixed? Why the long face? Quote Link to comment https://forums.phpfreaks.com/topic/157040-forms-not-showing-up/#findComment-827287 Share on other sites More sharing options...
smokenwhispers Posted May 6, 2009 Author Share Posted May 6, 2009 I typed Yippee in my excitement... Quote Link to comment https://forums.phpfreaks.com/topic/157040-forms-not-showing-up/#findComment-827291 Share on other sites More sharing options...
Ken2k7 Posted May 6, 2009 Share Posted May 6, 2009 I typed Yippee in my excitement... With a frown? Quote Link to comment https://forums.phpfreaks.com/topic/157040-forms-not-showing-up/#findComment-827293 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.