|
Post by Bodeen on Feb 26, 2006 13:08:11 GMT -4
I have a quite simple problem that I have worked on now starting the second day. First a bit about myself. I have been making web pages for over 10 years now. I have a computer programming degree. So, a simple link, in a table, shouldn't be a problem, I have made them before, and I checked, they still work with the browser I am using. Now, the problem. Example one which works perfectly: <td align="center"> <A HREF="../pics/Deer/1987buck.jpg"> <IMG SRC="../pics/Deer/1987buck.jpg" border="0" alt="1987buck.jpg" width="40" height="50"> </A> </td> Example two in which I am now using the entire web page that example one came from, copied to the directory where the images are. <td align="center"> <A HREF="SSR14-Fire_Tiger.jpg"> <IMG SRC="SSR14-Fire_Tiger.jpg" width="100" height="75"> </A> </td> The link works fine, and the image works fine, until I add the width and/or height attributes. Any help would be overwhelmingly appreciated.
|
|
|
Post by Fishooked on Feb 26, 2006 21:03:38 GMT -4
Jeff,
So when you change those table attributes, what exactly happens/or doesnt happen? Images and links not working? I'm not saying I would know, I just know enough to be dangerous...lol
|
|
|
Post by Bodeen on Feb 26, 2006 22:13:13 GMT -4
Well, without the attributes (w & h) it all works fine. Add them, and the image no longer shows, but the link still works. The syntax is correct. I mean, if it works for one image, it should work for another. The paths are correct. Head scratcher.
|
|
|
Post by Fishooked on Feb 26, 2006 22:34:37 GMT -4
Are you using thumbnails in the table attributes, then linking to the larger image in the table? Have you tried (Im sure you have) setting the attributes first, then inserting the image, link, etc.
I guess I have to have to see it in person to help ya out...
|
|
|
Post by Bodeen on Feb 27, 2006 0:11:51 GMT -4
Actually, the table of my ssr14s that I posted is using thumbnails. That works perfect. It is when I try to use the same image (saving space) and shrink it down that things go south. Like I mentioned earlier, I am using the same coding from another page that works perfectly. Thanks anyhow
|
|