I've downloaded today the program and bought the user manual.I've created a page with the "New wizard", and now I can't change the background picture? Where should I look around?Thanks in advance.
Greg,
I see that this is a problem.
Usually I would expect the document background to be set for the body element so would present no problem. With xhtml, setting it for the html element makes more sense and I see that the wizard, for simplicity I suppose, always sets it there. That may give the user a problem if you don’t get it right first time.
The Style properties panel can reach only the elements listed in the Structure bar and that gives access only to the body and descendants. One way round this is to use the CSS Pro editor. That gives access to all the CSS rules used by the document.
Otherwise you are limited to editing the source code. That’s life.