I have created a default CSS file to use as an extrnal base for all of the pages in an online brochure. The problem I am seeing is that the BODY definitions are not being applied on the page (IE 6).
The pages are basic and do not override the body options but the color settings just will not show. I want to set a basic bgcolor, font and font size for each page.
Any ideas.
default.css
body { background-color: #99CCFF; background-image: none}
...
Jonthan A Black
The pages are basic and do not override the body options but the color settings just will not show. I want to set a basic bgcolor, font and font size for each page.
Any ideas.
default.css
body { background-color: #99CCFF; background-image: none}
...
Jonthan A Black