Ajuda com pagina html

Ver o tópico anterior Ver o tópico seguinte Ir para baixo

Tópico resolvido Ajuda com pagina html

Mensagem por baby toryama 03.05.13 20:22

Qual é minha questão:
Pessoal eu queria por o twitter e o facebook na nossa page html,o nosso codigo e esse:
page html:http://supersonicgamemaker.forumeiros.eu/

Código:

   
     
              SuperSonicGameMaker
             
   
             
       
           
   




   
         
   
         
   




   




   




   
         




      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-28009881-1']);
      _gaq.push(['_trackPageview']);




      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
      })();




         
         
         
         




         
         
   
    function click() {
    if (event.button==2||event.button==3) {
    oncontextmenu='return false';
    }
    }
    document.onmousedown=click
    document.oncontextmenu = new Function("return false;")
   
         
            $(function() {
                Cufon.replace('a, span').CSS.ready(function() {
                  var $menu      = $("#slidingMenu");
                 
                  var $selected  = $menu.find('li:first');
                 
                  var $moving      = $('<li />',{
                      className  : 'move',
                      top        : $selected[0].offsetTop + 'px',
                      width      : $selected[0].offsetWidth + 'px'
                  });
                 
                  $('#slidingMenuDesc > div').each(function(i){
                      var $this = $(this);
                      $this.css('top',$menu.find('li:nth-child('+parseInt(i+2)+')')[0].offsetTop + 'px');
                  });
                 
                  $menu.bind('mouseleave',function(){
                        moveTo($selected,400);
                        })
                      .append($moving)
                      .find('li')
                      .not('.move')
                      .bind('mouseenter',function(){
                        var $this = $(this);
                        var offsetLeft = $this.offset().left - 20;
                        //slide in the description
                        $('#slidingMenuDesc > div:nth-child('+ parseInt($this.index()) +')').stop(true).animate({'width':offsetLeft+'px'},400, 'easeOutExpo');
                        //move the absolute div to this item
                        moveTo($this,400);
                        })
                        .bind('mouseleave',function(){
                        var $this = $(this);
                        var offsetLeft = $this.offset().left - 20;
                        //slide out the description
                        $('#slidingMenuDesc > div:nth-child('+ parseInt($this.index()) +')').stop(true).animate({'width':'0px'},400, 'easeOutExpo');
                        });;
                 
                  function moveTo($elem,speed){
                      $moving.stop(true).animate({
                        top      : $elem[0].offsetTop + 'px',
                        width  : $elem[0].offsetWidth + 'px'
                      }, speed, 'easeOutExpo');
                  }
                }) ;
            });
         
         
              span.reference{
                  position:fixed;
                  left:10px;
                  bottom:10px;
                  font-size:14px;
              }
              span.reference a{
      color:BLACK;
      text-decoration:underline;
              }
    body {
        background-image: url('http://www.downloadswallpapers.com/wallpapers/2012/julho/sonic-3d-wallpaper-11687.jpg') !important;
        background-repeat: no-repeat;
        }
         
     
     
           

                   
                       SSGM l Copyright 2013 | [url=http://www.forumeiros.com]Forumeiros[/url]
                   
           
         

               
Logue-se no forum               
Crie uma conta no forum               
Sem site ainda               
Curta nossa pagina no Facebook               
veja o nosso twitter               
              



         
[list]
               
[*][url=http://ajuda.forumeiros.com//forum]Entrar[/url]
               
[*][url=http://ajuda.forumeiros.com//login]Login[/url]
               
[*][url=http://ajuda.forumeiros.com//register]Registre-se[/url]
               
[*][url=http://ajuda.forumeiros.com/supersonicgamemaker.forumeiros.eu/forum]SSGM[/url]
               
[*][url=http://www.facebook.com/SuperSonicGameMaker]Facebook[/url]
               
[*][url=https://twitter.com/ismlelo]Twitter[/url]
               
[*][url=http://ajuda.forumeiros.com/] [/url]
         
[/list]
     
   

queria que o face fosse para ca: https://www.facebook.com/SuperSonicGameMaker
e o twitter para ca: https://twitter.com/ismlelo
eu tentei subistituir pelo antigo conteudo na url mas nao foi,alguem poderia me ajudar?

Endereço do meu fórum:
http://supersonicgamemaker.forumeiros.eu

Versão do fórum:
INVISION
baby toryama

baby toryama
****

Membro desde : 15/02/2012
Mensagens : 290
Pontos : 472

http://supersonicgamemaker.forumeiros.eu/forum

Ir para o topo Ir para baixo

Tópico resolvido Re: Ajuda com pagina html

Mensagem por Convidado 03.05.13 20:31

Saudações!

Troque por este:
Código:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <html>
      <head>
              <title>SuperSonicGameMaker</title>
              <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
    <link rel="shortcut icon" type="image/x-icon" href="http://aux4.iconpedia.net/uploads/9436074041081605714.png" />
              <link rel="stylesheet" href="http://www.ggames.com.br/css/style.css" type="text/css" media="screen">
        <script type="text/css">
         
    <!--////////////////////////////////////////////////////////////////////////////////-->




    <!--/                                                                                                    ///-->
       
    <!--/                                                                                                ///-->
       
    <!--/                    Portal Versão 1.0                                          ///-->




    <!--/                    Criado por News                                  ///-->




    <!--/                                                                                              ///-->




    <!--////////////////////////////////////////////////////////////////////////////////-->
          <script type="text/javascript">




      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-28009881-1']);
      _gaq.push(['_trackPageview']);




      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
      })();




          </script>
       
          <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
          <script src="http://espions.webs.com/cufon-yui.js" type="text/javascript"></script>




          <script src="http://espions.webs.com/BabelSans_500.font.js" type="text/javascript"></script>
          <script src="http://espions.webs.com/jquery.easing.1.3.js" type="text/javascript"></script>
    <script>
    function click() {
    if (event.button==2||event.button==3) {
    oncontextmenu='return false';
    }
    }
    document.onmousedown=click
    document.oncontextmenu = new Function("return false;")
    </script>
          <script type="text/javascript">
            $(function() {
                Cufon.replace('a, span').CSS.ready(function() {
                  var $menu      = $("#slidingMenu");
               
                  var $selected  = $menu.find('li:first');
               
                  var $moving      = $('<li />',{
                      className  : 'move',
                      top        : $selected[0].offsetTop + 'px',
                      width      : $selected[0].offsetWidth + 'px'
                  });
               
                  $('#slidingMenuDesc > div').each(function(i){
                      var $this = $(this);
                      $this.css('top',$menu.find('li:nth-child('+parseInt(i+2)+')')[0].offsetTop + 'px');
                  });
               
                  $menu.bind('mouseleave',function(){
                        moveTo($selected,400);
                        })
                      .append($moving)
                      .find('li')
                      .not('.move')
                      .bind('mouseenter',function(){
                        var $this = $(this);
                        var offsetLeft = $this.offset().left - 20;
                        //slide in the description
                        $('#slidingMenuDesc > div:nth-child('+ parseInt($this.index()) +')').stop(true).animate({'width':offsetLeft+'px'},400, 'easeOutExpo');
                        //move the absolute div to this item
                        moveTo($this,400);
                        })
                        .bind('mouseleave',function(){
                        var $this = $(this);
                        var offsetLeft = $this.offset().left - 20;
                        //slide out the description
                        $('#slidingMenuDesc > div:nth-child('+ parseInt($this.index()) +')').stop(true).animate({'width':'0px'},400, 'easeOutExpo');
                        });;
               
                  function moveTo($elem,speed){
                      $moving.stop(true).animate({
                        top      : $elem[0].offsetTop + 'px',
                        width  : $elem[0].offsetWidth + 'px'
                      }, speed, 'easeOutExpo');
                  }
                }) ;
            });
          </script>
          <style>
              span.reference{
                  position:fixed;
                  left:10px;
                  bottom:10px;
                  font-size:14px;
              }
              span.reference a{
      color:BLACK;
      text-decoration:underline;
              }
    body {
        background-image: url('http://www.downloadswallpapers.com/wallpapers/2012/julho/sonic-3d-wallpaper-11687.jpg') !important;
        background-repeat: no-repeat;
        }
          </style>
      </head>
      <body>
            <div>
                    <span class="reference">
                      SSGM l Copyright 2013 | <a href="http://www.forumeiros.com" target="_Blank" alt="Forumeiros">Forumeiros</a>
                    </span>
          </div>
          <div id="slidingMenuDesc" class="slidingMenuDesc">
                <div><span>Logue-se no forum</span></div>
                <div><span>Crie uma conta no forum</span></div>
                <div><span>Sem site ainda</span></div>
                <div><span>Curta nossa pagina no Facebook</span></div>
                <div><span>veja o nosso twitter</span></div>
                <div><span> </span></div>
              </div>




          <ul id="slidingMenu" class="slidingMenu">
                <li><a href="/forum" title="">Entrar</a></li>
                <li><a href="/login" title="">Login</a></li>
                <li><a href="/register" title="">Registre-se</a></li>
                <li><a href="supersonicgamemaker.forumeiros.eu/forum" title="">SSGM</a></li>
                <li><a href="http://www.facebook.com/SuperSonicGameMaker" title="">Facebook</a></li>
                <li><a href="https://twitter.com/ismlelo" title="">Twitter</a></li>
                <li><a href=" " title=""> </a></li>
          </ul>
      </body>
<input name="" type="button" onClick="window.open('http://www.facebook.com/SuperSonicGameMaker')" value="Facebook">
<input name="" type="button" onClick="window.open('https://twitter.com/ismlelo')" value="Twitter">
    </html>

Até. Piscada
Anonymous

Convidado
Convidado


Ir para o topo Ir para baixo

Tópico resolvido Re: Ajuda com pagina html

Mensagem por baby toryama 03.05.13 20:37

obrigado consegui
baby toryama

baby toryama
****

Membro desde : 15/02/2012
Mensagens : 290
Pontos : 472

http://supersonicgamemaker.forumeiros.eu/forum

Ir para o topo Ir para baixo

Ver o tópico anterior Ver o tópico seguinte Ir para o topo

- Tópicos semelhantes

Permissões neste sub-fórum
Não podes responder a tópicos