This content has been marked as final.
Show 1 reply
-
1. Re: Editable Table Background
Newsgroup_User Oct 26, 2007 8:42 AM (in response to kairosmatt)On Fri, 26 Oct 2007 15:09:19 +0000 (UTC), "kairosmatt"
<webforumsuser@macromedia.com> wrote:
>Hi,
> I'm new to dreamweaver-so hopefully this is an easy question. I'm trying to
>create a template for our website, but I want one of the tables to have a
>different background on every page. I can edit the text, but haven't been able
>to set the background to editable. Any thoughts?
> Thanks
> Matt
>
Give each page a unique title in the body tag:
<body id="pageTitle">
and in your css file have a different css code for each
#pageTitle table {background-color:gray;}
#pageTitle2 table {background-color:silver;}
etc etc
--
~Malcolm N....
~

