Inserire un NewsBoard, In Gestione codici HTML

« Older   Newer »
  Share  
¬ DJ_AnDRy
view post Posted on 13/8/2009, 23:19     +1   -1




Inserite questo codice in "Gestione codici HTML" per inserire una newsboard nella vostra home page.

CODICE
<!--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 //-->
 
Top
0 replies since 13/8/2009, 23:19   59 views
  Share