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
Exchange 2010 on a domain controller 2008 R2 for 2 users?
windows permissioning
Backup Exec 12.5 Job Running Extremely slow
SQL 2008 Installation in SBS 2008 Premium Env
PoM/Tank Macro for Priest
Need to get the ip subset of a city
ASP.NET file download issues on selected machines/browsers
Refining xi:include element to exclude data when a specific child tag's text is present.
HiJackThis Analysis. Also "NoIE4StubProcessing"
dateDiff - combining a date selection and a time selection