Is there a way to place HTML in a block title. What I'm trying to do is change the color of part of a block title via CSS like so:
Block <span class="red">Title</span>
However when I type that into the "Block Title" box it shows up as "Block <span class="red">Title</span>" instead of just "Block Title" (with "Title" as the color of the CSS class). I changed the input filter to full HTML but apparently that only applies to the body, not the title. Any ideas?
I'm drupal newbie. To start with I want to set up a site that will have main menu (horizontal or vertical, doesn't matter) like Home | Portfolio | About us | blah blah with corresponding static pages. How do I do that? Will drupal fit my needs?
I was wondering if someone can help me out with mysql
A typical query from one of the php snippets looks as follows
db_rewrite_sql("SELECT n.nid, n.created FROM {node} n INNER JOIN term_node ON n.nid = term_node.nid WHERE n.type = '$content_type' AND term_node.tid = $taxo_id AND n.status = 1 ORDER BY n.created DESC"), $listlength
but what i would like to know is rather than display the last 5,10($listlength) returned terms how can the query be written to display the last, second last ,third last ex ....