You can basically think of a PHP include as basically just copying
everything from the included file into the file it is being included in.
Ken Robinson wrote:
Quoting Michael Horowitz <[EMAIL PROTECTED]>:
If I am including a menu using the PHP include command but the actuual
menu is an html list does the included file need to have its code
including the css style sheet or will it use the style sheet of the
page it is included to.
Any text that's in the PHP include file that is not PHP code is passed
directly to the browser as part of the HTML code. Therefore it does
not need it's own CSS style sheet.
Ken
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************
--
Christian Snodgrass
Azure Ronin Web Design
http://www.arwebdesign.net/ <http://www.arwebdesign.net>
Phone: 859.816.7955
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************