Thursday, 14 April 2011

Client Problem

One problem I had when creating my clients website was with the width of the footer. It was set to 100% as you can see below;



However, even though the width meant it should go across the whole page, it didn't and left gaps to the side and bottom;



I had a play around with different ideas and eventually worked out that the default setting for Dreamweaver pages was to have a small, 10px gap around the edge of the webpage. I therefore needed to remove this gap through using the CSS 'body' tag. I added this section of code;



And after doing that the border has been removed and it now displays correctly;

No comments: