hi,
https://graphicalsystemsusa.com/contest/contest.aspx
this link is working properly in all browser except than IE 7.0
plz help me to adjust table in center, thanks
hi,
https://graphicalsystemsusa.com/contest/contest.aspx
this link is working properly in all browser except than IE 7.0
plz help me to adjust table in center, thanks
Is the form and the bar down the right hand side in the table, or in a div?
If you want the table to be placed in the center then you could either use the old HTML way of using the center tag before the table or you could use the new XHTML way placing a div before the table like this:
HTML Code:<div style="text-align:center;"><table>....</table></div>
Thats only for text, not block elements.
this:
<table style="margin:0 auto;">
Bookmarks