0 Members and 1 Guest are viewing this topic.
Could someone tell me what's so great about CSS that everyone is adding it to their websites?
Couldn't all that that css functionality be handled better by standalone software rather than by changing the standard?
Hmmm... Fair enough, I suppose, but wasn't there a similar way to do this in the past that wasn't a nightmare for Amigas and PDAs?
When I'm desgning a web site/web app I have a 'header' file which includes all of the font styles, table styles etc etc, and the body tag. This file is included in every other page by adding the line "require('header.php') to the top of each script.
True, but most web hosts provide PHP services [EDIT] as standard [/EDIT], and TBH PHP isn't that difficult if you just want to set some variables and echo their values to the browser to help you get a consistent style.