|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
calling a php file instead of css to specify stylesheet
I wonder if this will work...
the link is pointing to a php file which pulls out the style from the database instead of a regular css file... index.html Code: <html> <head> <link rel='stylesheet' href='css.php' type='text/css'> </head> <body> <!--html code here --> </body> </html> where css.php contains this Code: PHP Code:
The database contains the styles... hmnnn... |
|
#2
|
|||
|
|||
|
try it.
__________________
Programmer's Corner |
|
#3
|
|||
|
|||
|
php is a beautiful thing
![]() |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > calling a php file instead of css to specify stylesheet |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|