forumposters
Programmer
If i want to see where all the borders are on all my divs, tds, etc I can put this line in my css:
But, I'd like to see margins and padding as well... Is this possible?
Code:
*{
border: 1px;
border-style: solid;
}
But, I'd like to see margins and padding as well... Is this possible?