Forum Moderators: open

Message Too Old, No Replies

Header, Footer Probem

how to create using tables

         

Andrew Thomas

11:37 am on Feb 25, 2002 (gmt 0)

10+ Year Member



hi,

I dont want to use frames, for my new site as ive heard search engines do not like them.

But is there any way of getting the same effect as a top and bottom frame using tables or another method.

i.e so the footer which is an image is at the very bottom of the scrollable region...with no white space beneath it..

thanks

Marshall

11:52 am on Feb 25, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Andrew,

To eliminate space at the bottom, create a CSS style like this:
<style type="text/css">
body {
margin-bottom: 0px;
}
</style>

HOWEVER!!! NN4 doesn't recognize that and you'll have to put marginheight="0" in the <body> tag -
<body marginheight="0">