Hello all!
Iam trying to create my whole website using only one image and i want to code this image such that it is divided into many parts and each part is linked to some other page.
I want to only place this image on my page.
I mean, i just want to place a single image on my page for example:
<img src="/image.gif>
and this image must have PHP scripts behind it to be dynamic.
I have seen another website have the same kind of script. Check out www.danasoft.com .
What they did is create a signature which is dynamic. But the image link we use is just this:
<img src="http://www.danasoft.com/vipersig.jpg">
the image vipersig.jpg is dynamic which is made of php scripts i guess.
I want to do the same.
I know it sounds a bit complicated but help would be great.
Thank you.