<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Changing color of Tag Cloud</title>
		<link>https://www.cotonti.com</link>
		<description>Laatste forum onderwerpen</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Wed, 15 Apr 2026 05:25:24 -0000</pubDate>

		<item>
			<title>aiwass</title>
			<description><![CDATA[<strong>Zboy812 :</strong><br />
If you want to see a really huge Tagcloud with all classes displayed, then take a look here : <a href="http://www.megamind.se/plug.php?e=tags&amp;a=pages" rel="nofollow">http://www.megamind.se/plug.php?e=tags&amp;a=pages</a><br />
<br />
Feel free to use a reference !]]></description>
			<pubDate>Ma, 04 Mei 2009 23:24:08 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=1897&d=0#post12060]]></link>
		</item>
		<item>
			<title>zboy812</title>
			<description><![CDATA[Thank you for your reply! I really apreciate it!<br />
<br />
 This css is already there in my /tags/style.css <br />
<br />
But i dont see how this is going to help, as you can see in my source, my tags only have a class of:<br />
<br />
<span style="color:#EF2929">class=&quot;xs&quot;&gt;</span><br />
<br />
there is <span style="color:#EF2929">no class class=&quot;s&quot;&gt; class=&quot;m&quot;&gt; class=&quot;l&quot;&gt; or class=&quot;xl&quot;&gt;</span><br />
<br />
It would be nice if there was a class to apply those nifty css to.<br />
<br />
Here is my &quot;tag cloud&quot; <span style="color:#EF2929">source code</span> from my website:<br />
<br />
<br />
<br />
<div class="highlight"><pre class="html"> &lt;div class=&quot;tag_cloud&quot;&gt;&lt;a href=https://www.cotonti.com/&quot;plug.php?e=tags&amp;amp;a=pages&amp;amp;t=adwords&quot; class=&quot;xs&quot;&gt;Adwords&lt;/a&gt; &lt;a href=https://www.cotonti.com/&quot;plug.php?e=tags&amp;amp;a=pages&amp;amp;t=community+website+videos&quot; class=&quot;xs&quot;&gt;Community Website Videos&lt;/a&gt; &lt;a href=https://www.cotonti.com/&quot;plug.php?e=tags&amp;amp;a=pages&amp;amp;t=embed+video+player&quot; class=&quot;xs&quot;&gt;Embed Video Player&lt;/a&gt; &lt;a href=https://www.cotonti.com/&quot;plug.php?e=tags&amp;amp;a=pages&amp;amp;t=google+business+listing&quot; class=&quot;xs&quot;&gt;Google Business Listing&lt;/a&gt; &lt;a href=https://www.cotonti.com/&quot;plug.php?e=tags&amp;amp;a=pages&amp;amp;t=google+marketing&quot; class=&quot;xs&quot;&gt;Google Marketing&lt;/a&gt; &lt;a href=https://www.cotonti.com/&quot;plug.php?e=tags&amp;amp;a=pages&amp;amp;t=mysql&quot; class=&quot;xs&quot;&gt;Mysql&lt;/a&gt; &lt;a href=https://www.cotonti.com/&quot;plug.php?e=tags&amp;amp;a=pages&amp;amp;t=php+programming&quot; class=&quot;xs&quot;&gt;Php Programming&lt;/a&gt; &lt;a href=https://www.cotonti.com/&quot;plug.php?e=tags&amp;amp;a=pages&amp;amp;t=search+engine+optimization&quot; class=&quot;xs&quot;&gt;Search Engine Optimization&lt;/a&gt; &lt;a href=https://www.cotonti.com/&quot;plug.php?e=tags&amp;amp;a=pages&amp;amp;t=seo&quot; class=&quot;xs&quot;&gt;Seo&lt;/a&gt; &lt;a href=https://www.cotonti.com/&quot;plug.php?e=tags&amp;amp;a=pages&amp;amp;t=video+website&quot; class=&quot;xs&quot;&gt;Video Website&lt;/a&gt; &lt;a href=https://www.cotonti.com/&quot;plug.php?e=tags&amp;amp;a=pages&amp;amp;t=website+design+company&quot; class=&quot;xs&quot;&gt;Website Design Company&lt;/a&gt; &lt;a href=https://www.cotonti.com/&quot;plug.php?e=tags&amp;amp;a=pages&amp;amp;t=website+marketing&quot; class=&quot;xs&quot;&gt;Website Marketing&lt;/a&gt; &lt;a href=https://www.cotonti.com/&quot;plug.php?e=tags&amp;amp;a=pages&amp;amp;t=website+video&quot; class=&quot;xs&quot;&gt;Website Video&lt;/a&gt; &lt;/div&gt;
					&lt;/div&gt;</pre></div>
<br />
Thanks again for your help it is much apreciated.<br />
<br />
<br />
**UPDATE**<br />
<br />
Ok i figured it out, the frequency is determined by the re-occurence of the tags. I guess i was only using the tags once. Thanks for your help everyone.]]></description>
			<pubDate>Ma, 04 Mei 2009 01:59:46 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=1897&d=0#post12015]]></link>
		</item>
		<item>
			<title>aiwass</title>
			<description><![CDATA[<pre class="code">.tag_cloud {
	display:block;
	border:0;
	padding:4px;
	text-align: justify;
}
.tag_cloud li {display: inline;}
.tag_cloud a {padding: 0 2px;}

.tag_cloud a.xs {font-size:10pt;color:#c4c4c4;}
.tag_cloud a.xs:hover {color:#000;}
.tag_cloud a.s {font-size:12pt;color:#336699;}
.tag_cloud a.s:hover {color:#000;}
.tag_cloud a.m {font-size:14pt;color:#A0522D;}
.tag_cloud a.m:hover {color:#000;}
.tag_cloud a.l {font-size:16pt;color:#B0C4DE;}
.tag_cloud a.l:hover {color:#000;}
.tag_cloud a.xl {font-size:18pt;color:#aad815;}
.tag_cloud a.xl:hover {color:#000;}</pre>
<br />
That code is located here : <strong>plugins/tags/style.css</strong> and if you change any of #XXXXXXX to another #XXXYYY then you'll get the change in your tag cloud. Are you with me ZBOY812 ??<br />
<br />
If you want the css classes to be within your <strong>skins/sed-light/sed-light.css</strong> then you need to change the parameter in the file called <strong>tags.header.php</strong> which is located <strong>plugins/tags/tags.header.php</strong> and what you need to change is this <br />
<pre class="code">$out&#091;'compopup'&#093; .= '&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=https://www.cotonti.com/&quot;'.$cfg&#091;'plugins_dir'&#093;.'/tags/style.css&quot; /&gt;';</pre>
<strong>to this :</strong> <br />
<pre class="code">$out&#091;'compopup'&#093; .= '&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=https://www.cotonti.com/&quot;skins/{PHP.skin}/{PHP.skin}.css&quot; /&gt;';</pre>
<strong>or you can just write it out in plain like this :</strong><br />
<pre class="code">$out&#091;'compopup'&#093; .= '&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=https://www.cotonti.com/&quot;skins/sed-light/sed-light.css&quot; /&gt;';</pre>]]></description>
			<pubDate>Zo, 03 Mei 2009 17:26:59 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=1897&d=0#post12003]]></link>
		</item>
		<item>
			<title>zboy812</title>
			<description><![CDATA[How are you changing the classes (class=&quot;xs&quot;) in your plugin?<br />
<br />
Is this forums DEAD???<br />
<br />
No one can help me after so long?]]></description>
			<pubDate>Zo, 03 Mei 2009 15:06:12 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=1897&d=0#post12001]]></link>
		</item>
		<item>
			<title>Kingsley</title>
			<description><![CDATA[change what colors? of the text..? well that you can change through the skinname.css file.]]></description>
			<pubDate>Za, 02 Mei 2009 07:59:07 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=1897&d=0#post11966]]></link>
		</item>
		<item>
			<title>zboy812</title>
			<description><![CDATA[call me crazy .....but, i am not finding any /js in the plugin/tags/ i do not see any .js files at all in the /tags folder. Am i going crazy? I just want to change the colors :)]]></description>
			<pubDate>Vr, 01 Mei 2009 03:58:18 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=1897&d=0#post11945]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[Would be nice if this was in the CSS.<br />
So you can change it for each skin individually.]]></description>
			<pubDate>Thu, 05 Feb 2009 04:36:36 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=1897&d=0#post6785]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[First see plugin/tags/js/set.js]]></description>
			<pubDate>Wo, 04 Feb 2009 22:56:35 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=1897&d=0#post6730]]></link>
		</item>
		<item>
			<title>rayblo</title>
			<description><![CDATA[Pieter have a look in plugin/tags/js<br />
<br />
choose jquery.tagcloud.js]]></description>
			<pubDate>Wo, 04 Feb 2009 20:18:38 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=1897&d=0#post6708]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[Where can we change the colors of the tag cloud?<br />
<br />
I tried to find it, but I did't found anything.<br />
Can someone help me?]]></description>
			<pubDate>Wo, 04 Feb 2009 20:02:39 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=1897&d=0#post6707]]></link>
		</item>
	</channel>
</rss>