• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Please Help Me , Question about Website Designing ( deadline in 3hrs )

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
 
I think I got it to work , I used the following coding

<a href="Kobe.gif"><img src="lakers.gif" height="100" width="150" alt="Lakers" border="0" /></a>

Now for the hard questions...


4. Experiment with page backgrounds
a. Use any image , Design a web page that uses this file as a background image that repeats down the left side of the browser window. Save your file as bg1.html

b. locate another image. Design a web page that uses this file as a background image that repeats across the top of the browser window. Save your file as bg2.html
 
Back
Top