<?xml version="1.0"?>
<rss version="2.0">
 <channel>
  <title>Backgrounds in dreamweave MX pages | WPDFD.com Forums</title>
  <link>http://www.wpdfd.com/forums/wpdfd/web_design_software/backgrounds_in_dreamweave_mx_pages/</link>
  <description>A Web Design Software forum thread at WPDFD.com</description>
  <language>en-us</language>
  <pubDate>10/07/04, 281 28 2004 2004:%i:1097134112 03:28:32</pubDate>
  <lastBuildDate>06/07/13, 158 04 2013 2013:%i:1370592296 04:04:56</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>NineLabs Framework Feed Generator</generator>
  <managingEditor>sitemaster@wpdfd.com</managingEditor>
  <webMaster>sitemaster@wpdfd.com</webMaster>
     <item>
    <title>Jerry  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/web_design_software/backgrounds_in_dreamweave_mx_pages/#p1411</link>
    <description><![CDATA[I designing for the first time a website with dreamweaver (instead of frontpage). It's a nice experience but one thing i don't find. On my website i wish to place a background in watermark style (standing still while you move you scrollbar). Is it possible to realise this in dreamweaver.<br /><br />Please help!<br /><br />Jerry.]]></description>
    <pubDate>10/07/04, 281 28 2004 2004:%i:1097134112 03:28:32</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/web_design_software/backgrounds_in_dreamweave_mx_pages/#p1411</guid>
   </item>
     <item>
    <title>Baxter  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/web_design_software/backgrounds_in_dreamweave_mx_pages/#p1412</link>
    <description><![CDATA[Of course. But the first thing you have to realize is that dreamweaver is nothing but a convenience. It does nothing that &nbsp;- when you come right down to it - notepad and an ftp client can't do.<br />That's not to say it's a bad program. It's not. I'm saying that all it's doing is pushing around the same html and css you can push around yourself.<br /><br />Which brings us to the HOW... simplest way would be to use the css background property.<br /><br />You can either use dreamweaver's built-in css editor, or just put in the head<br /><br />&lt;style type=&quot;text/css&quot;&gt;<br />body (or whatever element you want the background to be on)<br />{<br /> &nbsp; &nbsp; &nbsp; &nbsp;background-color: #ffffff;<br /> &nbsp; &nbsp; &nbsp;background-attachment: fixed;<br /> &nbsp; &nbsp; &nbsp;background-image: url(whatever.jpg);<br /> &nbsp; &nbsp; &nbsp;background-repeat: no-repeat;<br /> &nbsp; &nbsp; &nbsp;background-position: center center;<br />}<br />&lt;/style&gt;<br /><br />or the shorthand version<br />&lt;style type=&quot;text/css&quot;&gt;<br />body {background: #fff url(whatever.jpg) fixed no-repeat center center;}<br />&lt;/style&gt;]]></description>
    <pubDate>10/07/04, 281 45 2004 2004:%i:1097156751 09:45:51</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/web_design_software/backgrounds_in_dreamweave_mx_pages/#p1412</guid>
   </item>
     <item>
    <title>Jerry  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/web_design_software/backgrounds_in_dreamweave_mx_pages/#p1413</link>
    <description><![CDATA[Baxter,<br /><br />Thanks <img src="/images/emoticons/smile.png" class="smiley" /> for your solutions, it worked fine. Just what i needed.!<br /><br />Jerry.]]></description>
    <pubDate>10/07/04, 281 18 2004 2004:%i:1097158710 10:18:30</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/web_design_software/backgrounds_in_dreamweave_mx_pages/#p1413</guid>
   </item>
   </channel>
</rss