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
Script to enable folder auditing
When does a DBMS become necessary/very useful to use in conjunction with ArcGIS? (rather than doing everything with ArcGIS)
VLAN support for ASA 5505
How do I remove Office XP and 2003 using Msizap.exe from a command line?
Sysprepping Windows 7 Ultimate
mssql issues with 10.50.1600 & 10.00.1600
APEX Icons
solution in SSMS
Script to add user to multiple PC's
Getting Security Error when using GoDaddy Coldfusion and cfajaximport