I ahve fixed it. The final result can be seen at
http://www.flcoastwaterpolo.com . I know the layout looks 1996ish, but
it needed to be quick and simple for the people I made it for.
The CSS that I finally did do on the site makes sense to me, but then
I also have a bit of trouble of understanding why it is the the only
form of header, left column, right column, and footer that seemed to
work correctly. I tried ever header, 2 column, and footer CSS design I
could find on the www to fit the CSS. I even used
http://www.csscreator.com layout generator. Nothing seemed to hold its
form.
My final result came to having the two columns -- having the menu
float to the left and then set the content colum in (by margin-left)
the width of the menu. Can anyone explain to me why this works and
nothing else did?
Regards
Mark Tranchant <mark@tranchant.plus.com> wrote in message news:<41639b1b$0$47988$ed2e19e4@ptn-nntp-reader04.plus.net>...[color=blue][color=green]
> > Mark Tranchant <mark@tranchant.plus.com> wrote in message news:<41625a32$0$48001$ed2e19e4@ptn-nntp-reader04.plus.net>...
> >[color=darkred]
> >>Justin Archie wrote:
> >>
> >>
> >>>I'd appreciate any feedback, links,
> >>>FAQs, or smoke signals on the issue.
> >>
> >>Don't use tables for layout, and fix the HTML errors. Then ask again.
> >>
> >>
http://validator.w3.org/check?verbos...age/index.html[/color][/color]
>
> Justin Archie top-posted:[color=green]
> > The only reason I used table initially was because I had done this
> > using pure CSS for the layout, but it was causing even more problems,
> > and I needed a faster way to do this.[/color]
>
> That shouldn't be hard to do in CSS. Have another go, and pop back again.
>
> If you must used fixed-with table layout, why not do it properly and
> centre the menu bar using two thin spacer columns either side?
>
> My point about validation still holds, though. The errors shown appear
> fairly trivial, but getting rid of them is equally trivial.[/color]