Chaging image positon

Last post 05-01-2006, 1:00 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  05-01-2006, 2:56 AM 18621

    Chaging image positon

     
     Hi,
     
         When i'm inserting an image, it will generate img tag. In that one attribute called "position" is set to "relative". I want to change  that to "absolute" whenever i insert the image.
     
    for example:
     
    by defalut:
     
    <img style="LEFT: 216px; POSITION: relative; TOP: 17px" height=100 alt="" src="/opws/uploads/Cindy_Crawford.jpg" width=124 border=0>
     
    i want like this:
     
    <img style="LEFT: 216px; POSITION: absolute; TOP: 17px" height=100 alt="" src="/opws/uploads/Cindy_Crawford.jpg" width=124 border=0>
     
     
  •  05-01-2006, 1:00 PM 18636 in reply to 18621

    Re: Chaging image positon

    jilani,

    When you insert an image,  Cute Editor will create the following code:
     
    <img src="/CuteSoft_Client/CuteEditor/images/emmoon.gif" align=absMiddle border=0>
     
    If you select the image and click the "Position absolutely" button,  you will get the following code:
     
    <img style="POSITION: relative" src="/CuteSoft_Client/CuteEditor/images/emmoon.gif" align=absMiddle border=0>
     
    If like the following code instead:
     
    <img style="POSITION: absolute" src="/CuteSoft_Client/CuteEditor/images/emmoon.gif" align=absMiddle border=0>
     
    Please wait for the next version.
     
     
     
     
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML