Does anyone know if Contribute 3 has a "live data" view like Dreamweaver?

I would like for a non-technical, content owner to be able to pull up a page
like [url]www.example.com/ex.php?cid=about[/url] and be able to directly edit the contents
of the file located at /content/about.htm. This is of course assuming that PHP
is populating the file "ex.php" with the contents of "about.htm".

The last version I downloaded would not show the contents of "about.htm", just
a PHP script icon or perhaps it showed the content but would not let me edit it
.... I can't remember.

I know that as an alternative, I can load just the content file (in this case
"about.htm") and edit it directly, but this does not allow me to access my CSS
styles since they are defined or linked to in "ex.php".

Anyone tried anything similar and have a some wisdom to share?