Just a few questions about converting an existing site (written using php, xhtml, css) to a Drupal site.

Is it possible to have menu links that are images? I currently have a menu made out of seperate image files with text in a non-standard font on them.

Can I have pages such as www.mysite.com/pictures or www.mysite.com/news etc. instead of www.mysite.com/node/1 ?

Thanks.

Comments

robertDouglass’s picture

To change node/1 to something else, turn on the path module and give the node/1 path an alias. To have pictures for menus, see this excellent blog post by Nick Lewis. The technique could be slightly modified to present pictures only.

- Robert Douglass

-----
My Drupal book: Building Online Communities with Drupal, phpBB and WordPress

xweb’s picture

the path.module provides url alias functionality for renaming /node/1 to /somethingelse/
as for images you can use .css to achieve this there are many examples on google and i'm sure i've seen examples on drupal too.
hope this helps. Chris.