View Full Version : CSS Layout help


godsgirl5790
07-27-2009, 03:21 PM
Hi, I'm working on a site. And I'm trying to make a CSS layout like iGeek suggested. But I'm not really sure how to do it. I can get the layout up. But I'm having problems with:

1. Having the content pages open into the "main" area.

2. I don't know how to separate the divs. Like to put a divider between them, so they look like one page. Instead on three different areas.

Please and thanks.

Ella,

iGeek
07-27-2009, 09:51 PM
Are you using PHP something to load the content? If not, you just type in the main division and it will show up there. :) You can add borders with the border: [size] [style] [color]; CSS. Like this:


#somediv
{
border: 2px solid #000;
}

tiffer
10-04-2009, 07:33 AM
I am a first timer, completing a site with the domain I purchased on go daddy.

I am using their website builder, website tonight, which is compiled of css and pre-made templates.

I've managed to complete most of what I want through html and little design, but for the life of me when I have published the site cannot get the scroll bar to show.

I am total newbie and I have an intermediate level of html

Thank you :(

pretender
10-04-2009, 05:11 PM
could you post your code here so we could see it.