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.