C
|
cgphp 6/8/2012 |
You can load your stylesheet globally from the header: http://xlinesoft.com/phprunner/docs/how_to_add_external_files.htm |
S
|
sradforth author 6/8/2012 |
You can load your stylesheet globally from the header: http://xlinesoft.com/phprunner/docs/how_to_add_external_files.htm
<link REL="stylesheet" href="customcss/bodycss.css" type="text/css">
|