For example...
I'm trying to make "<div class="read-more">" not appear if the postcount is '1' and appear when the postcount is not '1'. Is it possible to include style tags within the conditional statements (e.g. if blah blah blah <style> blahblah {visibility:hidden;}</style> else blah blah...