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
VB.NET Setup Installing App Files Without Asking What Folder to Install
How to set a number of lines on a report
Invalid object reference error
Stop links from updating after they have begun to update?
PC faxing error
Best practices in building test harness
IM integration with Sharepoint 2010
Programmatically get bookmarks from PDF file
Very slow file copy to external Western Digital USB drive Win XP
Apache AllowEncodedSlashes Not Working