Image Troubles

Still having troubles w/ stuff:<br />
Here (<!-- m --><a class="postlink" href="http://www.angelfire.com/me4/section8/intro.html">http://www.angelfire.com/me4/section8/intro.html</a><!-- m -->) is where the problem is. <br />
<br />
What i wanted to do was make look like one whole image, with no gaps or spaces inbetween, and still have just the [enter] going to the next page<br />
<br />
rOnny<!--content-->not an image problem, an html code problem,<br />
<br />
by dropping your image tags down one line you leave a blank space in between the images, run them together:<br />
<br />
<td><img src=http://www.htmlforums.com/archive/index.php/<br />
'/me4/section8/Section8_copy2.JPG'><img<br />
src='http://www.htmlforums.com/me4/section8/space.jpg'><a<br />
href='http://www.htmlforums.com/me4/section8/index.html'><img<br />
src='http://www.htmlforums.com/me4/section8/Enter.jpg'<br />
border=0></a></td><!--content-->Sweet, thanks. Thats one prob fixed. Im not sure if the next one can be fixed though. <br />
Take another look here (<!-- m --><a class="postlink" href="http://www.angelfire.com/me4/section8/intro.html">http://www.angelfire.com/me4/section8/intro.html</a><!-- m -->) <br />
and notice that the bottom half is slightly bent :/<br />
<br />
can that be fixed?<br />
<br />
thanks, rOnny<!--content-->The image can not be bent unless it was designed bent. :arcade:<br />
<br />
May need to break it away from the bigger image with <br> tag<!--content-->a bent image, that is great, have to remember that one.<br />
<br />
you should also have head tags if you are going to have a title tag. bad coding practices if you ask me.<br />
<br />
yes KW is correct. the bottom image is smaller than the top image. just by a pixel from what it looks like.<!--content-->Originally posted by s8|rOnny <br />
Sweet, thanks. Thats one prob fixed. Im not sure if the next one can be fixed though. <br />
Take another look here (<!-- m --><a class="postlink" href="http://www.angelfire.com/me4/section8/intro.html">http://www.angelfire.com/me4/section8/intro.html</a><!-- m -->) <br />
and notice that the bottom half is slightly bent :/<br />
<br />
can that be fixed?<br />
<br />
thanks, rOnny <br />
<br />
the problem is the bottom left image is one pixel to narrow to match up with the image above, here is the image corrected, replace this one with yours, note this one is named with a jpg extension.<br />
<br />
<!-- m --><a class="postlink" href="http://www.e-pixs.com/pics/bottom.jpg">http://www.e-pixs.com/pics/bottom.jpg</a><!-- m --><!--content-->Originally posted by scoutt <br />
a bent image, that is great, have to remember that one.<br />
<br />
... I've met a lot of bent images in my time.<br />
<br />
Neil<br />
<br />
<br />
<br />
<br />
OKAY OKAY it was too easy, but honestly who here could resist such an easy line?<br />
<br />
Damn! All of you except me.<br />
<br />
HHHmmmmm, not sure whether that says more about me or the rest of ya. Probably me.<!--content-->Hi, I was having the same trouble with gaps in my images. I tried putting all the code in one line, and it works except for the last image still has a gap.<br />
<br />
<div align="center"><br />
<a href=http://www.htmlforums.com/archive/index.php/"about.html" target="main" onmouseover="hover('pic01over')" onmouseout="hover('pic01out')"><img src=http://www.htmlforums.com/archive/index.php/"images/about_0.jpg" name="pic01" border=0></a><br />
<a href=http://www.htmlforums.com/archive/index.php/"clients.html" target="main" onMouseOver="hover('pic02over')" onMouseOut="hover('pic02out')"><img src=http://www.htmlforums.com/archive/index.php/"images/clients_0.jpg" name="pic02" border=0/></a> <br />
<a href=http://www.htmlforums.com/archive/index.php/"contact.html" target="main" onMouseOver="hover('pic03over')" onMouseOut="hover('pic03out')"><img src=http://www.htmlforums.com/archive/index.php/"images/contact_0.jpg" name="pic03" border=0></a></div><br />
</body<!--content-->do you ahve a url for us to look at? also this thread is 2 years old<!--content-->
 
Back
Top