Quote:
Originally Posted by DrewBoyd
Thanks so much, @BetterRed! I wasn't sure how to get the whole thing posted. Here it is:
Code:
/* Typeography */
* {
margin-left: 20px;
margin-right: 20px;
padding: 0em;
|
Ding-ding-ding! We have a winner. This specifies that
all tags have a margin left and right. That includes empty spans, italics, bold, the works. What are you trying to accomplish with this? I guess you only want this for the paragraph tag. If so, replace the asterisk with p.