| Category | HTML helper functions - css |
| Code Examples | css( path[mixed], rel[string], attributes[array], inline[bool] ) =$html->css('cake.generic.print',null,array('media'=>'print'));?> or like so: =$html->css('cake.generic.screen',null,array('media'=>'screen'));?> Multiple style sheets can be called by passing an array in the path parameter: =$html->css(array('reset','type','layout'));?> |
| Test Code | |
| Links | |
| Remarks | |
| Cancel |