Friday 16 September 2011

How do I get rid of space around my picture in HTML?

Hey, I am just plain having an awful time trying to get rid of this white space on the top and side of a picture. I am using frames and I have a picture for the links set to the same size as the frame it is going in, but no matter what I do, there is space around it. I have changed the picture size, changed the hspace to 0, set the border to 0, and tons of other stuff.



The weird part is that the white space is not all the way around the image, only on one side. If I set Align=right to the image, it goes on the left and there is not space on the left, and vice versa.



Any suggestions? Here is my HTML for the page:



%26lt;html%26gt;

%26lt;head%26gt;

%26lt;/head%26gt;

%26lt;body bgcolor = %26quot;ffffff%26quot;%26gt;





%26lt;img src=%26quot;leftnew.png%26quot; usemap=%26quot;#morelinks%26quot; style=%26quot;border-width: 0%26quot; ALIGN=%26quot;left%26quot; hspace=%26quot;0%26quot; /%26gt;

%26lt;map name=%26quot;morelinks%26quot; id=%26quot;morelinks%26quot;%26gt;

%26lt;area shape=%26quot;rect%26quot; coords=%26quot;1,160,150,183%26quot; href=%26quot;home.htm%26quot; target=%26quot;index%26quot; alt=%26quot;home%26quot; /%26gt;

%26lt;area shape=%26quot;rect%26quot; coords=%26quot;1,214,150,263%26quot; href=%26quot;pastor.htm%26quot; target=%26quot;index%26quot; alt=%26quot;media%26quot; /%26gt;

%26lt;area shape=%26quot;rect%26quot; coords=%26quot;1,287,150,310%26quot; href=%26quot;calendar.htm%26quot; target=%26quot;index%26quot; /%26gt;

%26lt;area shape=%26quot;rect%26quot; coords=%26quot;1,335,150,356%26quot; href=%26quot;education.htm%26quot; target=%26quot;index%26quot; /%26gt;

%26lt;area shape=%26quot;rect%26quot; coords=%26quot;1,383,150,408%26quot; href=%26quot;contact.htm%26quot; target=%26quot;index%26quot; /%26gt;

%26lt;/map%26gt;





%26lt;/body%26gt;

%26lt;/html%26gt;
How do I get rid of space around my picture in HTML?
you might have to set the style on the frame: margin:0px; padding:0px;
How do I get rid of space around my picture in HTML?
%26lt;img border=0%26gt;



border=0