hello all,
I have a div of id 'pagefooter' i have created the following CSS rule
however one of the paragrapghs i want a different font size, so have coded <p class="myclass"> , but it refuses to apply the myclass styling and just applies the global <p> styling?
why won't it apply the class to the paragraph I want?
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.
I have a div of id 'pagefooter' i have created the following CSS rule
Code:
#pagefooter p {
line-height:16px;
font-size:0.6em;
font-style:italic;
text-align:center;}
however one of the paragrapghs i want a different font size, so have coded <p class="myclass"> , but it refuses to apply the myclass styling and just applies the global <p> styling?
why won't it apply the class to the paragraph I want?
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.