Hi all,

I want to edit the HTML on one of my webpages but am not sure how to find individual webpages. So lets say I just created a "page" called "http://MySite.com/about-us" ...where would the raw html file for this be located in my drupal files on my host? thank you.

Comments

einsteinsboi’s picture

You can edit the HTML on the page simply from the editor. You don't need to go into the backend or to hack anything. Open the page for editing in your admin area, and make sure that the input format (right below the text area when in edit mode) is set to Full HTML if you need it to be and then edit away.

You can also install a WYSIWYG editor in your Drupal site to allow you to format your docs with bold, italics, etc without using html, kind of like you do in word.

Hope this helps