Thanks for youe response Adam. I was eagerly waiting for it but unfortunately the solution you gace doesn't help me. Here's the scenario :
1. Take this block of HTML below and do Ctrl-v on HTML Tab in FireFox and See in Normal Mode.
2. Now Repeat Step 1 with same below HTML in IE and check again in normal mode.
3. Compare Firefox normal view and IE normal view, you will see the difference and understand what I am saying. Our users are using FireFox so its a big issue for them as it updates the HTML pasted when you save to Database. Preview is not as expected.
But in IE it works fine.
I checked in forums that you suggested to disableautoformatting but its didn't help mw as its browser related issue I guess. Plese help us.
<!--BEGIN To delete before posting -->
<script type="text/javascript" src="http://media.laredoute.fr/intl/PT/pt/refreshes/001/js/scripts.js"></script>
<script type="text/javascript" src="http://media.laredoute.fr/intl/PT/pt/refreshes/001/js/flashobject.js"></script>
<!--END To delete before posting -->
<script language="javascript">
function ChangeUrl(aspnetForm)
{location.href = aspnetForm.categorie.options[aspnetForm.categorie.selectedIndex].value;}
</script>
<table width="778" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
<table width="592" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="http://images.redcatsusa.com/images/site_images/lanebryant/9243_tabOff.gif" width="320" height="155"></td>
<td width="592"><img src="http://minnie1pt.francenet.fr/update3/images/best_2_fem.jpg" width="272" height="155"></td>
</tr>
<tr>
<td><img src="http://images.redcatsusa.com/images/site_images/lanebryant/9243_tabOff.gif" width="320" height="75"></td>
<td><img src="http://images.redcatsusa.com/images/site_images/lanebryant/9243_tabOff.gif" width="272" height="75"></td>
</tr>
<tr>
<td><img src="http://images.redcatsusa.com/images/site_images/lanebryant/9243_tabOff.gif" width="320" height="40"></td>
<td background="http://images.redcatsusa.com/images/site_images/lanebryant/9243_tabOff.gif"><select name="categorie" onChange="ChangeUrl(aspnetForm)" style="font-family: verdana, arial;font-size:11px;" id="cat">
<option selected>Categoria...</option>
<option value="/PT/pt/category.aspx?categoryid=22110533&opeco=MULHER:ZS1:MELHORES-VENDAS">Casacos & Blusões</option>
<option value="/PT/pt/category.aspx?categoryid=22110639&opeco=MULHER:ZS1:MELHORES-VENDAS">Vestidos & Saias</option>
<option value="/PT/pt/category.aspx?categoryid=22110761&opeco=MULHER:ZS1:MELHORES-VENDAS">Calçado & Acessórios</option>
<option value="/PT/pt/category.aspx?categoryid=22110890&opeco=MULHER:ZS1:MELHORES-VENDAS">Camisolas & Camisas</option>
<option value="/PT/pt/category.aspx?categoryid=22110984&opeco=MULHER:ZS1:MELHORES-VENDAS">Calças & Bermudas</option>
</select></td>
</tr>
</table></td>
<td width="8"> </td>
<td width="178"><a href="http://www.laredoute.pt/PT/pt/ListPages/ListPageTemplate5.aspx?brand=TAILLISSIME" target="_top"><img src="http://images.redcatsusa.com/images/site_images/lanebryant/9243_tabOff.gif" width="180" height="270" border="0"></a></td>
</tr>
</table>