HTML Form and Table Code Works in Fiddle But not on Site -


i have page has several tables forms send data php script. can see example here: https://jsfiddle.net/1gl4qzh2/

<form action='singleview.php' method='post'> <table id='scholarship' style='float:left;' align='center'>   <thead>     <th class='head' colspan='3' style='text-align:center;'>university of michigan--dearborn       <br>       <br>full tuition       <br>       <br>public       <br>       <br>       <input type='hidden' name='id' value='arluj'>       <input type='submit' value='view more details'>     </th>   </thead>   </form>   </table> 

the issue having first 2 table on top left corner button "view more details" not working. of other tables work fine on. when put in fiddle seem work properly.

does know in fiddle code missing these work?


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -