Another baseline question: Why can’t I add Web Styles to my project? If I use the Insert menu, it’s available but when I select it, nothing happens. If I right-click on the window or a control and select Add->Web Styles … it’s not selectable.
I just started programming web apps and I’m sure this is something very obvious … once you know what door to open.
If you want to add a style to a page look at the inspector where you can select the style for that page/object.
WebStyles cannot be put inside others objects. Click on the navigator and make sure nothing is selected and you should be able to “insert” one there. Once you’ve done that, youll be able to select that style in the inspector of various controls within a webpage, webdialog or webcontainer.
Hm. It worked. Not sure why not before as I think (emphasis on the word “think”) I tried that.
At any rate, thanks.