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
Particular calendar items will not sync from iPhone to Outlook via Exchange
Server security analysis to determine patch level
integrated wordpress into site. blog pic attachments not working.
SQL Database Backup "not permitted because it is not online"
wcf upload size limitation
Exchange 2010 Remote Connectivity, SMTP
Database on a 64 bit OS - Conection issues
is there a way to export GFI webmonitor Rules on isa 2006 for webgrade filter
time duration on cfchart y axis
VBA Syntax Help