View Single Post
  #3 (permalink)  
Old Jun 17th, 2007, 20:10
BGarner's Avatar
BGarner BGarner is offline
Reputable Member
Join Date: Oct 2006
Location: In front of the computer.
Posts: 213
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Problems with FF and Safari compitablity

I would say don't put all your text in an image. It's terrible for SEO. Not to mention accessibility. Firefox seems to display well. If you're having trouble with margins try...

Code: Select all
* {
margin: 0;
padding: 0;
}
Hope this helps, I don't have Safari so I can't help you much there.
Reply With Quote