Text formatting check and suggestions...
HI every one I'm working on a page where the text is set up in HTML and I'm getting some pretty different results on different computers. This really is a 2 parted question. First if you would be so kind as to visit this page and tell me if the text is properly sized and formatted as to fill the areas between the images:
http://www.reelectjusticecliffordtaylor.com/bio.html
I've included a screen grab of what the text looks like on my PC when I see it live. at this link:
http://www.johncliffordtaylor.com/text_example.jpg
Second base on what I've seen up to this point I would like to know if there is a way to get the text to appear more uniformly in different browsers on different PC's.
So far I'm just working with:
body,td,th {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #2B24A6; (pretty much navy)
}
that are embedded right inside my page HTML page. So I'm very open to any ideas on how to get the text to appear more consistently across many computers and browsers.
Thx for the help every one!
John