Hi,
I know that I should put all the html elements in body tag, but I need to put two hidden input above html dtd. I guess it does not make my html file as standard, but is it that bad? I have following code.
<input type='hidden' id='current_controller'>
<input type='hidden' id='current_module'>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
what are risks? so far, I do not have any problems.