Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Header Gap (Newbie)

Status
Not open for further replies.

Perlyman

IS-IT--Management
Jan 2, 2002
8
US
Help-

I have added an image to my Global Header, but I can't remove the 10 pixel(or so)gap under the image above the top Miva bar. here is the html code:

<body topmargin="0" leftmargin="0">
<p><img border="0" src="graphics/header.jpg" width="800" height="72"></p>

here is the sight if you want to see the problem:


Any help appreciated

Rob
 
I'm not HTML guru, so apply the appropriate weight to my advice.

I've noticed on occasion that the end paragraph tag </p> sometimes causes an extra line break display, so you might try removing that.

Also, looking at the source just before the "blades" image display is this:

Code:
<TABLE BORDER = "0" CELLPADDING = 4 CELLSPACING = 0 WIDTH = "100%">

Perhaps that CELLPADDING is adding to the problem?

--------------
art prints
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top