Can I use shared borders or themes in Frontpage on the php files? If so, how?
PHP and Frontpage
sure, you just create the page the way you normally would, then add the php in after.
i think you have to use the alternative php tags when editing with front page; something like <script language='php'></script> so that front page doesnt mangle the tags. check the manual to verify the syntax: http://php.net/manual/html
a year later
The use of alternate script tags has helped with the look of the item while editting it in FrontPage. Unfortunately the shared borders implementation still does not work correctly. It is almost like the PHP engine is ignoring or not allowing the FrontPage extensions to access the file.
Any suggestions would be greatly appreciated.