_styleIsRegistered) { $this->view->headStyle()->appendStyle('html, body { height: 100%; width: 100%; margin: 0; padding: 0; }'); $this->_styleIsRegistered = true; } // and now we create it: return $this->_createLayoutContainer($id, $content, $params, $attribs); } }