Prevent Users from inserting a Layer with absolute positioning

  •  07-30-2006, 11:25 AM

    Prevent Users from inserting a Layer with absolute positioning

    When I use the Insert Layer button, the Layer is inserted like this:
    <div style="WIDTH: 104px; POSITION: absolute; HEIGHT: 104px">
    Is there a way to change the behavior of the Button to Insert <div style="WIDTH: 104px; POSITION: relative; HEIGHT: 104px">  and prevent Users from adding a absolute Layer within the HTML part of the Editor?
View Complete Thread