> This doctype will be much easier to get IE on board.
>>> [...]
>>>> Please! I really need help with this. I replaced the table with CSS
[quoted text clipped - 45 lines]
>> The next time you get an urge to use a <br> smack yourself, you are
>> probably making an error.
Firstly, you've screwed up the quoting, your are replying to my
comments, not Ben's.
> Now that I was an eye opener! I made the doctype changes and saw the
> font-size changes that had to be made. I guess I'll be a little
> bruised for awhile. I always hated using <p>...
But they are paragraphs, right?
http://en.wikipedia.org/wiki/Paragraph
Paragraph - Wikipedia, the free encyclopedia
Then mark them up as such! If you want more space after a paragraph then
style it so!
p { margin-bottom: 3em; }
don't add <br>s
> Can you help me why IE is giving me fits?
If you search this NG and just Google a bit you will learn then IE does
not really support XHTML. If you don't know why you are usinging it then
you do not *need* to use it. Do yourself a big favor, and use HTML. You
will find it much easier to get IE to render your page more like modern
web browsers.

Signature
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Big Moxy - 28 Oct 2007 02:59 GMT
On Oct 27, 6:20 pm, "Jonathan N. Little" <lws4...@centralva.net>
wrote:
> >>> [...]
> >>>> Please! I really need help with this. I replaced the table with CSS
[quoted text clipped - 81 lines]
>
> - Show quoted text -
Sorry for getting the replies out of order. My comments about <p> vs.
<br> were meant to be rhetorical! I accept your point. The only thing
I don't like is the change to font size. I will have to experiment to
get the desired size. I use Dreamweaver for development and it sets
XHTML by default. I'll find out how to change that to HTML. The page
in question now validates using HTML 4.0.1 Strict.
I still have a problem however. The page displays correctly in Firefox
but not in IE 7. Do you have any suggestions?
Thank you,
Tim