Forums

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

Home Forums CSS I really need your help in HTML/CSS plz Re: I really need your help in HTML/CSS plz

#105371
simoncmason
Member

As @kgscott284 says without seeing the output HTML it is impossible to say for sure why they are having a hard time recreating your image as a web page.

Is the problem that the footer is going the full width of the page and not leaving the empty space on the left that you want?

In which case is seems that something like footer {width:70%; float:right} or depending on the containers the footer sits within maybe using position:relative or even position:absolute rules would get you rolling. Or there are lots of other ways to implement your layout.

In any case to say it can’t be done seems a bit far fetched. The design seems very simple (and all the better for that) to my eyes and as such it should be a snap to create the layout in CSS.