Microsoft
Software
Hardware
Network
Question : Why cant I see my email address, name, and email box
Hi All
For some reason I cant see my email table ion my web page i am making. Any ideas as Im going mad!!!!
Thanks in advance
Simon
Attachments:
Contact-us.html
(13 KB)
(File Type Details)
contact page for web site
Answer : Why cant I see my email address, name, and email box
Okay,
You have the following in the CSS:
* {
border:0 none;
margin:0;
}
All borders for all elements are turned off. You need to add CSS to turn borders back on for desired elements:
input {
border: 1px thin black;
}
Random Solutions
Clearing a submit form once submitted
Javascript / JSP not working properly
Restarting a WPF application to apply updates
How do I make a database that stores data from a form with sections that have an unknown number of entries
MSExchangeIS Event ID 9582 every hour - on Exchange 2003
get latest file in the directory in unix
the system cannot end this program because it is waiting for a response from you
permissions changed after moving folder from one server to another
Is there any code of SATA interface in VHDL?
Scheduling script to run every 10 minuts