Hey guys...
Im a newbie and have created a site that all loads fine except for the Background image and also a background image of a table (.DivBlueBG) that is located 2/3 down the page.
all files are linked properly. ive tried deleting the ' marks. ive tried deleting the '../' marks as well.
i have no idea what the problem is. it looks fine in dreamweaver but when loaded in a browser the images dont show up
I would LOVE if you can figure this out for me.
Thanks in advance...
Oz
the problem area is located somewhere here I think:
}
body {
background: url('../body.new_bg.jpg');
background-repeat: repeat-x;
text-align: center;
font-size: 18px;
}
.DivBlueBG {
background: url('../tile_this.gif');
background-repeat: repeat;
}
.title4 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 36px;
color: #FFF;
font-weight: bold;
}
#HeaderGreenText {
color: #0C6;
}
.greenbody {
font-size: 16px;
font-weight: normal;
color: #090;
}
.headingblack {
font-size: 24px;
font-weight: normal;
color: #000;
}
.headline1 {
font-size: 24px;
font-weight: normal;
color: #000;
font-family: Georgia, "Times New Roman", Times, serif;
}
#Table1 tr td .headline strong {
color: #000;
}
.DivBlueBG1 {
background-image: url('../tile_this.gif');
background-repeat: repeat;
}
[edited by: tedster at 12:45 am (utc) on Oct 10, 2010]