| 
 | 
|  |  |  |  |  | 
|  | 
|  2006-08-31, 02:21 PM | #1 | 
| My wife is not a doobie to be passed around! On our wedding day I promised to bogart her for life! Join Date: Jun 2006 Location: Bay Area,Ca 
					Posts: 276
				 | why do you have anything set at 105% I dont know. For some reason if I dont there is a small white space on the right hand side? I dont like it. Can anyone let me know? | 
|   |   | 
|  2006-08-31, 02:38 PM | #2 | 
| Certified Nice Person | In your style section, add: body { margin-right: auto; margin-left: auto; } Change: #Layer1 { position:absolute; width:105%; height:115px; z-index:4; left: 0%; top: 0%; background-color: #CD8C95; background-image: url(images/pastels.png); } to: #Layer1 { position: absolute; top: 0; margin-left: auto; margin-right: auto; left: 0; right: 0; width: 100%; text-align: center; height:115px; background-color: #CD8C95; background-image: url(images/pastels.png); } and change: <table id="table_05" width="51%" cellspacing="0" border="0" cellpadding="0"> to: <table id="table_05" width="100%" cellspacing="0" border="0" cellpadding="0"> Change any other occurence of 105% to 100% Don't tell anyone that I helped.  
				__________________ Click here to purchase a bridge I'm selling. Last edited by Useless; 2006-08-31 at 02:53 PM.. | 
|   |   | 
|  | 
| 
 | 
 |