Greenguy's Board


Go Back   Greenguy's Board > General Business Knowledge
Register FAQ Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2006-08-31, 02:21 PM   #1
cockhungryhoes
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?
cockhungryhoes is offline   Reply With Quote
Old 2006-08-31, 02:38 PM   #2
Useless
Certified Nice Person
 
Useless's Avatar
 
Join Date: Oct 2003
Location: Dirty Undies, NY
Posts: 11,268
Send a message via ICQ to Useless
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..
Useless is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:34 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc