Hi Andrew,
Sorry for the long delay. I have been off-line for over a day, while my office was being repainted....
Anyway, back to your problem.
I am not sure whether you didn't follow the steps in the book correctly, or there is an error in the book. I haven't checked all the steps, but at page 134, step 1 you're instructed to "make the necessary changes to News.htm". Once you do that, you have a link to the style sheet embedded in the page, which gives you access to the body selector.
For the body to shop up in the CSS panel (as said on page 140), you'll need that body selector in your style sheet or embedded in the page.
To try it out, either <link> the page to the style sheet, or add the following to the head section of your page:
Code:
<style>
body
{
}
</style>
Once you have that, save the page and press F5. Then the CSS panel will update and show the body selector. Also, the CSS Properties dialog will update (Press F9 when you don't see the panel).
HtH,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
While typing this post, I was listening to:
Geboren, rappen, sterven by
Def P (Track 9 from the album:
Cryptokilostijl)
What's This?