Forum Moderators: not2easy

Message Too Old, No Replies

Chapter 1, newbee tries to change background.

         

redbarronski

2:35 pm on Oct 1, 2009 (gmt 0)

10+ Year Member



Hey folks, after sorting through all the posts I still cant put together why the background image wont display!
Any pointers? Thank you in advance
body {
font-family: Tahoma, Verdana, sans-serif;
line-height: 1.3em;
margin: 0;
padding: 0;
font-size: 12px;
color: #999;
background-image:http//mysitename/images/M_images/015_music_5000x5000.jpg;
text-align: center;
}

vincevincevince

2:50 pm on Oct 1, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



background-image:url('http//mysitename/images/M_images/015_music_5000x5000.jpg');

redbarronski

3:03 pm on Oct 1, 2009 (gmt 0)

10+ Year Member



Thank you and it worked! Valuable lesson learned and you made my day!