Form is not appearing but its content does

doucchaus

New Member
I have this piece of code:\[code\]<div> <form name='profileForm' id='profileForm' action='' method='get'> <input type='submit' name='ProfileBtn' id='ProfileBtn' class='buttonC' value='http://stackoverflow.com/questions/13776986/My Profile' /> </form><br /> <form name='logoutForm' id='logoutForm' action='' method='get'> <input type='submit' name='LogOutBtn' id='LogOutBtn' class='buttonC' value='http://stackoverflow.com/questions/13776986/Logout' /> </form></div>\[/code\]When I render the above the "profileForm" does not appear (although the profileBtn DOES appear).the seconed form has no problems, which is weird because they are both similar.It's probably an easy question but I have no idea what's the problem.
 
Back
Top