NewsBoard

« Older   Newer »
 
  Share  
.
  1. ~Dany~
     
    .

    User deleted


    Incollare questo codice in "Gestione codici HTML" per creare una newsboard nella vostra home page del forum/sito.



    SPOILER (click to view)
    HTML
    <!--Inizio Personal News Board 2.0.6 //-->

    <!-- Attenzione all'irregolare modifica del codice -->

    <script type="text/javascript">
    function Kps(id){
    var nav = document.getElementById(id).style ;
    var cls = document.getElementById('Kp');
    if(nav.display == 'none'){ nav.display = 'block'; cls.className ='minus'}else{ nav.display = 'none'; cls.className ='plus' }
    }
    </script>
    <div class="news">
    <table class="skin_tbl" cellpadding="0" cellspacing="0">
    <tr onclick="Kps('t0')">
    <td class="mleft_top"></td>
    <td>
    <table class="mback" width="100%" cellpadding="0" cellspacing="0" style="cursor:pointer">
    <tr>
    <td class="mback_left">

    </td>
    <td class="mback_center">
    <!-- cambia Personal news Board per dare un nome alla tua news board-->
    <div class="mtitle">NewsBoard</div>
    </td>
    <td class="mback_right" align="center">
    <div id="Kp" class="minus"></div>
    <div style="background-position:center">
    </td>
    </tr>
    </table>
    </td>
    <td class="mright_top"></td>
    </tr>
    <tr>
    <td class="mleft">

    </td>
    <td>
    <div id="t0">
    <table class="mainbg" width="100%" cellpadding="0" cellspacing="1">
    <tr>
    <td class="ww">
    <div class="newscroll" style="overflow: auto;height: 150px">
    <table border="0" cellpadding="2" cellspacing="0" width="100%">
    <!--modifica da qui le tue news-->

    <tr><td width="100%" class="ww">--/-- --:--: <b><a href="LINK PROFILO" target="_blank">NOME PROFILO</a></b>:<font color="#ff0000"><b> MESSAGGIO </a></b></font></td></tr>


    <!--fine modifica news-->
    </table>
    </div>
    </div>
    <table width="100%" border="0" cellspacing="1" class="ww">
    <tr>
    <td nowrap width="1%" align="right" class="news_border" style="border-top: 1px solid">
    <div class="credits" style="float:left">
    <!-- se vuoi inserisci qui un messaggio personale -->
    <b>Controllate la News Board per rimanere aggiornati sulle novità di <a href="http://varietytribe.forumfree.net/">Variety Tribe</a></b>
    <!-- fine messaggio personale -->
    </div>
    <div class="credits" style="float:right;padding-right:4px">
    <b><a href="http://supporto.forumfree.net/?t=6105316" alt="created by -keeper-"> Personal News board 2.0.6</a></b>
    </div>
    </td>
    </tr>
    </table>
    </tr>
    </table>
    </td>
    <td class="mright">

    </td>
    </tr>
    <tr>
    <td class="mleft_bottom"></td>
    <td>
    <table class="msub" width="100%" cellpadding="0" cellspacing="0">
    <tr>
    <td class="msub_left"></td>
    <td class='msub_center'>&nbsp;</td>
    <td class='msub_right'></td>
    </tr>
    </table>
    <td class='mright_bottom'></td>
    </tr>
    </table>
    </div>
    <br/>

    <!--Fine Personal News Board 2.0.6 //-->
     
    .
0 replies since 13/10/2010, 20:25   220 views
  Share  
.