Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Problem with page properties in Dreamweaver

Guest
Sep 06, 2006 Sep 06, 2006

Copy link to clipboard

Copied

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
TOPICS
Server side applications

Views

228
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 07, 2006 Sep 07, 2006

Copy link to clipboard

Copied

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


Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines