Edit/Create CSS styles from Page Editor?

Post your questions and problem reports here

Moderator: kfury77

Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
  • Check the Support section of the corresponding product first. Chances are you will find your answer there;
  • Do not create new topics for already reported problems. Add your comments to the existing topics instead;
  • Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
  • Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
  • Include the version number of the software you are using;
  • This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Post Reply
stickstone
Posts: 1
Joined: Sun Mar 26, 2006 11:02 am

Edit/Create CSS styles from Page Editor?

Post by stickstone »

I'm new to WeBuilder 2006 and don't understand how to get the autocomplete for CSS styles to appear when developing my page. I'd also like access to my CSS Code Inspector and CSS Code Explorer from the Code Editor of my web page. How do I do that?

Just to elaborate:

When I go to apply an ID or a CLASS (to a <div> for example) from my Code Editor of my HTML document, I'd like to:

1. Be able to have an autocomplete for the Selector styles available in my attached stylesheet. So as soon as I type <div id="" the autocomplete would appear.

2. After applying the ID or CLASS Selector to my <div>, I may see from the preview pane that it needs adjustment. Therefore, I'd like to be able to make adjustments to that Selector Style from the CSS Inspector, but I can't find it anywhere? I'd like the adjustments to appear in the Preview Pane so I can see what I'm doing.

How do I get these features to work?
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Post by Karlis »

Curently auto complete is only supported with HTML class parameter. E.g. you have CSS with some classes attached and you type <div class=", the auto complete will list classes.

The same with Inspector.

To change style for particular class, you must go to CSS code, put caret in the CSS rule and then you will be able to use CSS inspector for that rule.
Karlis Blumentals
Blumentals Software
www.blumentals.net
User avatar
notuo
Posts: 258
Joined: Sat Jul 09, 2005 8:07 pm
Location: Tlalpan, Mexico City, Mexico

Post by notuo »

Karlis (BTW Welcome back)

Can you pls put an example of this caret within the css please?

Thanks
Post Reply