In alt.html on Fri, 10 Oct 2008 13:49:13 -0700 (PDT), hamiltoncruiser
<> wrote:
> My friend is doing the church website and on his IE browser the top
> banner looks OK, like this:
>
> HAMILTON CHURCH OF CHRIST
> A great place to worship and fellowship. There’s room for you too.
>
> On my FF browser it looks like this:
>
> HAMILTON CHURCH OF CHRIST A great place to
> worship and fellowship. There’s room for you too.
>
> Both lines are centered when looking at it in both browsers (I did not
> know how to center it for this post)
>
> My friend say it can't be fixed for FF. Can the code be written so
> both IE and FF display it correctly?
>
> The site is http://hamiltonchurchofchrist.net/index.html
>
> ...Lisa
Instead of this horrible mess:
<p style="text-align: center; background-color:
rgb(204,153,102);"><span style="color: rgb(255,255,102);"><b><span
style="font-family: 'MS Serif', serif; font-size: xx-large;"><span
style="color: rgb(0,51,204);">HAMILTON CHURCH OF CHRIST</span>
</span></b><b><span style="font-family: 'Baskerville Old Face', serif;
font-size: large;">A great place to worship and
fellowship.</span></b></span><b><span style="font-family: 'Baskerville
Old Face', serif; font-size: large; color: rgb(255,255,102);"> There�s
room for you too.</span></b></p>
try something like this:
<h1>HAMILTON CHURCH OF CHRIST<h1>
<p>A great place to worship and fellowship.</p>
<p>There's room for you too.</p>
You can add styles for formatting after correcting your markup to
express the text's meaning clearly.
There are plenty of other faults in your site, but I've confined
myself to the fault that you asked about.
For a new site, you should use HTML 4.01 Strict, not HTML 4.0
Transitional.
By the way, when I visited this page:
<http://hamiltonchurchofchrist.net/html/sunday_sermons.html>
music suddenly blared from my speakers. If you fix nothing else,
please fix this. *Nobody* wants to hear sounds that they haven't
specifically asked for.
--
PJR

slrn newsreader v0.9.9p1:
http://slrn.sourceforge.net/
extra slrn documentation:
http://slrn-doc.sourceforge.net/
newsgroup name validator:
http://pjr.lasnobberia.net/usenet/validator