I have defined a couple of menu items in the Header block. I am using Zen Drupal 6 Fixed Layout CSS

(a) I dont want the Block Name to appear in the block

(b) The menu items are appearing as

  • whereas I want the menu items to appear in line

    What should I do?

  • Comments

    gopalan_varad’s picture

    I meant the menu items are appearing as HTML list items, but I wanted one line display

    3goose’s picture

    Instead of going into a lengthy explanation, simply find a menu you like on a website like this one:

    http://www.cssmenumaker.com/

    and implement the CSS in your theme for that ul.

    It's basically making each li { display: block and float: left} but there are many more tweaks you can make with padding, list-style and much more.