I'm working on a website. And on one page -location- there's got to be a map from google maps. Now I put the code from the google map on the html between the footer div's because when I used it with a new one, or between something like contentarea, the rest of the text from the site dissapeared.. And because I had nothing else in the footer.
Then, in css, I coded the footer so that the google maps frame came in the right place which should be, 110px from the left, and 125px from the top, and it is 350 px x 350px, the frame.
So this is my css code :
And when I try previewing it in the browser I get this :
I've just started too know html and css, so I'm a complete noob.
Then, in css, I coded the footer so that the google maps frame came in the right place which should be, 110px from the left, and 125px from the top, and it is 350 px x 350px, the frame.
So this is my css code :
Code:
#footer {
width:350px;
height:350px;
padding-left:110px;
padding-top:125px;
}
And when I try previewing it in the browser I get this :

I've just started too know html and css, so I'm a complete noob.