! important This information is important! using ! important as part of your CSS will cause whatever you code to be given a precedence and override any CSS that is set. Try inserting ! important as a css rule and discover what changes you can make, and what you cannot. Briefly, ! important allows the CSS chosen to run the show. Let’s see what comes.
Have you used ! important in any of your materials? Let us know!
By dockerydesigns, on November 22nd, 2009
by Tyler Dockery of Dockery Design.
While creating a new website for ASPE’s IT Division for nationwide training, I ran into a problem with my formatting. In my CSS stylesheet, I began by outlining an over-arching style to command the entire site. I noted it thus:
* {
margin-left: 0px;
margin-top: 0px;
font-family: Arial, Helvetica;
border: 0px;
}
Most Popular Posts