Code in Text Widgets gets Changed/Deleted
-
The new text widget is changing the code and stripping out a lot of the code I put into it. Here is the code that I put into it:
<table style=”float:right; width:366px; padding:0px; margin:0px; height:55px;”><tr><td style=”padding:0px;”><div style=”position:relative; top:+00px;”><div class=”floatleft Facebook_24x24″></div><div class=”floatleft Twitter_24x24″></div><div class=”floatleft Pinterest_24x24″></div><div class=”floatleft Googleplus_24x24″></div><div class=”floatleft Youtube_24x24″></div><div class=”floatleft Feed_24x24″></div></div></td><td style=”padding:0px;”><form method=”get” class=”search-form” action=”https://wildbluepress.com/” role=”search”><input type=”search” name=”s” placeholder=”Search the site …”/><input type=”submit” value=”Search”/></form></td></tr></table>
and here is the code that results after you save it then click the Text tab:
<table style=”float: right; width: 366px; padding: 0px; margin: 0px; height: 55px;”>
<tbody>
<tr>
<td style=”padding: 0px;”></td>
<td style=”padding: 0px;”><form class=”search-form” role=”search” action=”https://wildbluepress.com/” method=”get”><input name=”s” type=”search” placeholder=”Search the site …” /><input type=”submit” value=”Search” /></form></td>
</tr>
</tbody>
</table>
=========================================This is rendering the text widgets totally unusable to me. It also modifies the code when I have PHP in the text widget.
Is there an option to not have it change the code that I put into it?
This looks like a bug to me.
- The topic ‘Code in Text Widgets gets Changed/Deleted’ is closed to new replies.