By plasmid_stha on
I am using drupal 7.24. I want to have a quicktab in between nodes. and the tab to looks exactly like the tab shown in basel.com. how do i do that
I am using drupal 7.24. I want to have a quicktab in between nodes. and the tab to looks exactly like the tab shown in basel.com. how do i do that
Comments
Looking at the rendered HTML
Looking at the rendered HTML the sollution on basel.com is not build with quicktabs, but with panels.
With that said I would highly recommend you creating a custom menu (possible from Drupal core) and display it in a block and put the block in a region above your content region.
If a normal block does not allow you to get the control you want you could look at contrib modules like Menu Block or Panels.
Don't forget to put your content inside your custom made menu.
For future nodes you can also automatically assign the newly created node to a menu item.