Project ID:
657683
Project Type:
Fixed
Budget:
$30-$250 USD
Project Description:
Please fix my existing Dreamweaver CS4 template page. This problem began a few weeks agao when I reinstalled Dreamweaver on my new computer. On my old computer, the same template worked fine when creating "child" pages. Now, something's wrong with the BACKGROUND IMAGE (everything else is ok).
SYMPTOMS:
When I preview the original template page in Dreamweaver, it DOES look 100% correct (including the correct BACKGROUND-IMAGE). Here is the code for the background-image:
body {
font: 100% Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
text-align: center;
color: #000000;
background-image: url(../images/blends/blegtext.gif);
}
But, when I create a NEW (child) page from the template, I click on "File - New - Page from Template", and select the template. Dreamweaver then creates the new child page correctly (everything looks fine) EXCEPT that it inserts an INVALID PATH for the BACKGROUND-IMAGE. The result is that there is NO background image displayed on the page (because of the wrong path) (Before I reinstalled on my new computer, Dreamweaver used to insert the CORRECT path for the BACKGROUND-IMAGE). Here is the code with the new INCORRECT PATH for the background-image when creating child pages:
<style type="text/css">
<!--
body {
font: 100% Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
text-align: center;
color: #000000;
background-image: url(file:///C|/Users/Jim/My Web Pages/cheapfastresumes/images/blends/blegtext.gif);
}
AFTER FIXING the problem, please SHOW me the CODE that you changed (so I UNDERSTAND what I did wrong) -- I want to learn!
ALSO AFTER FIXING, please “VALIDATE” the page. (Presently there are ZERO “errors” -- so I just want to make sure you did not introduce any new errors.) Thanks.
Skills required:
CSS,
HTML,
Templates