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
How many keywords is too many in the meta data?
Change primary smtp addresses for 29 users using powershell for exchange
permissions to be able to script objects
Difference between Icefaces,myfaces,richfaces
in JSF?
When I ping 192.168.1.4 I get reply from 192.168.1.127
Block Logme internally
Outlook 2010 NK2 file
Cannot Create a Fax Account in Windows 7
Add Property to asp.net user control to make reusable
Firefox css border on inside of div when embedding Flash with SWFObject, why?