Hi, Ive added to the botton of the Headeer page a page coded to show advertising.
Im using the same code the NetWebForm uses for generating a Tab but Im missing somethig...
As you can see in the fullview attached image, both the advertising section (1) and the Tab section (2) are shown the same way, but if you look at the responsive attached image, the Form Tab is responsive and the advertising part does not.
What am I missing for the advertising code to be as responsive as the tab code?
This is the code of the advertising page wich is included by <-- Net:f:xxx.html -->
<div id="tab_Porp_div" class="nt-tab-inner nt-plain">
<fieldset class="ui-tabs ui-widget ui-widget-content ui-corner-all plain">
<table id="Prop_Container" class="nt-form-table">
<tr id="Prop_row">
<td>
<div id="todaypage_logoutgif_value_div" class="nt-form-div nt-formcell">
<a href="
http://www.armisoftware.com" target="_blank">
<img src="images/armi45.jpg" width="40" height="40" border="0" align="absmiddle" id="Image1" title="ARMi software solutions" class="nt-left" alt="">
</a>
</div>
</td>
<td>
<div id="todaypage_logoutgif_value_div" class="nt-form-div nt-formcell">
<img src="images/espub.gif" width="400" height="40" border="0" align="absmiddle" id="Image1" title="Publicite o SuscrÃbase para evitar la publicidad!" class="nt-left" alt="">
</div>
</td>
<td>
<div id="todaypage_logoutgif_value_div" class="nt-form-div nt-formcell">
<a href="
http://www.armisoftware.com/winsami_new.html" target="_blank">
<img src="images/winsami45.jpg" width="40" height="40" border="0" align="absmiddle" id="Image1" title="Winsami ERP, el mejor sistema de Gestión!" class="nt-left" alt="">
</a>
</div>
</td>
</tr>
</table>
</fieldset>
</div>
Thanks