It would be really nice if when this point is reached:
... class="
A list of classes, as defined in the linked style sheet, would appear/allow selection/complete the action.
Sorry if this does exist - I didn't see it.
Thanks
Bitdaf
List of classes and ids
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
- Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
- Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
- Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
- chrisjlocke
- Top Contributor
- Posts: 995
- Joined: Mon Aug 01, 2005 4:12 pm
- Location: Essex, UK
- Contact:
It does, but just not how you'd expect! 
Complete the tag (ie, leave the class blank) then go back and use the inspector. A bit of a fiddle, but it might be improved soon!
Demo of what I mean, here.
http://www.creapsoft.co.uk/download?id=44dd8779

Complete the tag (ie, leave the class blank) then go back and use the inspector. A bit of a fiddle, but it might be improved soon!
Demo of what I mean, here.
http://www.creapsoft.co.uk/download?id=44dd8779
-
- Posts: 34
- Joined: Wed May 10, 2006 9:57 am
Take this to the next level
This is a good idea. But can it be integrated so that we can not only reference an existing class or id, but create one?
Maybe it could be linked to (or replace) the code that generates deprecated HTML. We can create CSS styling on an element, but the style is created "inline." And inline CSS is pretty much a violation of everything that CSS is trying to do (separation of content and presentation).
Unless I'm missing something, the Inspector treats the class=" as HTML, not as CSS. Yes, there are entries called "class" and "id" in the Inspector, but they don't suggest any existing classes, and they shouldn't be mixed in with HTML tags (IMO).
Again, what I'd like to do is to be able to create CSS classes and ids (not inline CSS) while working with HTML. Maybe it would need to have an associated Style Sheet open, or maybe it could create the class or id in the head -- that's a minor concern.
Phil
Maybe it could be linked to (or replace) the code that generates deprecated HTML. We can create CSS styling on an element, but the style is created "inline." And inline CSS is pretty much a violation of everything that CSS is trying to do (separation of content and presentation).
Unless I'm missing something, the Inspector treats the class=" as HTML, not as CSS. Yes, there are entries called "class" and "id" in the Inspector, but they don't suggest any existing classes, and they shouldn't be mixed in with HTML tags (IMO).
Again, what I'd like to do is to be able to create CSS classes and ids (not inline CSS) while working with HTML. Maybe it would need to have an associated Style Sheet open, or maybe it could create the class or id in the head -- that's a minor concern.
Phil