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

Capture and play voice with Asterisk ARI -

java - Why database contraints in HSQLDB are only checked during a commit when using transactions in Hibernate? -

visual studio - Installing Packages through Nuget - "Central Directory corrupt" -