close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

HTML Editor Style Dropdown

Thread began 1/17/2011 1:41 pm by gzirfas374932 | Last modified 2/24/2011 12:28 pm by gzirfas374932 | 3947 views | 4 replies

webassist.com391302

Thank you for this, but is there not a simpler way to create a path to my master CSS file sitting in the /root folder for the whole web site and use the same CSS styles? And I did test your changes and I don't see where to access those styles in the Power CMS edit window.

Originally Said By: neilo
  Hiya,

I'm not seeing the new classes in either of your XML files.

If you have already placed the styles in your CMS/css/cms_styles.css stylesheet, then you just need to add the class names into these two xml files:

HTMLEditor/custom/contents_insert_ContentValueStyles1.xml
HTMLEditor/custom/contents_update_ContentValueStyles1.xml


Each style name appears twice in a style block in the form of:

<Style name="myStyle" element="span">
<Attribute name="class" value="myStyle"/>
</Style>

So if (for instance) you have two classes called .firstStyle and .secondStyle, then your xml files would look like:

<?xml version="1.0" encoding="UTF-8"?>
<Styles>
<Style name="firstStyle" element="span">
<Attribute name="class" value="firstStyle"/>
</Style>
<Style name="secondStyle" element="span">
<Attribute name="class" value="secondStyle"/>
</Style>
</Styles>

Note: Don't include the dot before the class name in the xml blocks.  

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...