Susan,

Firstly,

If you're making this page in wysiwyg mode, there's not much we can do to help.

If not,

For your flash backgrounds, add:

<param name="wmode" value="transparent">

and a wmode="transparent" to your flash code.

A one column center aligned page is really easy:

<html>
   <head>
       <style type="text/css">
           body {
               margin: 0;
               padding: 0;
               }

           div#one_column {
               margin: 0 auto;
               width: 780px;
               }
       </style>
   </head>
   <body>
       <div id="one_column">
...assorted content of your choosing with alignment etc taken care of
       </div>
   </body>
</html>

Layout using CSS takes a little getting used to. Learn the quirks involvesWhen you run into trouble, go backwards and remove things until you isolate your problem element(s) and then a well worded search

Joseph R. B. Taylor
/Designer / Developer/
--------------------------------------
Sites by Joe, LLC
/"Clean, Simple and Elegant Web Design"/
Phone: (609) 335-3076
Fax: (866) 301-8045
Web: http://sitesbyjoe.com
Email: [EMAIL PROTECTED]



Susan Levin wrote:
Hello everyone. I am pretty new to Dreamweaver and CSS and Flash. I have created pieces for a new website and I desperately want to make the jump to using CSS for all placement...but don't know where to start. My client is patiently waiting and I am pulling my hair out by now. A comp of what I am trying to get my master page to look like can be found here:

http://www.thewowfactorcakes.com/comp.html


And here is the page that is up and waiting for some placement help:

http://www.thewowfactorcakes.com/

I need first of all the make the white background go away for both the handwriting swf file and the fade in and fade out images file below that. I created this page from a one column fixed centered template in Dreamweaver CS3. Can anyone come to my rescue? Sincerely, mango2020




*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************
begin:vcard
fn:Joseph Taylor
n:Taylor;Joseph
org:Sites by Joe, LLC
adr:;;408 Route 47 South;Cape May Court House;NJ;08210;USA
email;internet:[EMAIL PROTECTED]
title:Designer / Developer
tel;work:609-335-3076
tel;fax:886-301-8045
tel;home:609-886-9660
tel;cell:609-335-3076
x-mozilla-html:TRUE
url:http://sitesbyjoe.com
version:2.1
end:vcard


Reply via email to