> You have a huge number of syntax errors:
> Nested tables and presentational markup. Argh. Use CSS for presentation.
Hi,
Just to follow up here are a couple of quick tips for you. You can
achieve your layout without the need for tables. CSS based layout is
easier to maintain and lighter on code
On 16/02/07, Douglas Pollock <[EMAIL PROTECTED]> wrote:
> I trying to get a left side menu working. The main body of the page is
> simple html pages that are made visible by clicking on the left-side menu
> links. The problem is that the div tags surrounding the page names appears
> to block the vi
I trying to get a left side menu working. The main body of the page is
simple html pages that are made visible by clicking on the left-side menu
links. The problem is that the div tags surrounding the page names appears
to block the visibility: hidden; attribute. The pages should normally be
hi