|
Posted by Tom on 02/13/07 02:56
On Feb 12, 3:13 pm, dorayme <doraymeRidT...@optusnet.com.au> wrote:
> In article
> <1171293541.109974.292...@p10g2000cwp.googlegroups.com>,
>
>
>
> "Tom" <tgaug...@numail.org> wrote:
> > Using Dreamweaver 8
>
> > Have 50+ html files all with same header, menus etc. Trying to use
> > #include to consolidate
>
> > Created an html file for my menus which just has table and div tags
> > for the header and menu bar - no html or body tags.
>
> > File looks good in DW and browser
>
> > Deleting header and menu code from index.html and inserting <!--
> > #include file="menu.html"--> after <body>
>
> > Looks good in DW but the menu html is not rendering when I test in the
> > brower - I get the body of index html with no header or menu
>
> > ?
>
> > Thanks in advance...Tom
>
> Are you running a server?
>
> --
> dorayme
The code was right but I was testing locally...when I changed to ASP I
realized I had to move them over to test.
Now what I need to do...
When the menu code was in each html file I would change the color of
the menu header that was current...i.e., if they click a sub topic
under the About menu I would change the color of About from blue to
"white"...Now that my menu code is included how can I affect attribute
changes...can it be done by using the ID...our menus are table
combined with CSS
Each menu topic is in a <td> tag with an ID.
Thanks...
Navigation:
[Reply to this message]
|