(no estoy segura si este post va aquí... no se enojen).
Tengo esto:
Código PHP:
print '<td align="left" style="color: #FFFFFF; text-decoration: none; font-size: 8pt; font-family: Verdana; font-weight: normal"><a target="I1" href="api_o.php?categ='.$link.'">'.utf8_encode($SubCategory).'</a></td>';
Código HTML:
<div style="color:white;background-color:#000000;border:0px dotted gray; width:890; height:1530px; padding: 2px"> <iframe name="I1" style="overflow: hidden;" height="1530" width="900" align="left" src="api_o.php?categ=<?=$search?>" marginwidth="1" marginheight="1" scrolling="no" border="0" frameborder="0" style="background-color: #000000" ALLOWTRANSPARENCY="true"> Update your browser</iframe> </div>
Por qué ?
Cómo puedo solucionarlo ?