Quote:
Originally Posted by Fr4n-FX
wow this is fantastic, i will try later. thank you!
but what happen if i have ".forum" for explame in both css files? what file have "preference" :/
|
You should read up on how Cascading Style Sheets work in order to understand the answer to that question. I put this file as the very last .css file to be linked in the <head> section for a very good reason - so it is the LAST .css file to be included. If you include inline CSS or style info in the <body>, then you can 'overwrite' the styling info in this file, but this file should 'overwrite' any styling info in the previous stylesheets if it is written correctly.