I don't know exactly what your problem is. But your code was not valid.
<link></link>
<img></img>
</br>
<hr></hr>
From above, they are non-close tags. You must use
<link />
<img />
<hr />
The input tag has no close tag too. Fix these and validate again. And why did you insert table into the heading tag.
The heading tag was text container, not element container.
You should use DIV.
Fix the above error and try again. If not you success, post here..
Good luck..
Zero13
Practically a Master Poster
624 posts since Jan 2009
Reputation Points: 120
Solved Threads: 139