Safari and Chrome seem to be adding extra padding/margins in regards to the text within the boxes at one of the pages within my website. What can I do to make it appear the same way it does in Firefox and IE?
+1
A:
You have an orphaned closing </p>
tag after the link in .box
es. Chrome/Safari add an opening tag; Firefox/IE simply ignore it. You should remove the tag.
Max Shawabkeh
2010-04-18 07:28:14
Thanks. Chrome seems to automatically add the closing tag if no <p> is added. I added the opening tag, but it still appears the same.
Ronnie
2010-04-19 10:15:21
Oh wait! I adjusted the margins and it's all good now for all browsers. Thanks!
Ronnie
2010-04-19 10:20:16