Text auto 'enter' in Web Expression CSS...

Joined
Apr 10, 2012
Messages
2
Reaction score
0
Hi,

I'm using Microsoft Expression Web 4 to create a webpage with css.

Below is my css code:

/* CSS layout */
body {
margin: 0;
padding: 0;
text-align:left; width:1024px; margin:0 auto;position:fixed;
}

#masthead {
margin-left: 210px;
}

#top_nav {
margin-left: 210px;
padding-top: 10px;
padding-right: 10px;

}

#container {
padding-top: 10px;
padding-right: 10px;
}

#left_col {
width: 200px;
float: left;
}

#page_content {
margin-left: 210px;
}

#footer {
clear: both;
}

Now, I'm having problem with the entering text in the #page_content. The words just couldn't auto 'enter' right after the defined width (which is 1024px). I have to press enter manually.

Please help if there is any code this issue.

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

CSS Problems 8
Forums help 3
CSS problem in Firefox 4
CSS menu 1
news letter 1
problem with StaticSelectedStyle and StaticHoverStyle 0
Little problem with TabContainer (ajax) 1
Problems adapting CSS 3

Top