NuCoder Posted May 24, 2009 Report Posted May 24, 2009 Good evening everyone For some reason - the background image on a test page I am doing, is not showing up when emailed. I forwarded this off - and the background image is not appearing? Any thoughts? thank you Below is the code: CSS: #container { width:950px; height: 900px; margin:0 auto; } body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin: 20px; padding: 0; background-image: url('sunset.jpg'); background-repeat: repeat-y; } #header { width: 900px; display: block; height: 95px; padding-left: 10px; border-bottom: 3px #192543 solid; } #navbar { width:905px; display:block; height:40px; margin-top: 5px; padding-top: 10px; text-align: center; } #navbar a { color: white; height: 40px; line-height: 10px; padding: 10; display: inline; } a:link { text-decoration: underline; } a:hover { text-decoration: none; } #main { width: auto; height: 600px; display: block; padding: 10px 0; margin-top: 50px; } #column_left { width: 460px; height: 500px; margin-left:10px; margin-top: 30px; float:left; } #column_right { width: 160px; height: 500px; margin-left: 60px; margin-top: 30px; padding: 10px; float: left; border: 1px #192543 solid; } #column_right2 { width: 140px; height: 500px; float: left; margin-top: 30px; margin-right: 20px; margin-left: 20px; padding: 10px; border: 1px #192543 solid; } div.spacer { clear:both; height:10px; display:block; } h1 { color: #330000; font-size: 40px; font-family: times new roman; } h2 {font-size:14px; color:#999999;} h3 { font-size:13px; border-bottom: 1px #192543 solid; padding:4px 0; margin-bottom: 10px; text-align: center; color: #dbd7ab; background-color: #192543; } h4 { color: #330000; text-align: center; } em { color: #2A0000; } b { color: #192543; } #footer { width: 900px; display: block; padding: 10px 0; font-size: 10px; height: 30px; text-align: center; border-top: 3px #192543 solid; } HTML Our Sunset Home Community Host Gatherings Pool News Forum Contact Sunset Pointe Townhomes Welcome to Our Sunset, Sunset Pointe Townhomes community website. This site is for you and your Sunset Pointe Townhomes neighbors. Looking to hold a weekly neighborhood meeting? Looking to host a gathering, weekly card game or bible study? How about a birthday party, barbeque? Maybe the wives want to hold a candle party or tupperware party. Want to share news regarding your community? This is your site and it is all here! We thank you for joining us online and we hope you enjoy your Website! Welcome Home Neighbors July 17th 2015 Searay Shore Dr. Kimberly & Brian Jones Aug 1st 2001 Sunset Meadow Dr. Judy Willoughby Aug 2 2003 Sunset Meadow Dr. Kent Jones Aug 15th 2004 Sand Down Dr. Karrie, Alexis & Brian Palmer Aug 20th 2001 Sandy Beach Ln. Shelia & Johnny Sunset Pointe Townhomes Only 10 Homes Left until our neighborhood is complete! Resident Testimonials .."We are so excited to have purchased our first home with KB Home. We are so pleased with our new neighborhood, from the neighbors to the beautiful townhomes. We are so happy to come home to Sunset Pointe !" .."What a great community. What an exciting time watching our neighborhood be built. CAMS is fantastic also!" .."We love coming home every night to our new home! Thank you KB Home!!" ? 2009 Our Sunset - All Rights Reserved Quote
tpattison Posted May 24, 2009 Report Posted May 24, 2009 Did you include the image within the email as an attachment? Or, more preferably, you should place the image on a server that supports hotlinking and link to that: background-image: url('http://some.server/sunset.jpg'); Quote
NuCoder Posted May 25, 2009 Author Report Posted May 25, 2009 Thank you TPattison. My brother advised me to visit Image Shack or Photobucket Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.