I'm not sure what you mean about the code that pops up the editor. The editor is loaded into the page only if the current user is in the admin role, and it is moved off the visible part of the page with absolute positioning. When you click on the button it slides the editor into view (also with absolute positioning). If you want, I could make the change for allowing other roles to use the CSS Editor for you at a cost of $50 US. Or you can make the change to the code-behind of the CSS Editor and re-compile. the line in the CSSEditor.vb file looks like this: If PortalSecurity.IsInRoles(PortalSettings.AdministratorRoleName) = False Then Exit Sub End If |