Hi O.J. Tibi! Thanks for responding!
I forgot to mention that I did included CSS declaration in a separeted
CSS file in webroot/css with url() links into CSS fixed and even doing
these action I can't obtain the rendered images :-(
The example I cut in my post is a part of this file. The html file has
a link to this file like this:
echo $this->Html->script(array("jquery.colorbox.js"),false);
echo $this->Html-
>css(array("colorbox.css"),"stylesheet",array("inline"=>false));
tnx
On 26 jul, 02:05, "O.J. Tibi" <[email protected]> wrote:
> Hi!
>
> I guess the problem here is where you put your CSS declarations/definitions.
> It's considered better to put these definitions in a separate CSS file in
> your `webroot/css` directory, rather than placing them inline in your
> CakePHP page. Some notes to consider:
>
> - Use CSS background image definitions that are relative to your css
> files in your style sheet. Most of the time, the directory structures
> between your css and img directories will never change, so use this to your
> advantage. The HtmlHelper::css() method will automatically insert proper
> code to link to your style sheet.
> - If you absolutely need to use an embedded or inline style definition in
> your page, make sure you are referencing an image from the webroot.
>
> HTH,
> OJ
--
Our newest site for the community: CakePHP Video Tutorials
http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others
with their CakePHP related questions.
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at
http://groups.google.com/group/cake-php