Skip to main content
September 6, 2006
Question

Problem with page properties in Dreamweaver

  • September 6, 2006
  • 1 reply
  • 246 views
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
This topic has been closed for replies.

1 reply

Inspiring
September 7, 2006
Please create a new page, and enumerate step by step what you do to see this
problem. Then paste the resulting code into your reply.

--
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
==================


"iriaki" <webforumsuser@macromedia.com> wrote in message
news:edn554$mtt$1@forums.macromedia.com...
> hi,
>
> I recently started learning and using Dreamweaver. It was working fine for
> several days but today whenever i open a new html and try to change the
> page
> properties nothing happens. I try changing the background color or putting
> a
> background image etc but when i hit apply or ok nothing happens (up to now
> i
> knew that as soon as i chose a background color and press the apply button
> i
> could see the change right away on my html).
>
> The same applies with text color,size etc, i make a change but when i go
> back
> to write the default properties apply.
>
> I dont know why this is , maybe i changed some settings or somethings?
> Are there any ideas how to resolve this?
> Any help would be much appreciated
>
> Thank you
>