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
IE8 Submit Form with [Enter] Key, not functioning properly
Windows7 my Documents folder
Coldfusion - SQL syntax
setup Xsan with couple of Apple macs final cut pro
Ex2010 - Move Mailbox Failed - Corrupt Messages
How do I write data to separate excel worksheets in coldfusion?
Crystal report 2008, draw graph with huge of data.
Datareader.Read() does not pull the required rows
Cisco VPN client for Windows, use both RSA SecurID soft token and hard token
In Perl, how do I check if a value already exist in the database