Posted by Steven Saunderson on 06/14/06 23:33
On Thu, 15 Jun 2006 01:20:24 +0200, "Stefan Mueller"
<seekware-remove-@yahoo.com> wrote:
> However, my original questing was how to show a big image within <a href
> ...></a>?
> <a href="big_picture.gif"><img src="small_picture.gif"></a>
>
> Here I'm not able to use 'width' and 'height' and unfortunately also no
> tables for the big image (big_picture.gif).
If you have PHP on your server you could request the image via a PHP
page that specifies the width and height.
<a
href="imagepage.php?image=big_picture.gif&width=3000&height=2000"><img
src="small_picture.gif"></a>
The PHP file could generate a response that contains the HTML you
require.
--
Steven
Navigation:
[Reply to this message]
|