Copy link to clipboard
Copied
Years ago in Dreamweaver you could assign pre-made CSS styles to your selection by right-clicking and a drop-down of all styles were there. This seems to have disappeared in newer versions. Anyone know of an add-on or preference that would add this back?
As long as your styles are already predefined in your <style> block or external stylesheet, you can easily apply styles using code hinting in the Code View:
You can also make selections in the Live View:
and from the Properties Panel:
Copy link to clipboard
Copied
Years ago in Dreamweaver you could assign pre-made CSS styles to your selection by right-clicking and a drop-down of all styles were there. This seems to have disappeared in newer versions. Anyone know of an add-on or preference that would add this back?
As long as your styles are already predefined in your <style> block or external stylesheet, you can easily apply styles using code hinting in the Code View:
You can also make selections in the Live View:
and from the Properties Panel:
Copy link to clipboard
Copied
A lot has changed in DW over the years, including the right click capability you're looking for.
The styles attached to your current document will show up in a pop-up list when you highlight something and click the Class or Id fields in the main Properties window.
If you are working on a new, blank document that doesn't have a stylesheet attached, nothing will appear in those menus.
Copy link to clipboard
Copied
As long as your styles are already predefined in your <style> block or external stylesheet, you can easily apply styles using code hinting in the Code View:
You can also make selections in the Live View:
and from the Properties Panel: