InterviewSolution
Saved Bookmarks
| 1. |
How Do I Write My Style Sheet So That It Gracefully Cascades With User's Personal Sheet ? |
|
Answer» You can help with this by setting properties in recommended places. Style rules that apply to the WHOLE document should be SET in the BODY ELEMENT -- and only there. In this way, the user can easily MODIFY document-wide style settings. You can help with this by setting properties in recommended places. Style rules that apply to the whole document should be set in the BODY element -- and only there. In this way, the user can easily modify document-wide style settings. |
|