//
// example file
//
<html>
<body>
<?
require_once("float_objects.php");
$tabela = new ScrollSpam();
$tabela->CreateLine();
$tabela->AddSpam('Daniel',2);
$tabela->AddSpam('Teste');
$tabela->BreackLine();
$tabela->CreateLine();
$tabela->AddSpam('Name');
$tabela->AddSpam('Label');
$tabela->AddSpam('<img src="gnudata.png.png">');
$tabela->BreackLine();
$tabela->FinishSpam();
?>
<br>teste<br>teste<br><br>teste<br>teste<br><br>teste<br>teste<br><br>teste<br>teste<br><br>teste<br>teste<br>
<br>teste<br>teste<br><br>teste<br>teste<br><br>teste<br>teste<br><br>teste<br>teste<br><br>teste<br>teste<br>
<br>teste<br>teste<br><br>teste<br>teste<br><br>teste<br>teste<br><br>teste<br>teste<br><br>teste<br>teste<br>
</body>
</html>
|