Hello, I am trying to stretch my site www.h-log.com and am trying to put witdh as 100% instead of defined width so it adapts according to users resolutions. But right now this code controls the width : <table height="62" border="0" cellpadding="0" cellspacing="0" style="padding-top:2px; margin-left:0px; padding-left:5px; clear:both; width:680px; margin-left:7px;"> Now when i put and code it like this <table height="62" border="0" cellpadding="0" cellspacing="0" style="padding-top:2px; margin-left:0px; padding-left:5px; clear:both; width:100%; margin-left:7px;"> It does not work at all , the width: 100% is not working that is , but i have in another place using css for div which uses the width :100% code and it works but not inline code on the main page . Any ideas how i can go about it ? Thanks
Try this: <table width=100% height="62" border="0" cellpadding="0" cellspacing="0" style="padding-top:2px; margin-left:0px; padding-left:5px; clear:both; margin-left:7px;">