DIV tags

Last post 10-16-2003, 3:29 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  10-13-2003, 9:41 AM 22

    DIV tags

    This issue was mentioned in the previous message board systems, but is there an ETA on the ability to exclude the <DIV> tag that is auto added to posted text?

    We are having a problem with that tag making text simple not render, because the editable content is inside a <SPAN>, and since <SPAN> is an inline tag, it cannot have block tags like <DIV>.

    Here's an example.  Put this into a HTML page view it in IE 6.0.  If you refresh 10 times, you will not see it every time:

    <div align="Center" style="width:100%;"><br></div>

    <div ><img src="blah.gif" />
     <p><span>Event Description</span></p>
     <p><span><div id=z style="position: relative;">If I remove the position style from this tag, the text will show up</div></span></p>
    </div>

    <div>
    <table cellspacing=1 cellpadding=0 border=1>
     <tr>
      <td width="50%"><span>Header 1</span></td>
      <td width="50%"><span>Header 2</span></td>
     </tr>
     <tr>
      <td valign=top width="50%">
       <table border=0>
        <tr>
         <td valign=top width="50%">Val1</td>
         <td valign=top width="50%">Val2</td>
        </tr>
       </table>
      </td>
      <td valign=top width="50%">
       <span><b>Date:</b></span>&nbsp;October 10, 2003&nbsp;</td>
     </tr>
    </table>
    </div>

    Thanks!

  •  10-16-2003, 3:29 PM 27 in reply to 22

    Re: DIV tags

    In order to protect the content(position absolutely, fly text, pictures, tables...any element anywhere you want & set layers as you wish) created by the editor We add the div tag around the content. That is the only tag we
    add to the content.

    If you don't need position absolutely feature, you don't need to add the div tag.

    We will add the ability to turn it off in the next version.

    If this issue is urgent to you, please write to me.

    Adam


    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