I have a quick question regarding CSS. I'm a developer and run into a CSS issue sometimes that I can't seem to figure out. Here's an example. I want to style all the text on my pages to have a font size of 10 pixels. So of course I'm doing the following:
Sometimes it will take care of the content throughout all pages and sometimes it wont. I don't understand why this happens. It especially occurs with a lot of nested tables, divs, etc. Any suggestions would be helpful. Thanks! I'm just tired of styling every single element (text size and fonts mostly) over and over again. That is the beauty of CSS - eliminating repetitive scripting and I don't think I'm taking advantage of it. Thanks!Code:body { font-size: 10px; }







Bookmarks