I found that I should be using Reset CSS file for making websites, but after I include it, all the <em>
and <code>
tags lose their style. <em>
is not longer italic and <code>
is no longer constant font.
I fixed it by adding em { font-style: italic; }
, but I can't possibly add this for all the tags that lost their style?
Any ideas why?
Thanks, Boda Cydo.