CSS for background image not transfering from template to new page

I have a gradient .gif in my templates which suddenly no longer transfers from the template to  a new page created from the template.  Everything else about the template transfers.  I'm using Dreamweaver CS5 on a Mac running OS 10.6.  I've pasted the CSS from the template and the new page below.  I've tried the usual voodoo--restart program, restart computer, repair permissions, delete preference file, delete personal configuration file.
CSS from Template:
.container {
    background-color: #ececec;
    background-image: url(../images/faux_column.png);
    background-repeat: repeat-y;
    height: 650px;
    width: 650px;
CSS from page created from Template looks to be the same, but is greyed out in the code, and the background-image entry is not present in the CSS styles inspector:
.container {
    background-color: #ececec;
    background-image: url(../images/faux_column.png);
    background-repeat: repeat-y;
    height: 650px;
    width: 650px;
Any suggestions greatly appreciated.

Unfortunately, I don't yet have a site where I can post the page.  I'm new to this, and doing everything locally for now.
After careful rechecking, I found that the links for the template and the child were not the same, as you suspected.  So I carefully changed the links to site root relative, which worked for the background CSS in my test image.  I then did the same for all of the links to pages on my site, and checked that all were OK with Link Checker in DW.  I guess that was a mistake, because now most of them don't work when tested in Firefox--I get the message File not found.  Must be doing something wrong.

Similar Messages

  • Background Image Not Visible in Browser

    I have searched the forum but I'm not finding a solution that
    works.
    I'm trying to put a background .png image in a header. It
    shows up in Dreamweaver but not in preview mode. I have an external
    style sheet that contains this:
    .twoColFixRtHdr #header {
    background-repeat: no-repeat;
    height: 126px;
    width: 770px;
    padding: 0;
    background-position: left top;
    margin: 0px;
    background-image: url(assets/pictures/banner_3.png);
    My page contains the following:
    <div id="header">
    <h1 class="banner_title_top">Text</h1>
    <h1><span class="banner_title_bottom">Text
    </span>
    <!-- end #header -->
    </h1>
    The ".twoColFixRtHdr" is coming from the fact that I'm using
    a pre-made Dw CSS layout.
    Any help is very appreciated.
    Jason

    Should have made no difference.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "j-hill" <[email protected]> wrote in
    message
    news:fb4cnk$fku$[email protected]..
    > Out of desperation I tried to convert my image to a .jpg
    and it seems to
    > be working fine.
    >
    > Thanks,
    > Jason

  • Why are Network Settings not Transferring from a Master DMG to the Desitination

    Hi people,
    can anyone assist me with finding out why Network Settings are NOT transferred from a source Master HD to a DMG to a Destination HD.
    I have many hours spent trying to debug this - any pointers to a solution would be greatly appreciated.
    Background:
    I administer about 400 Macs of mixed types / generations (iMacs - MacBooks - MacBook Pro's).
    We create master setups for different locations / purposes around the Campus and transfer these masters to DMGs.
    We then clone the various macs as needed from these DMGs using a variety of methods including local (FW800 - USB) and network transfers.
    The newest master (staffHD at 10-8-2) works perfectly but trying to clone / copy it by any method leaves out the custom network settings and you only end up with the default Wi-Fi / Ethernet / Firewire with total loss of the additional services and custom proxy settings.
    Methods used to date to try the transfer (all get the same null result)
    to-from DMG using Disk Utility
    to-from Sparse Image via Disk Utility
    to-from DMG using Carbon Copy Cloner
    to-from Sparse Image via Carbon Copy Cloner
    direct to 'target disk' via FW800 using Disk Utility
    direct to 'target disk via FW800 using Carbon Copy Cloner
    direct to 'target disk via FW800 using rsync -aHv
    direct to 'target disk via FW800 using cp -Rv
    Everything BUT the network settings transfer perfectly (excluding of course the usual trackpad / mouse custom settings).
    I guess something is wrong with this master source but for the life of me I can't work it out. I have seen it in the past but it seemed to work itself out with the next revision - this one just wont.
    HELP!
    Have a Great day!
       pete

    Hi Linc,
    thanks for the reply - I suspected a hardware issue or some sort of privledges problem, but as far as I know have only had this problem with Mountain Lion, and it still fails on hardware like to like transfers. I was hoping to avoid needing anything addidtional but it looks like I'll have to.
    Have a Great day!
       pete

  • Stop Background Image in Table from Repeating

    Since CS4 has unfortunately removed the button for Background Image for tables, I found a neat work-around on the internet:  select the cell, then open the Tag Inspector panel, select the Attributes button and Show list view, and click inside "background" and use the folder icon to navigate to the background image.  However, I can't stop the image from repeating.  I've tried everything I can think of.  Can anyone help me?  No code responses, please.  Thanks!

    monelleny wrote:
    Can anyone help me?
    Yes.
    No code responses, please.  Thanks!
    Well, in that case, the answer is no.
    Quite honestly, if you're capable of searching for an answer on the internet, and using the Tag Inspector to add a background image, you should be capable of following simple instructions to handle CSS.
    To add a non-repeating background image to a table cell (or any element, for that matter), you use CSS. Create a CSS class like this in the head of the page:
    <style type="text/css">
    .background {
      background-image: url(images/bg.jpg);
      background-repeat: no-repeat;
    </style>
    Select the table cell, and then choose background from the Class menu in the Property inspector.

  • Fixed background image not wanted

    Hi all,
    I am having a problem that has me stumped. I have a background image applied to a div and even though I haven't specified anywhere in the css for this image to be fixed position, it will not scroll with the rest of the text. I have tried to apply background-attachment css of scroll etc, but nothing is changing.
    Here is the page in question - http://www.sheffieldstudent.co.uk/test/studentstrology_may2011.html
    CSS is here: http://www.sheffieldstudent.co.uk/test/_css/student.css
    Any ideas? Thanks.
    PS: Sorry for the slow DL speed but I haven't compressed the images yet.

    As for the text resize layout problem, I see what you mean. I don't know any other ways of accomplishing the same design without using background images for the navigation. Would there be a better way?
    Sure - each text block would need to be in its own container, each with its own background image.  That way, when the block expands vertically, the text doesn't overlap other background images.  Your background images would have to be designed to allow this vertical expansion, however, which could be tricky or impossible depending on the complexity of the image.

  • Why are some of my group contacts not transferring from my computer

    Why are some of my group contacts not transferring from my computer

    Hey, I see I'm having the same problem lately.  I keep entering new contacts to my Apple desktop, and ever since adopting Lion the new contacts refuse to transfer to my mobile devices!  (no matter what I try!)...so much for having my contacts always updated with me!

  • Price is not transferred from materail contract to po

    Dear Experts,
                        When i create a service po , the price is not transferred from material contract to po , for material po it is working fine.In debugging i got to know that it is picking up purchase requisitions package number , and not contracts package number.Can u guys help me out wid dis,my all UAT is pending becoz of this issue
    Reward points for helpful answers
    deepthee

    hi,
    when you create  a service po, the prices from the Contract Service line items will flow down to Service PO when you make service selection in Service PO.
    when you create servcie PO, and you enter item cat 'D', you have the option to select the servcies from your Contract by 'Service Selection' button.
    If you use this, the price from contratc will flow to PO. Otherwise the prices will not flow.
    Regards
    Seema

  • Setting required to create Business partner record in SAP GTS for the customer who transferred from the SAP ECC system

    Dear Experts,
    Can you please suggest me list of activities require to automatically  create Business partner record in SAP GTS for the customer who transferred from the SAP ECC system .
    i.e If I create the customer master record and transfer the same CMR to SAP GTS , what are the setting requires to maintain in SAP GTS sytem to automatically create the Business partner .
    Ram

    Hi Raghu,
    Below are the main settings required to enable you to transfer Customer Master Data to SAP GTS. Please note that their is a difference between, Customer Master Record and Customer Master Data in terms of data and for GTS, we transfer Customer Master Data. Hence, below are the settings required:-
    In SAP ECC system:-
    Activate the change pointers for Customer Master Data apart from enabling basic connection settings.
    Schedule a job to run at regular intervals to transfer all the customer master data for the available change pointers to the SAP GTS system
      2.  In SAP GTS system:-
    Maintain the Mapping for ECC Customers to SAP GTS Business Partners in the General settings area of the SPRO in SAP GTS system
    Ensure that the Number range is maintained for those GTS  Business Partners.
    Also, some time you may be required to maintain the organisational structure to ensure full working.
    I hope this will be helpful to you.
    Regards,
    Aman

  • Help with background image (Not sure how to ask this..........)

    I have just started to try and make my first site. I designed it in Photoshop first as I learned in many tutorials. I don't know why my background image looks like this when I scale down below 100%, but at 100% or "fit all"&"fit width" it doesn't change and I can't move it with the hand tool or scroll it. I'm sorry, I'm just learning.
    Thank you.

    Hello,
    in addition, I tried this (page properties = translated from my German DW) too an the only difference had been this "missing end bracket".
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>ioneglines.com</title>
    <style type="text/css">
    body {
    background-image: url(myImage.png);
    background-repeat: no-repeat;
    </style>
    </head>
    <body>
    </body>
    </html>
    ... before you insert your image as a background image, you have to give it the dimensions, you want to see in your file. Please use try and error method.
    Hans-Günter

  • Why TEXT is not transfering from SD(while doing billing) to Fi ?

    Hi Experts,
    While doing billing of sales order in SD side,they are entering "text" manually?the same thing is not transfering to the accounting document which generated while billing?
    What may be the reason??plz guide.
    Regards,
    Sumeya.

    Dear Fernando,
    i dont think so,user exit is required to solve this problem.
    Actually the "TEXT" was transfering before 31.12.2008 .only the test is not transfering from 1st Jan 2009 to 30th jan 2009.
    While debuging the standard programme,the error massage shows,
    "Fiscal year varient not defined for the year 2009"
    How can it possible??i already defined the fiscal varient V3(april to march with 4 sp.periods) and assigned to co.code.
    If anybody have any idea,plz share with me.
    Regards,
    Sumeya
    Edited by: sumeya offrin on Feb 4, 2009 12:55 PM

  • The actual date is not transferred from the (PS) milestone

    Hello ,
    In an order with header billing plan dates that are value-based, the actual date is not transferred from the Project System (PS) milestone, even though the actual date of the assigned milestone was changed via transaction CJ20N.
    We are repeatedly facing this error , I have applied Note number 1395078 but still once in a while I am still facing the issue
    Regards
    Muralidharan.S

    Check the following path in SPRO
    IMG - PS - Revenue & earning - planned revenues - Automatic Plan Revenue cal - Maintain Billing Plan Settings
    There, you use the billing plan to plan dates on a WBS element whose payment requests or invoices relevant to sales are to be sent to customers.
    The system updates the planned revenue and planned payment receipts to the relevant WBS element. The planned revenue is updated using the revenue element stored in the planning profile for the work breakdown structure and using the financial item assigned to the revenue element.
    You make the settings given below for the billing plan. To do this, you carry out the following steps:
    - Maintain billing plan type
    - Maintain date description for billing plan
    - Maintain revenue element for billing plan
    - Assign billing plan type to project profile
    Hope this can assist you.
    Thanks & Regards
    JP

  • The file to download the app for Android is not working from my phone--it says that the file isn't there. However it does see the one for the Iphone (even though it can't use it). I'm very computer literate and am pretty sure the problem is on your end.

    The file to download the app for Android is not working from my phone--it says that the file isn't there. However it does see the one for the Iphone (even though it can't use it). I've tried it multiple times and continue to get the same message: "NOT FOUND The requested item could not be found". I also tried through the Market application on the phone but ended-up with the same result.
    I'm very computer literate and am pretty sure the problem is on your end. If this is the case then no one can download the app. I considered that perhaps because it's still in Beta that it was removed due to some other type of software issue. I would really like to use Firefox on my new Droid (2.0); when with this be available?

    Firefox will not appear in the Market for most phones with incompatible hardware. You can check if your phone is supported here:
    https://wiki.mozilla.org/Mobile/Platforms/Android
    Even on some supported devices, a bug in the Market software prevents Firefox from showing up. This may be related to the fairly recent Android Market app update. If you go to Settings/Applications/Market and choose "Uninstall" you can uninstall the update, and then search for and install Firefox from the marketplace.
    Or, if you have a supported phone, you can download the app directly by typing this address into your phone's browser: http://bit.ly/fxbeta3
    (Note: To download the app directly for an AT&T phone, you will have to search for instructions on "sideloading" the APK file, since AT&T disables the option to install from non-Market sources.)

  • I can no longer shoot directly into phaseone software since i use my new macbook pro with retina display. pictures are not transfered from the camera into captureone. anyone else with this problem? any solutions?

    i can no longer shoot directly into phaseone software - neihter version 6 or 7 - since i use my new macbook pro with retina display. pictures are not transfered from the camera into captureone. anyone else with this problem? any solutions?

    My eyes just glazed over...Please in the future break down each of your issues with paragraphs separated by two carriage returns. It would be much easier when trying to address your issues.
    Go to Apple menu -> System Preferences -> Keyboard and Mouse -> Mouse
    And edit your mouse settings to do what you want it to do.
    Secondly, this is not the place to vent. If you have a complaint, there is:
    http://www.apple.com/feedback/
    or http://www.apple.com/contact/
    We are just end users here helping other end users.
    Third, from my understanding, it would appear you are concerned about the noise the hard drive makes when it falls asleep? Why not put your machine in screen saver mode instead? Apple menu -> System Preferences -> Energy Saver turn off all Energy Saver settings, or set them to run Never.
    Fourth, if your machine was purchased just a few days ago, you may still be able to get an exchange from the store, quicker than you can get a repair done. You may want to look into that possibility.
    Fifth, it does appear you found the Logic forum. I would persist in asking there how to solve your technical issue with Logic regarding the audio. It may be you don't have to do anything special to the hard drive. Remember audio can be transmitted by wire, avoiding ambient sounds.
    Good luck!

  • Why my apps are not transferring from PC to iPhone 5? When I connected to PC the icon shows when I select apps it show 'will install' but it never show on iPhone, I re installed iTunes, deleted all apps and downloaded again but its not working pls help.

    Why my apps are not transferring from PC to iPhone 5? When I connected to PC the icon shows when I select apps it show 'will install' but it never show on iPhone, I re installed iTunes, deleted all apps and downloaded again but its not working pls help.

    Next time an app update gets stuck try a reset. Press and hold both the home and power buttons for10-15 seconds till the Apple logo appears. Then release both buttons. Wait till your iPad starts on it's own. Try now. Also YouTube is still available. If you can't find it the the app store go to the bottom of the app store page and tap purchased. All your deleted apps will be listed and you can reinstall YouTube from there.

  • PNG fix for background images?

    I am putting together an artsy-fartsy design with lots of
    stylish wavy lines, fine gradients and dropdown shadow effects and
    was wondering if there was a PNG fix for background images. Most
    out there seem only to apply to images included in the html.
    Otherwise I can use JPEGs with a bit of the background included
    behind them (I hate doing this)...

    Hi,
    Hmmm. I think you have a great point there. In my opinion, I
    think that there is no png fix for background images. Use jpegs
    with background. I do the same.
    Gaurav
    www.gauravchandra.com

Maybe you are looking for

  • Not Recognized in iTunes Win/Mac - Early 4g Disappointment - DOA

    I came home to find my package waiting for me on my doorstep today. Excitedly I opened the box and saw the beautiful packaging and my excitement grew. Little did I know the unboxing would be the last good thing I experienced. After a few pictures of

  • TOC - First 2 characters missing

    I have Robohelp 8 running locally.  I use a word template for printed documentation in word format.  In the TOC the first 2 characters are missing i.e. my first topic is Introduction so in the TOC, it shows : troduction........  The rest appears fine

  • My email on my wifes phone?

    Let me start by saying my wife and i both have 3gs phones and SHARE an itune account. So, i either log in with my email or hers depending on whos phone is getting synced. Now for my question..........I just went on to my wifes phone to update her app

  • Mappings In Room Template Administration

    I have created a new Collaboration room template based on duplicating the existing Meeting_Room_Extended template via Room template administration.  I have added the additional page of Documents (via the PCD).  When I run the VALIDATE function on my

  • At some places I can't send mail

    In most places I go to with WiFi I can send and receive mail.  When I go to a few other places it will not let me send emails but I can receive them.  Why is this