I am using blogger on my site. It acts as an include. It also has the styles inline for the page and they are conflicting with my main style sheet. How can I quicly limit those styles to just the blog area so there is no conflict.
1. You edit the CSS file so it doesn't use ID's or class names that appear in your other CSS file.
2. You change the order in which you link rel the CSS files to your page. The last one will take precedence always.
----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
If the styles are indeed inline, it should cause no conflicts at all.
If you really meant embedded stylesheets, you may need to be very specific with your styles.
(Perhaps change class names or be certain that you are applying styles to all divs, etc.)
Greg
"Personally, I am always ready to learn, although I do not always like being taught." - Winston Churchill
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.