i have created an image gallery using php.
everything if fine except that the links to the full images are not working.
www.nitesh.x10hosting.com/gallery.php
the thumbnails are linked to the full image , however this does not work as expected.
|
Go4Expert Founder
|
![]() |
| 3Jul2008,09:00 | #2 |
|
Your images are linked to gallery.php?album_name=illusions&max=10 and so they don't show complete images when gallery.php shows with the above parameter
|
|
Newbie Member
|
|
| 3Jul2008,12:52 | #3 |
|
i changed the links of some of the images to absolute ones(see gallery illusion) , but even that did not work.
the problem seems to be something else as when i put a "image" link on that page to one of the images it worked fine,but the thumbnails do not link. one more thing i would like to add is that the links work fine in IE6 and OPERA but not in firefox and safari |
|
Go4Expert Founder
|
![]() |
| 3Jul2008,12:57 | #4 |
|
There is definitely some problem in your code and if you share that we may be able to help
|
|
Newbie Member
|
|
| 3Jul2008,17:43 | #5 |
|
here's the portion of the code(gallery.php) that generates the images and links
PHP Code:
|
|
Go4Expert Founder
|
![]() |
| 3Jul2008,20:25 | #6 |
|
There are lots of error like <a><img></a>
You should see how to display the image Apart from that code you don't have the img tag to display full image |

