Page Banner dimensions

M

Mike_at_modo

How do i modify the page banner dimensions? I seem to have some margin at
the bottom of the banner that i would like to remove.

Mike
 
B

Bob Lehmann

For starters, remove the <h1> tag; It does nothing to the image. The <hr>
tag will also cause a space. Both can be controlled with CSS

Not part of the problem, but you also have <font> & <i> tags that can be
removed. You also have &nbsp;&nbsp; which, if you want the image centered,
defeats that.

Bob Lehmann
 
B

Bob Lehmann

PS - Your image is 800px wide, which cause horizontal scrolling in alot of
browsers.

Bob Lehmann
 
Top