Results 1 to 3 of 3

Thread: Background image in header section shows dreamweaver not in browser

  1. #1
    Join Date
    Jan 2011
    Location
    Cornwall, England
    Posts
    27
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Smile Background image in header section shows dreamweaver not in browser

    Hi, Can anyone help me please? I have added coding in my css file for a Background image in header section so I don't have to add to every html page. It shows up in dreamweaver but not in browser, I have tried variations of coding and this is what I have at the moment:

    background-image : url(../CornishHome-images/CornishHome.jpg);
    background-repeat : no-repeat;

    Nothing I have tried works, but have had success in the past. My website is http://www.cornishhome.co.uk

    Thank you for looking, Sue
    Last edited by Beverleyh; 09-12-2014 at 05:07 AM. Reason: Formatting

  2. #2
    Join Date
    Mar 2010
    Location
    Florida
    Posts
    512
    Thanks
    9
    Thanked 61 Times in 59 Posts

    Default

    Here you go:
    Code:
    #header {
    	height : 200px;
    	background-image : url(/CornishHome-images/CornishHome.jpg);
    	background-repeat : no-repeat;
    	
    	width : 1050px;
    	padding : 0;
    	margin : 0;
    	text-align : center;
    	color : #fff;
    	border-top : 5px dotted #183C67;
    }
    -DW [Deadweight]
    Resolving your thread: First Post: => EDIT => Lower right: => GO ADVANCED => Top Advance Editor drop down: => PREFIX:Resolved

  3. #3
    Join Date
    Jan 2011
    Location
    Cornwall, England
    Posts
    27
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default

    Thank you very much, it still didn't show up, so altered main container and got there in the end.
    Thanks again, Sue

Similar Threads

  1. Background image help dreamweaver CS5
    By Defender90 in forum CSS
    Replies: 13
    Last Post: 05-06-2013, 07:16 PM
  2. CSS background header in 'top section'
    By Susie56 in forum CSS
    Replies: 2
    Last Post: 04-10-2013, 05:30 PM
  3. Accordion menu script header open background image?
    By isntworkdull in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 03-27-2010, 12:45 AM
  4. Replies: 5
    Last Post: 09-23-2007, 05:43 PM
  5. Replies: 0
    Last Post: 10-16-2006, 05:21 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •