Jump to content

whitedark554

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by whitedark554

  1. I'm trying to use an input button as a link but it isn't working to well...When I click the button, the link doesn't open.I'm using this code:

    <a href="main.html"><input type="button" value="Enter"></a>

    Is there anyway I can make that button a link?

  2. I've got an image map under-construction but the part of the image is neither a rectangle, circle, or polygon. Its like a disfigured picture. How do I get this to work?

  3. Oh...I think you are trying to use a different tag.Use this tag for music.<EMBED src="http://" autostart="true" loop="true" hidden="true"> It automaticly starts the music, loops it, and hides it so I guess its like a background.

  4. I don't know if its me or the tag but I tried all I could.I got a jpg img "home" and "home2" for the mouse over and a test page.I use this tag:<html><head><script LANGUAGE = "JavaScript"><!--if (document.images) { img1on = new Image();img1on.src = "home.jpg"; img1off = new Image(); img1off.src = "home2.jpg"; }function imgOn(imgName) {if (document.images) {document[imgName].src=eval(imgName + "on.src");}}function imgOff(imgName) {if (document.images) {document[imgName].src=eval(imgName + "off.src");}}// --></SCRIPT></head><body> <A HREF ="tutorial.html" onMouseOver="imgOn('img1')" onMouseOut="imgOff('img1')"><IMG SRC="home.jpg" NAME="img1" border=0></A></body></html>Is there something wrong with the tag?

  5. I don't think you can add a BG sound but there is a way to hide the sound bar.Theres an attribute that is called "hide".Just type in ' hide="true" ' in the music tag.It works for me.

×
×
  • Create New...