style sheets and cute edit

  •  04-03-2007, 10:35 AM

    style sheets and cute edit

     
      I am new to Cute Editor so please forgive the post,
     
     I want to set it up so that cute editor adds a css class reference to every link created by a user of our content management system. For example:
     
    1) a user creates a link using the link button. so the HTML will look something like this: <a href="http://www.example.com">
    2) I then want cute edit to automatically include a reference to a specified css class, so the HTML looks something like this: <a class="myclass" href="http://www.example.com">
     
    Is there any way of doing this?
     
    Many Thanks,
     
    Sam
View Complete Thread