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
split comma delimited values into seperate columns in SQL 2005
DTPicker Click Event
Question about Exchange 2010 mailbox move.
Website doesnt display correctly in IE7
Windows Server 2008 R2: missing start menu of installed applications
get 550 5.7.1. Unable to relay for specific domains....
How to Stop Procedure Running after Message Box Displayed
explanation of httpcontext needed
PHP QUESTION - OSCOMMERCE - How to remove short description underneath products in Oscommerce 2.2
Cannot open xlsx attachement Outlook 2007