Jump to content

HELP PLEASE! divs are displaying when not supposed to


jwk811

Recommended Posts

this is my code
[code]<div id="word"><td style="border-right:1px solid #DCDCDC; border-bottom:1px solid #DCDCDC;" align="center" width="120">
  <?php echo $word; ?>&nbsp;</td></div><div id="edit_word" style="display: none"><td style="border-right:1px solid #DCDCDC; border-bottom:1px solid #DCDCDC;" align="center" width="120">
  <input type="text" name="word" id="word" size="10" value="<?php echo $word; ?>">&nbsp;</td></div>
[/code]
the second div displays when its not supposed to, why? this has happend to me before and in another time it worked but i just cant figure out why it is doing this... thank you for any help

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.