1. have an external style sheet with body{.....}
2. On one of my page, I need to include the external style sheet, but I need to override body{.....} from the external style sheet.
If you link to your stylesheet first, and then either link to a 2nd stylesheet or use a <style> block which has body attributes which override those of the original stylesheet, then those new values will be in effect. (That's the "Cascading" part CSS.)
"Please give us a simple answer, so that we don't have to think, because if we think, we might find answers that don't fit the way we want the world to be."
~ Terry Pratchett in Nation
Bookmarks