Hi there.
Can anyone tell me why modifying a style property from my .css doesn't have any effect on the master/content page?
Here's an example:
in Site.css, I have this:
# normal_div {text-align: center}
the pages are displayed following that rule: my text in a div of that type has its text displayed in center
now I change the that line from Site.css into this:
# normal_div {text-align: left}
the pages don't fallow the new rule and the text is still aligned in the center of the div.
I tried pressing (CTRL+SHIFT+W, CTRL+F5, F5).
Nothing is changed. I wonder why and how can I solve this extremely big display problem.
IF ANYONE KNOWS THE SOLUTION, PLEASE HELP!