HighDots Forums  

Re: Beginner CSS user

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Re: Beginner CSS user in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
beginCss
 
Posts: n/a

Default Re: Beginner CSS user - 03-24-2009 , 11:59 AM






Thanks Mark for the reply.

I understand hex colors, the problem is that I can select or "declare" a
background color for the entire page.

Only the block elements as you pointed out have color and each element block
is separated by white space.


Reply With Quote
  #2  
Old   
Osgood
 
Posts: n/a

Default Re: Beginner CSS user - 03-24-2009 , 12:13 PM






beginCss wrote:
Quote:
Thanks Mark for the reply.

I understand hex colors, the problem is that I can select or "declare" a
background color for the entire page.

Only the block elements as you pointed out have color and each element block
is separated by white space.

I'm not really understanding your question correctly.

Are you saying you want the whole page to be blue and not have a white
box with text in it with a blue border?

If so the delete background: #FFFFFF; from the below css.

..oneColElsCtr #container {
width: 46em;
background: #FFFFFF;
margin: 0 auto; /* the auto margins (in conjunction with a width)
center the
page */
border: 1px solid #000000;
text-align: left; /* this overrides the text-align: center on the body
element. */
}


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.