Ryft
September 24th, 2006, 09:34 PM
Anyone know how to make your background stretch so if it is centered, it doesn't have the extra colored background on each side? I found some codes online for some CSS overlay thing or something (I don't mess with this stuff a lot) but nothing I tried would work. They were supposed to make it so the background fit the whole screen and resized when you changed the size of the page but if that is not possible, I would just like it to fit the whole screen. Here is the coding I have right now for my profile properties.
<style type="text/css">
body {
background-image:url('http://i12.photobucket.com/albums/a230/ryftie/airsunsetedit.jpg');
background-position:Center Center;
background-repeat:no-repeat;
background-attachment:fixed;
background-color:black;
border-width:3px;
border-color:white;
border-style:solid; letter-spacing: 1px; }
table, tr, td {background:transparent; border:0px;}
input {background-color:transparent !important;}
td, span, div, input, a, table td div div font,
body div table tbody tr td font {
color:Black !important; font-family: "Verdana" !important; letter-spacing: 1px;
font-size: 14px;
}
td, span, div, input, table td div div font,
body div table tbody tr td font {
color:Black !important; letter-spacing: 1px;
letter-spacing: 1px;
font-size: 14px;
}
body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited, .btext, .redbtext, .nametext {
color:White !important; letter-spacing: 1px;
letter-spacing: 1px;
font-size: 14px;
}
a {
color:Black !important; font-size: 14px;
}
a:hover {
font-size: 14px;
}
img {border:0px;}
Here is what my profile looks like now... what I am saying I want is for the background to cover it all without those black empty spaces on each side.
My MySpace (http://www.myspace.com/112817005)
I know it may be kind of ugly but it has been years since I messed with HTML coding and what not.. and I just made my account like 3 days ago after much procrastination. =P Thanks in advance for anyone who can help.
<style type="text/css">
body {
background-image:url('http://i12.photobucket.com/albums/a230/ryftie/airsunsetedit.jpg');
background-position:Center Center;
background-repeat:no-repeat;
background-attachment:fixed;
background-color:black;
border-width:3px;
border-color:white;
border-style:solid; letter-spacing: 1px; }
table, tr, td {background:transparent; border:0px;}
input {background-color:transparent !important;}
td, span, div, input, a, table td div div font,
body div table tbody tr td font {
color:Black !important; font-family: "Verdana" !important; letter-spacing: 1px;
font-size: 14px;
}
td, span, div, input, table td div div font,
body div table tbody tr td font {
color:Black !important; letter-spacing: 1px;
letter-spacing: 1px;
font-size: 14px;
}
body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited, .btext, .redbtext, .nametext {
color:White !important; letter-spacing: 1px;
letter-spacing: 1px;
font-size: 14px;
}
a {
color:Black !important; font-size: 14px;
}
a:hover {
font-size: 14px;
}
img {border:0px;}
Here is what my profile looks like now... what I am saying I want is for the background to cover it all without those black empty spaces on each side.
My MySpace (http://www.myspace.com/112817005)
I know it may be kind of ugly but it has been years since I messed with HTML coding and what not.. and I just made my account like 3 days ago after much procrastination. =P Thanks in advance for anyone who can help.