At the moment, when I want to apply a style to the text of an article, I am using a <TABLE> tag or an <A> tag around some text and adding a CLASS="myArticleText" parameter to the tag.
I know this is cheating as I don't really want a table or a link. I just want to define the font & colour for the main text of an article. How can i do this?
Should I use a <P> tag and apply a CLASS parameter to that? Or is there a better way?
Thanks,
May
I know this is cheating as I don't really want a table or a link. I just want to define the font & colour for the main text of an article. How can i do this?
Should I use a <P> tag and apply a CLASS parameter to that? Or is there a better way?
Thanks,
May