Welcome Guest, Not a member yet? Register   Sign In
Create a tag cloud (kind of)
#11

[eluser]iDenta[/eluser]
waldmeister: There we have it! Now it is working as i wanted it to, thanks!

All there is to do now is to make it look like a tag cloud, so that the font size changes according to have many times each word occurs.

I made a simple test with if blabla then font-size: 16px; like:

Code:
if ($row->total < '10')
{
  echo '<span style="font-size: 10px;">'.$row->word_list.'</span>&nbsp;&nbsp;';
}
elseif ($row->total > '20')
{
  echo '<span style="font-size: 16px;">'.$row->word_list.'</span>&nbsp;&nbsp;';
}

And, although it works, there must be some better way to do this... I had a look in the code for FreeTag, but couldn't figure out a better way to do it.

Did i say i'm a newbie at this? Smile


Messages In This Thread
Create a tag cloud (kind of) - by El Forum - 11-13-2008, 03:53 PM
Create a tag cloud (kind of) - by El Forum - 11-13-2008, 03:57 PM
Create a tag cloud (kind of) - by El Forum - 11-13-2008, 03:59 PM
Create a tag cloud (kind of) - by El Forum - 11-13-2008, 04:00 PM
Create a tag cloud (kind of) - by El Forum - 11-13-2008, 04:11 PM
Create a tag cloud (kind of) - by El Forum - 11-13-2008, 04:19 PM
Create a tag cloud (kind of) - by El Forum - 11-13-2008, 04:29 PM
Create a tag cloud (kind of) - by El Forum - 11-14-2008, 07:32 AM
Create a tag cloud (kind of) - by El Forum - 11-14-2008, 03:04 PM
Create a tag cloud (kind of) - by El Forum - 11-14-2008, 03:12 PM
Create a tag cloud (kind of) - by El Forum - 11-14-2008, 03:41 PM
Create a tag cloud (kind of) - by El Forum - 11-14-2008, 03:57 PM



Theme © iAndrew 2016 - Forum software by © MyBB