viktor
02-20-2006, 02:28 AM
I got this code:
<table id="Table1" bordercolor="#000000" height="75" cellspacing="0" cellpadding="0" width="435"
border="1">
<tr>
<td valign="middle" align="center" width="435" style="word-wrap:break-word"><span class="blacktext12">
<span id="ctl00_Main_ctl00_UserNetwork1_ctrlMessage">This text right here.</span>
<br>
</span>
</td>
</tr>
</table>
How can I remove this table and place another one using HTML/CSS/DHTML no JavaScript, I can add those three on the website through a module.
Any help will be appreciated, oh maine reason is to replace the text inside.
<table id="Table1" bordercolor="#000000" height="75" cellspacing="0" cellpadding="0" width="435"
border="1">
<tr>
<td valign="middle" align="center" width="435" style="word-wrap:break-word"><span class="blacktext12">
<span id="ctl00_Main_ctl00_UserNetwork1_ctrlMessage">This text right here.</span>
<br>
</span>
</td>
</tr>
</table>
How can I remove this table and place another one using HTML/CSS/DHTML no JavaScript, I can add those three on the website through a module.
Any help will be appreciated, oh maine reason is to replace the text inside.