website full size Stretch-background

website full size Stretch

you can stretch a background image or complete site in this method Open your  HTML file in a text editor (note pad or Dream Viewer)




In starting add the tag <BODY> 



For CSS: Insert this CSS tag just under the <BODY> tag:
<div style="width:100%">
For Tables: Insert this opening table tag just under the <BODY> tag:
<table width="100%">



Scroll to the  your HTML file until you see the closing body tag:
</BODY>



For CSS: Insert </DIV> just above the </BODY> tag.
For Tables: Insert </TABLE> just above the </BODY> tag.

Save the  file and Upload in to your web server.