Testi e titoli

Ti piace questo testo con cornice lampeggiante?

Ti piace il testo con cornice verde?
By Copia, personalizza e incolla il codice sottostante
<table border="0" width="280" id="myexample" style="border:5px solid green">
<tr>
<td>Insert anything you want into this table.<br>Insert anything you want into this table.<br>Insert anything you want into this table.<br></td>
</tr>
</table>
<script language="JavaScript1.2">
<!--

/*
Flashing Table Border Script- © Dynamic Drive (www.dynamicdrive.com)
Visit http://www.dynamicdrive.com for this script
Credit must stay intact for use
*/

//configure interval btw flash (1000=1 second)
var speed=500

function flashit(){
var crosstable=document.getElementById? document.getElementById("myexample") : document.all? document.all.myexample : ""
if (crosstable){
if (crosstable.style.borderColor.indexOf("green")!=-1)
crosstable.style.borderColor="red"
else
crosstable.style.borderColor="green"
}
}
setInterval("flashit()", speed)
//-->
</script>

<table border="0" width="486" id="myexample"
style="border:5px solid green" align="center" height="46">
<tr>
<td>
<div class=bodycopyXsmall></div>
<div class=headerxlarge><font size="4"><b>
Ti piace il testo con cornice verde?
</b></font></div>
<div class=BodyCopyXSmall> By&nbsp;<i>Copia,
personalizza e incolla il codice sottostante</i></div>
</td>
</tr>
</table>