Is there a way I can make both Cell1 and Cell2 disappear?
If I put more than one <div id="HideMe1"> in my code, then nothing disappears.
I'm just messing around with this stuff as I don't have
any experience with it.
"Pin me. Perl me."
Regards,
Chris
If I put more than one <div id="HideMe1"> in my code, then nothing disappears.
I'm just messing around with this stuff as I don't have
any experience with it.
Code:
<html>
<body onload="HideMe1.style.visibility='hidden'">
<table>
<tr>
<td> <div id="HideMe1"> Cell1 </div> </td>
<td> <div id="HideMe1"> Cell2 </div> </td>
</tr>
</table>
</body>
</html>
"Pin me. Perl me."
Regards,
Chris