1

I am a beginner to Joomla and the problem I recently faced is HTML tables having different looks in different browsers. I googled the issue and the found solution is to use a CSS reset. Now what I need to know is how to use CSS reset. Can I just copy and paste available CSS resets to my Joomla article or should I write my own?? I am confused a bit here. Your help would be appreciated ! Thanks all !!!

buddhi weerasinghe
  • 677
  • 2
  • 9
  • 17

1 Answers1

1

I would even advise to do a CSS normalize instead of a CSS reset. A nice description of the advantages and disadvantages are given in this article.

Including a CSS normalize or reset is just a matter of including a separate CSS file as early as possible in the page (preferably in the head section).

Sidney Gijzen
  • 1,931
  • 3
  • 24
  • 27