CSS <body> vs. <p> question
Hi,
For the longest time I've been specifying a font size in my <P> tag in the css override box, and I'm not sure if I should have been adding it to the <body> tag instead?
What brings this up is that I'm using the Fanfiction Downloader plugin and the source files it converts sometimes don't have a <p> tag at the start of the paragraph. In fact, some of these stories have zero tags at the beginning of the sentence, as a result the text is small and hard to read.
However, I'm not sure how to code for sentences that have no html coding tags to use?
I thought adding the font size to the body tag would fix these types of paragraphs, however before I made a change like that I'd like to know if anyone else adds the font size into their css override body tag? Are there side effects? or does it work just like the paragraph tag? or does the body tag font mess up heading sizes?
I'd appreciate any and all help.
|