Aceofspadez
Junior Member
Hello everyone , Im a long time lurker
This is my first post here , because I really need the help of some members on this site. Im in a website designing class and have homework due in 3hrs , problem is that im completely suck right now. So what Im asking is if someone can guide me through some of the problems im having , ill really appreciate it a lot.
The question im currently stuck on is the following
Write the XHTML to creat an image hyperlink. ( any image ) It is 100pixels high by 150 pixels wide. The image should link to a larger image. There should be no borders on the image
Now I know how to link one image to another , problem is I dont know how to change the size of the 2n image ( the image that is being linked ) , so far I have this
<a href="Kobe.gif"><img src="lakers.gif" height="100" width="650" alt="Lakers" /></a>
appreciate the help
This is my first post here , because I really need the help of some members on this site. Im in a website designing class and have homework due in 3hrs , problem is that im completely suck right now. So what Im asking is if someone can guide me through some of the problems im having , ill really appreciate it a lot.
The question im currently stuck on is the following
Write the XHTML to creat an image hyperlink. ( any image ) It is 100pixels high by 150 pixels wide. The image should link to a larger image. There should be no borders on the image
Now I know how to link one image to another , problem is I dont know how to change the size of the 2n image ( the image that is being linked ) , so far I have this
<a href="Kobe.gif"><img src="lakers.gif" height="100" width="650" alt="Lakers" /></a>
appreciate the help