Question
Problem with page properties in Dreamweaver
hi,
i recently started using Dreamweaver. It was working fine until now but today whenever i change the page properties,no changes take place in my html. I suppose it has something to do with the properties of css, but since i am new at this i am not sure how i can correct it.
For ex when i try to change the font color i get:
<span class="style1"></span>
instead of :
<font color="#0000FF">xxxx</font>
When i try to change the background image i get in <head> :
<style type="text/css">
<!--
body {
background-color: #ECE9D8;
background-image: url(file:///C|/Documents%20and%20Settings/My%20Documents/street3.JPG);
}
-->
</style>
instead of this in the <body> :
<body background="file:///C|/Documents%20and%20Settings/Iria/My%20Documents/street3.JPG">
Any help would be much appreciated
i recently started using Dreamweaver. It was working fine until now but today whenever i change the page properties,no changes take place in my html. I suppose it has something to do with the properties of css, but since i am new at this i am not sure how i can correct it.
For ex when i try to change the font color i get:
<span class="style1"></span>
instead of :
<font color="#0000FF">xxxx</font>
When i try to change the background image i get in <head> :
<style type="text/css">
<!--
body {
background-color: #ECE9D8;
background-image: url(file:///C|/Documents%20and%20Settings/My%20Documents/street3.JPG);
}
-->
</style>
instead of this in the <body> :
<body background="file:///C|/Documents%20and%20Settings/Iria/My%20Documents/street3.JPG">
Any help would be much appreciated
