Drupal beginner, How can I make my drupal with tabs and boxes with title look like this page?

Events happening in the community are now at Drupal community events on www.drupal.org.
airmaxfb's picture

Drupal beginner, How can I make my drupal with tabs and boxes with title look like this page?

Comments

Firebug

cattlecall's picture

Use the Firebug add-on in Firefox to review how the designers of this site created the tabs in CSS and replicate the rules in style.css (or whatever css file you'll be using in your template). Also review the HTML markup to determine the page layout and where the the primary links block was assigned.