How Do i Make a clickable button what am i doing wrong ???

Discussion in 'Software' started by david k, Jun 15, 2011.

  1. david k

    david k Private E-2

    Ok heres my code i got the buttons on my website where i want them now why cant i click on them what am i doing wrong PLEASE HELP



    <!--
    function MM_preloadImages() { //v3.0
    var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a.indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a;}}
    }
    //-->
    </script>
    <style type="text/css" media="screen">
    <!--
    @import url("sgoldback.gif.css");
    .enter {
    font-family: "Comic Sans MS", cursive;
    font-size: 48px;
    font-style: oblique;
    line-height: 100pt;
    font-weight: 700;
    font-variant: normal;
    color: #0F0;
    text-decoration: blink;
    background-attachment: scroll;
    background-position: center 100%;
    height: 73.5pt;
    width: 268px;
    position: absolute;
    left: 202px;
    top: 606px;
    letter-spacing: normal;
    text-align: center;
    word-spacing: 30pt;
    display: marker;
    background-image: url(file:///C|/Users/VIJAY/Desktop/New%20folder/web%20deloping/background.jpg);
    overflow: visible;
    visibility: inherit;
    background-color: #000;
    }
    .button {
    font-family: "MS Serif", "New York", serif;
    font-size: larger;
    font-style: italic;
    line-height: 50%;
    font-weight: 500;
    font-variant: normal;
    text-transform: uppercase;
    color: #0C0;
    text-decoration: blink;
    background-attachment: fixed;
    background-color: #000;
    background-image: url(New%20folder/web%20deloping/flash.jpg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    clear: none;
    float: none;
    height: 50%;
    width: 120%;
    }
    body {
    background-image: url(http://notabooteens.info/main/wp-content/uploads/2011/06/background33.jpg);
    background-repeat: no-repeat;
    }
    .exit {
    font-family: "Comic Sans MS", cursive;
    font-size: 48px;
    font-style: italic;
    line-height: 50pt;
    font-weight: 500;
    font-variant: normal;
    color: #060;
    text-decoration: blink;
    background-attachment: fixed;
    background-color: #000;
    background-repeat: no-repeat;
    height: 69.75pt;
    width: 277px;
    position: absolute;
    left: 866px;
    top: 603px;
    }
    -->
    </style>
    </head>

    <body background="http://notabooteens.info/main/wp-content/uploads/2011/06/background33.jpg">
    <form id="form1" name="form1" method="post" action="">
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="www.notabooteens.info"><embed src="http://www.pageplugins.com/generators/flash_glitter_text/show.swf?message=Enter&amp;font=http://www.pageplugins.com/generators/flash_glitter_text/fonts/plainn_lib.swf&amp;glitter=http://www.pageplugins.com/generators/flash_glitter_text/glitters/glitter24.swf&amp;clickURL=www.notabooteens.info&amp;swfHeight=115&amp;swfWidth=228&amp;bevel=1&amp;shadow=1&amp;glow=1&amp;blur=0&amp;fade=0&amp;blink=0&amp;fontsize=72&amp;num=24" bgcolor="#ffffff" width="228" height="115" name="glitters" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" quality="best" allowscriptaccess="always"></a>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    <a href="www.notabooteens.info"><embed src="http://www.pageplugins.com/generators/flash_glitter_text/show.swf?message=Exit&amp;font=http://www.pageplugins.com/generators/flash_glitter_text/fonts/plainn_lib.swf&amp;glitter=http://www.pageplugins.com/generators/flash_glitter_text/glitters/glitter24.swf&amp;clickURL=www.notabooteens.info&amp;swfHeight=115&amp;swfWidth=165&amp;bevel=1&amp;shadow=1&amp;glow=1&amp;blur=0&amp;fade=0&amp;blink=0&amp;fontsize=72&amp;num=24" bgcolor="#ffffff" width="165" height="115" name="glitters" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" quality="best" allowscriptaccess="always"></embed><br></a><br>
    </p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <center></center>
    </form>
    </body>
    </html>
     
  2. Red SKull

    Red SKull Private E-2

    TO MUCH CODE

    I got lost it is clear the url is not right here is a simple one.



    <a href="http://www.scribd.com/" target="_blank">
    <img src="http://t1.gstatic.com/images?q=tbn:ANd9GcSRlV4GooL-GemneDfqAItoZLAJ91Ijbnx03Re9SnmEl8DkPoqAhw" width="200" height="100" border="2" style="border:2px solid black;" alt="" />
    </a>

    <form name="scribd" action="http://www.scribd.com/" method="get" target="_blank" id="">
    <input type="submit" value="Scribd Search"></form>

    <form name="scribd" action="http://www.scribd.com/explore" method="get" target="_blank" id="">
    <input type="submit" value="Explore Scribd"></form>
     

MajorGeeks.Com Menu

Downloads All In One Tweaks \ Android \ Anti-Malware \ Anti-Virus \ Appearance \ Backup \ Browsers \ CD\DVD\Blu-Ray \ Covert Ops \ Drive Utilities \ Drivers \ Graphics \ Internet Tools \ Multimedia \ Networking \ Office Tools \ PC Games \ System Tools \ Mac/Apple/Ipad Downloads

Other News: Top Downloads \ News (Tech) \ Off Base (Other Websites News) \ Way Off Base (Offbeat Stories and Pics)

Social: Facebook \ YouTube \ Twitter \ Tumblr \ Pintrest \ RSS Feeds