Re: How to link the CSS

2007-04-04 Thread gerbenzomp

> background: url(/img/template/content_box/big-content_box-bg.jpg)

Why do you keep your templates in the img folder?

If you use more then one template of theme, you should take a look at
the themeableView class:

http://abing.gotdns.com/posts/2006/themeable-view-class-for-cakephp/


On 5 apr, 00:50, "Olwen Williams" <[EMAIL PROTECTED]> wrote:
> Images used in  css are relative to the the location of the css File
>
> On 05/04/07, rtconner <[EMAIL PROTECTED]> wrote:
>
>
>
> > Same problem here. I still dont know the answer, but putting the
> > images in my css folder works.
>
> > Anyone have other ideas or practices they use?
>
> > On Mar 9, 1:55 am, "jaideepj" <[EMAIL PROTECTED]> wrote:
> > > I have a doubt,
> > > The thtml file has a link which refers href="/css/aptusa.css"  its in
> > > my server i have downloaded it and now the path added to it is  /
> > > amateurpokertour/trunk/app .
>
> > >  > > media="screen" title="Amateur Poker Tour USA stylesheet"
> > > charset="utf-8" />
>
> > > Thecssfile consists of background like
>
> > > background: url(/img/template/content_box/big-content_box-
> > > bg.jpg)
> > > repeat-y;
>
> > > how can i link thecssfile with the thtml file with out adding this
> > > extra urls  /amateurpokertour/trunk/app .


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: How to link the CSS

2007-04-04 Thread Olwen Williams

Images used in  css are relative to the the location of the css File

On 05/04/07, rtconner <[EMAIL PROTECTED]> wrote:
>
> Same problem here. I still dont know the answer, but putting the
> images in my css folder works.
>
> Anyone have other ideas or practices they use?
>
>
> On Mar 9, 1:55 am, "jaideepj" <[EMAIL PROTECTED]> wrote:
> > I have a doubt,
> > The thtml file has a link which refers href="/css/aptusa.css"  its in
> > my server i have downloaded it and now the path added to it is  /
> > amateurpokertour/trunk/app .
> >
> >  > media="screen" title="Amateur Poker Tour USA stylesheet"
> > charset="utf-8" />
> >
> > Thecssfile consists of background like
> >
> > background: url(/img/template/content_box/big-content_box-
> > bg.jpg)
> > repeat-y;
> >
> > how can i link thecssfile with the thtml file with out adding this
> > extra urls  /amateurpokertour/trunk/app .
>
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: How to link the CSS

2007-04-04 Thread rtconner

Same problem here. I still dont know the answer, but putting the
images in my css folder works.

Anyone have other ideas or practices they use?


On Mar 9, 1:55 am, "jaideepj" <[EMAIL PROTECTED]> wrote:
> I have a doubt,
> The thtml file has a link which refers href="/css/aptusa.css"  its in
> my server i have downloaded it and now the path added to it is  /
> amateurpokertour/trunk/app .
>
>  media="screen" title="Amateur Poker Tour USA stylesheet"
> charset="utf-8" />
>
> Thecssfile consists of background like
>
> background: url(/img/template/content_box/big-content_box-
> bg.jpg)
> repeat-y;
>
> how can i link thecssfile with the thtml file with out adding this
> extra urls  /amateurpokertour/trunk/app .


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



How to link the CSS

2007-03-09 Thread jaideepj

I have a doubt,
The thtml file has a link which refers href="/css/aptusa.css"  its in
my server i have downloaded it and now the path added to it is  /
amateurpokertour/trunk/app .



The css file consists of background like

background: url(/img/template/content_box/big-content_box-
bg.jpg)
repeat-y;

how can i link the css file with the thtml file with out adding this
extra urls  /amateurpokertour/trunk/app .


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---