How to make a font using a png image?

I am using the onmouseover effect and I can't get the link to work. I need some help with the code.?

  • I have created a webpage for my ICT AS coursework. I am using the onmouseover effect and I can't get the link to work. I need some help with the code. Basically this is a product advertising Minecraft and the issue is before the on mouse over effect the link worked but now I have added it, I need to make sure that the over image is linked but I cant work out where to put the HREF. This is a whole page of 6 images all with on mouseover images and I just need to now where to pop it in? Here's the code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-… <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="shortcut icon" href="multimedia/favicon.ico"> <title>The Minecraft Revolution</title> </head> <body background="multimedia/background.png" bgcolor="#333333"> <body class="MinecraftTitle"> <p><img src="multimedia/MinecraftLogo001(Optimis… width="650" height="142" /></p> <form> <input type="image" src="multimedia/buttons/minecraft_button… "a href="Intro.html" onmouseover="this.src='multimedia/button… onmouseout="this.src='multimedia/buttons… <br> <form id="form2" name="button submit" method="link" action="Sales_Pitch.html"> <input type="image" name="" src="multimedia/buttons/minecraft_button… onmouseover="this.src='multimedia/button… onmouseout="this.src='multimedia/buttons… <br> <form id="form3" name="button submit3" method="link" action="Sales_Figures.html"> <input type="image" name="" src="multimedia/buttons/minecraft_button… onmouseover="this.src='multimedia/button… onmouseout="this.src='multimedia/buttons… <br> <form id="form4" name="button submit4" method="link" action="In_Game_Footage.html"> <input type="image" name="" src="multimedia/buttons/minecraft_button… onmouseover="this.src='multimedia/button… onmouseout="this.src='multimedia/buttons… <br> <form id="form5" name="button submi5t" method="link" action="Reviews.html"> <input type="image" name="" src="multimedia/buttons/minecraft_button… onmouseover="this.src='multimedia/button… onmouseout="this.src='multimedia/buttons… <br> <form id="form6" name="button submit6" method="link" action="Developer_Page.html"> <input type="image" name="" src="multimedia/buttons/minecraft_button… onmouseover="this.src='multimedia/button… onmouseout="this.src='multimedia/buttons… <br> </form> <p> </p> </html>

  • Answer:

    <input type="image" src="multimedia/buttons/minecraft_button… "a href="Intro.html" onmouseover="this.src='multimedia/button… onmouseout="this.src='multimedia/buttons… i think this is your problem but this is only a guess as learning from a book from the library myself. the invert comma should not be before a href thanks if not then google plus me at ianmccully i am sure i can get you someone to solve this thanks ian. or you may need a < before the a href thanks

Sam at Yahoo! Answers Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.