
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:
Post a Comment