Okay,
This one is giving me some trouble.
please see www.artofunion.com on ie6.
All the links in the main section and top menu, that is #content and #topnice are broken.
It is as if they are not even links!
even more whacky, for instance, the dropdown selector for the contact form type WORKS, yet the submit button does not... ?????
If you can tell me why I will paypal at least 60 dollars.
I have created a View to show my SimpleNews newsletter as an RSS feed, and it does. But the feed fails validation checking because the language tag is missing. The feed should say:
<language>en-us</languag>
But instead, it says only
<language />
I am not using Locale because I'm not translating into any other language. How do I fix the RSS feed output to include the language tag?
I saw the module taxonomy_super_select which adds parents to free tags... but is not compatible with the category.module.
I saw content_taxonomy, but this is only for CCK fields...
I saw Form Tweaker, but this is only in use for drupal 5.
Is there a module with which free tagging with parents in selectbox is possible with drupal 4.7 (using category.module)?
Is there a module that can be given a list of RSS feeds, filter them on some defined criteria and output the results?
I am now getting into RSS and I think if that if it is not in Drupal there must be some PHP libraries that can do that. Any pointers?