I see the CSS file inserted into the head tag

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
  <head>
    <title>apparel | drupal6.give-me-an-offer.com</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="alternate" type="application/rss+xml" title="RSS - apparel" href="/taxonomy/term/373/0/feed" />

<link rel="shortcut icon" href="/misc/favicon.ico" type="image/x-icon" />
    <link type="text/css" rel="stylesheet" media="all" href="/modules/node/node.css?S" />
<link type="text/css" rel="stylesheet" media="all" href="/modules/system/defaults.css?S" />
<link type="text/css" rel="stylesheet" media="all" href="/modules/system/system.css?S" />
<link type="text/css" rel="stylesheet" media="all" href="/modules/system/system-menus.css?S" />

<link type="text/css" rel="stylesheet" media="all" href="/modules/user/user.css?S" />
<link type="text/css" rel="stylesheet" media="all" href="/sites/all/modules/tagadelic/tagadelic.css?S" />
<link type="text/css" rel="stylesheet" media="all" href="/modules/taxonomy/taxonomy.css?S" />
<link type="text/css" rel="stylesheet" media="all" href="/themes/garland/style.css?S" />
<link type="text/css" rel="stylesheet" media="print" href="/themes/garland/print.css?S" />
        <!--[if lt IE 7]>
      <link type="text/css" rel="stylesheet" media="all" href="/themes/garland/fix-ie.css" />    <![endif]-->
  </head>

I see the different level class tags

<a href="/category/datafeed/appliances" class="tagadelic level2" rel="tag">appliances</a> 
<a href="/category/datafeed/arts-and-crafts" class="tagadelic level1" rel="tag">arts and crafts</a> 
<a href="/category/datafeed/baby" class="tagadelic level3" rel="tag">baby</a> 
<a href="/category/datafeed/barware" class="tagadelic level1" rel="tag">barware</a> 

<a href="/category/datafeed/bath-accessories" class="tagadelic level1" rel="tag">bath accessories</a> 
<a href="/category/datafeed/bathroom-hardware" class="tagadelic level1" rel="tag">bathroom hardware</a> 
<a href="/category/datafeed/bed-and-bath" class="tagadelic level4" rel="tag">bed and bath</a> 
<a href="/category/datafeed/camera-accessories" class="tagadelic level1" rel="tag">camera accessories</a> 
<a href="/category/datafeed/camping-and-hiking" class="tagadelic level1" rel="tag">camping and hiking</a>

But the font never changes to match the level. I can give access on request to the page. This is a test service. Drupal 6 display is much improved and I want to move my system to it.

Comments

Anonymous’s picture

Priority: Critical » Normal

Humph. I corrected an issue #232444: Optimize CSS and Optimize JS preventing me from use zipped css and zipped js on the server side and now the tagadelic css is working.

Bèr Kessels’s picture

Status: Active » Closed (won't fix)