Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6925135
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T10:45:03+00:00 2026-05-27T10:45:03+00:00

I am trying to apply css in the Zend Framework. My css file is

  • 0

I am trying to apply css in the Zend Framework. My css file is in public/css/layout.css. First of all I added the following code lines in bootstrap.php:

protected function _initPlaceholders()
 {
   $this->bootstrap('View');
   $view = $this->getResource('View');
   $view->doctype('XHTML1_STRICT');

   // Set the initial title and separator:
   $view->headTitle('My Site')
        ->setSeparator(' :: ');

   // Set the initial stylesheet:
   $view->headLink()->prependStylesheet('../../css/layout.css');
 }

Which simply specifies the title and stylesheet to be used. Then in layout.phtml I add the following code:

<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<?php
echo $this->headTitle();
echo $this->headScript();
// add a link to the site style sheet
echo '';
echo $this->headLink();

?>
</head>

Which simply adds link of the stylesheet specified in bootstrap.php.

But when I run the project then I am getting the form without css. Why is this? When I check the css with Firebug in a Mozilla browser it says:

<h3>Exception information:</h3>
<p>
<b>Message:</b> Invalid controller specified (css) </p>
<h3>Stack trace:</h3>
<h3>Request Parameters:</h3>
<pre>array (
   'controller' =&gt; 'css',
   'action' =&gt; 'layout.css',
   'module' =&gt; 'default',
 ) </pre> 

Please help me out to resolve this issue.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T10:45:04+00:00Added an answer on May 27, 2026 at 10:45 am

    Try

    $view->headLink()->prependStylesheet('/css/layout.css');
    

    this should help.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to apply css on the first A element inside .Outer, .Outer
My table has id=mytable . I'm trying to apply some CSS on the first
I am trying to apply css on my html.dropdownlist with a regular html select
I'm trying to apply a transform to a 3D object in a STL File
I am trying to apply some CSS class on the options of a drop
I am trying to apply css for my table as show in sample 9.Table
I'm trying to apply some CSS to the last .topic-wrapper div (which is inside
I'm trying to apply a CSS image rollover on a Wordpress header logo. I
I am trying to apply css to facebook like button. I know that it
I'm trying to apply CSS to my <h:inputText> but without success so far :

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.