By balaftuna on
Hi. I would like to use graphics for the primary/secondary links on my drupal site.
How can this be implemented?
Thanking you.
Shay.
Hi. I would like to use graphics for the primary/secondary links on my drupal site.
How can this be implemented?
Thanking you.
Shay.
Comments
Start by checking out the
Start by checking out the Theming guide. Most folks here also recommend using the Firebug add-on to Firefox so you can see exactly what is being displayed.
Problem solved. Imagemenu did
Problem solved. Imagemenu did the trick.
cheers.
got a few e-mails asking me
got a few e-mails asking me if i found the solution, so here's what i do:
you use standard primary link buttons, and see where they point to.
you then put your buttons, and , change the page.tpl.php to point there.
HTH