Login   Register  
PHP Classes
elePHPant
Icontem

File: sample.html

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Dmitry Sheiko  >  Multi-User Tag Cloud  >  sample.html  >  Download  
File: sample.html
Role: Sample output
Content type: text/plain
Description: sample of Tag Cloud integration
Class: Multi-User Tag Cloud
Manage clouds of tags added by multiple users
Author: By
Last change:
Date: 2007-01-26 03:58
Size: 734 bytes
 

Contents

Class file image Download
<html>
	<title>Tag Cloud</title>
	<script language="JavaScript" type="text/javascript" src="tagcloud.js"></script>
	<style>
		.tc_body { }
		.tc_body A { color: black; }
		.tc_content { padding: 0px 5px 0px 5px; }
		.tc_buttom { 
			border-top: 1px white solid;
			border-left: 1px white solid;
			border-right: 1px #AAAAAA solid;
			border-bottom: 1px #AAAAAA solid;
			background-color: #EEEEEE;
			padding: 2px 4px 2px 4px;
			margin: 2px;
		}
		.tc_buttom A {
			color: black;
			font-weight: bold;
			font-size: 12px;
			font-family: Arial, Tahoma;
			text-decoration: none;
		}
		
	</style>
<body>
<h1>Tag Cloud Sample</h1>
<script language="JavaScript" type="text/javascript" src="showcloud.php?js=on"></script>
</body>
</html>