A few problems creating a website


i have weird thing @ website. there gap between main , footer.

as can see here: http://dhsrobotics.org/2012/home.html

 

second problem. in one, main , footer stops leaving awkward thing continuing text.

link: http://dhsrobotics.org/2012/best.html

 

 

please help! thanks!

#1 remove height values divisions.  page height determined content, not explicit values.

 

#main {

    height: 700px;

    width: 910px;

    background-repeat: no-repeat;

    font-family: verdana, geneva, sans-serif;

    background-color: #999;

}

 

#2 same #1 above.  height limiting how content fit inside #main div.

 

 

 

nancy o.



More discussions in Dreamweaver support forum


adobe

Comments