PDA

View Full Version : Layout and form css


trugamer75
04-17-2008, 04:26 PM
Hello All, I think my layout2.css is clashing with my contactus.css which holds my form information. Can someone look at it and tell me why the layout.css is changing my form's appearance?
http://alyxtechnologies.com/contact%20us.php

abduraooft
04-17-2008, 04:35 PM
I think, * {
border:0px none;
margin:0px;
padding:0px;
} is the rule which affects your form. So you could set some paddings/margins in contactus.css to override this rule, say

form p{padding:5px;}