Keithj
Member
- Messages
- 817
- Location
- Witnesham, Suffolk
I've had a look at the PHP for our flying group website, and it uses a CSS stylesheet. If any of that is any help...
You can see the site here.
You can see the actual stylesheet here.
Most of that is similar enough to HTML.
The line that calls it is in the "masthead" and goes like this
The main part of the site is the "booking and accounting system" which is password-protected for individual users, but involves calling other php routines as required. If you need any of the code, say the word and I'll put a copy where you can download it.
You can see the site here.
You can see the actual stylesheet here.
Most of that is similar enough to HTML.
The line that calls it is in the "masthead" and goes like this
Code:
<link rel=\"stylesheet\" media=\"all\" type=\"text/css\" href=\"http://jillings.org/gbaaw/cssmenu.css\" />
The main part of the site is the "booking and accounting system" which is password-protected for individual users, but involves calling other php routines as required. If you need any of the code, say the word and I'll put a copy where you can download it.