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]
*******************************************************************

Reply via email to