Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS help with the correct way to build a page for CSS Re: help with the correct way to build a page for CSS

#116152
andreea115
Participant

sorry the div tag i created did not come out

i now include them
body

div -outerbody – for entire page

div -outerbody-header -contains background header
end div – outerbody-header

div -outerbody-middlepart – contains background middle part image
end div – outerbody-middle

div -outerbody-footer – contains background middle part image
end div – outerbody-footer

end div – outerbody – for entire page

end-body

div -innerbody – this is the div for page contents-constrains it to 960

div -innerbody-header -contains header page contents
end div – inner-header

div -innerbody-middlepart – contains contents for page contents
end div – innerbody-middle

div -innerbody-footer – contains footer contents
end div – footer contents

end div – innerbody – constraining page to 960