|
Put a period in front of your style definition (".text"), and then it becomes a class definition. From there, simply put all of the text you want effected into some sort of tag that will accept a class declaration (span, table/tr/td, div, etc.).
You can also try defining "body" within your css, which should effect everything within your body tags. However, I've found that, when you use tables and spans, etc., they break out of the "body" definition.
__________________
I hate Internet Explorer! Anyone with me?
|