Welcome Guest Search | Active Topics | Sign In | Register

IFRAME ISSUE Options
AmitM
Posted: Wednesday, January 13, 2010 12:36:05 AM
Rank: Member
Groups: Member

Joined: 9/27/2009
Posts: 10
Major issue with IFRAME. The editor completely destroys markup when there is an iframe tag.

To reproduce:
Start with this in the HTML view:

<table style="WIDTH: 100%">
<tbody>
<tr>
<td style="WIDTH: 10%"> </td>
<td style="WIDTH: 80%; TEXT-ALIGN: center"> </td>
<td style="WIDTH: 10%" />
</tr>
<tr>
<td style="WIDTH: 10%" />
<td style="WIDTH: 80%; TEXT-ALIGN: center" />
<td style="WIDTH: 10%" />
</tr>
</tbody>
</table>

Design looks fine. Switch back to HTML and change it to:

<table style="WIDTH: 100%">
<tbody>
<tr>
<td style="WIDTH: 10%"> </td>
<td style="WIDTH: 80%; TEXT-ALIGN: center">
<iframe frameborder="0" src="http://www.google.com" />
</td>
<td style="WIDTH: 10%" />
</tr>
<tr>
<td style="WIDTH: 10%" />
<td style="WIDTH: 80%; TEXT-ALIGN: center" />
<td style="WIDTH: 10%" />
</tr>
</tbody>
</table>

The only change was adding the iframe tag. Switch back to design view. In my editor, I lose the 2nd row, and sometimes the right column.

Anyone have any ideas?

Thanks,
Amit
Code: Visual Basic.NET
AmitM
Posted: Wednesday, January 13, 2010 12:42:24 AM
Rank: Member
Groups: Member

Joined: 9/27/2009
Posts: 10
Sorry, to clarify this is when using the HTMLEditor and you add an <iframe /> tag in the markup in the HTML view.

-Amit


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.