An Image Problem

liunx

Guest
Well For My Banner I've Made It, And Put It In The Top. But Its Just Not Fitting In. Here Look At It <!-- m --><a class="postlink" href="Http://www.geocities.com/tr1cespictures">Http://www.geocities.com/tr1cespictures</a><!-- m --><br />
<br />
all the sizes are right, just wont fit exactly. any ideas/ thanks<br />
<br />
-|Tr|ce|-<!--content-->try this in your <td> for the top bar:<br />
<br />
style='padding : 0px; margin : 0 px'<br />
<br />
<br />
and it should all fit snugly after that.<!--content-->Do you place it like this? <br />
lol sorry im like asking all these questions. i just never liked Html so i never bothered with it much. but now i want to learn it better. :D lol<br />
<br />
<TD vAlign=center style='padding : 0px; margin : 0 px' align=middle width="100%" colSpan=3 height=100 <br />
border="1"><img border="0" src=http://www.htmlforums.com/archive/index.php/"darksmurf3.jpg" width="500" height="100"></Td><br />
<br />
<br />
like that? if it is then it doesnt work. lol<!--content-->that should do fine.<br />
<br />
what you've actually used there is a style from CSS,<br />
<br />
you can find out a bit more at <!-- w --><a class="postlink" href="http://www.w3schools.com">www.w3schools.com</a><!-- w --> (<!-- m --><a class="postlink" href="http://www.w3schools.com">http://www.w3schools.com</a><!-- m -->)<!--content-->Problem is that it still does not fit left or right. :S just the top and bottom. <!-- m --><a class="postlink" href="http://www.geocities.com/tr1cespictures">http://www.geocities.com/tr1cespictures</a><!-- m --> <br />
<br />
see?<!--content-->ah, I see now.<br />
<br />
Your table is much wider than the image, because of all the other content in the next row.<br />
<br />
<br />
You could remove the border (which is actually a good idea - borders make people think you are restricting what they see), and then you wouldn't notice that the banner is not as wide as the table.<br />
<br />
<br />
Or you could make the banner wider (without stretching), so it is as wide as the content<!--content-->ooooo thanks. :D that did it. lol.<!--content-->
 
Back
Top