Click to See Complete Forum and Search --> : pictures


Rachel
05-09-2003, 11:04 AM
OK I am designing a web page for the company I work for. I want to scan in a picture of a house and a picture of the layout. I want the picture of the house to be on the page and I want to be able to click on the picture to show the layout. Any Help?????:confused:

pyro
05-09-2003, 11:16 AM
You're not very clear on what you need, but perhaps this?

<a href="picoflayout.jpg"><img src="picofhouse.jpg" width="400" height="300" border="0"></a>

Rachel
05-09-2003, 11:20 AM
I am not sure what I am even asking... I want to scan in a picture of a house and a picture of a layout of the house. I want the picture of the house to be on the page but be able to click on the house to see the layout.

pyro
05-09-2003, 11:23 AM
Ok, the code I posted should do that for you.

Rachel
05-09-2003, 11:27 AM
Oh Thank You Thank You Thank You!!!!!:D

pyro
05-09-2003, 11:31 AM
lol... :D You're welcome.

Cheers!