Forum Moderators: not2easy
-Jay :)
If you include the CSS directly in a <style> block via a PHP include, you'll be wasting bandwidth, because the CSS will (hopefully) not be changing on every page request.
You'll need to use a scripting language (Ruby, PHP, etc.) for including other items like menu bars and headers.
Again, thanks for the help.
Jay :)