I'm using a css menu maker online for my primary links, but i need to edit the html a bit. i know drupal is a CMS, and uses php, but is there ANY way i can view a pure html document for my home page? i was told it is in the database, but what name does drupal give to this file?

Comments

themphill’s picture

The basic page layout of your site comes from the page.tpl.php file in your chosen theme's folder. Does that help?