Log In · Register

 
my background url does not show in profile...
rubicon
post Aug 28 2006, 10:06 AM
Post #1


Senior Member
***

Group: Member
Posts: 56
Joined: Aug 2006
Member No: 454,246



i am trying to get my background to show in my layout but it is not working, i included the url in the code but something is obviously wrong, please help


myspace.com/thisrubicon[size=3]


<style type="text/css">


table, tr, td { background-color:transparent; border:none; border-width:0;}
body {
background-color:ff3100;
background-image url("http://img247.imageshack.us/img247/6583/orngbackgroundov2.gif");
background-attachment: fixed;
background-position:top left;
background-repeat:repeat;
border-color:000000;
border-width:8px ;
border-style: solid;
 
 
Start new topic
Replies
*mona lisa*
post Aug 28 2006, 11:28 AM
Post #2





Guest






Replace that with this:

CODE
<style type="text/css">
table, tr, td { background-color:transparent; border:none; border-width:0;}
body {
    background-color:ff3100;
        background-image: URL ("http://img247.imageshack.us/img247/6583/orngbackgroundov2.gif");
    background-attachment: fixed;
    background-position:top left;
    background-repeat:repeat;
    border-color:000000;
    border-width:8px;
    border-style: solid;


You forgot to include the colon. _smile.gif
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: