Re: making a layout with CSS in CakePHP

2010-07-02 Thread Tomfox Wiranata
thanks a lot for the very quick answer...i'll give it a try :) On 2 Jul., 17:36, Jeremy Burns | Class Outfit wrote: > Your css files go in /app/webroot/css/. You include them by putting echo > $this->Html->css(array('filename')); in the head section of your layout. > > You do your data retrieval

Re: making a layout with CSS in CakePHP

2010-07-02 Thread Jeremy Burns | Class Outfit
Your css files go in /app/webroot/css/. You include them by putting echo $this->Html->css(array('filename')); in the head section of your layout. You do your data retrieval in the controller, although your function actually calls methods of the models, which do all of the database heavy lifting

making a layout with CSS in CakePHP

2010-07-02 Thread Tomfox Wiranata
hi, before i used cakephp i designed a layout with CSS "naked" (no framework, no CMS) to show a members profile. now, i am asking myself how to make this work in cakephp. this is what i got worked so far: i put all my divs containers into a view template:

Re: CSS in CAKEPHP

2007-12-06 Thread
Thank you for the attention, I found the mistake, it was in same CSS. #maincontent the {color: #00; } It was worth On 5 dez, 17:40, AD7six <[EMAIL PROTECTED]> wrote: > On Dec 5, 7:48 pm, "RÔ" <[EMAIL PROTECTED]> wrote: > > > > > > > Estou com algumas dificuldades no CSS do meu projeto , em al

Re: CSS in CAKEPHP

2007-12-06 Thread
I am with some difficulties in CSS of my project, in some moments corretamentamente works put in some cases works in terms: a.principal{ font-family: arial; font-size: 11px; text-transform: capitalize; color: #FF; left: 15px; text-decoration: none; display: block } if in the exa

Re: CSS in CAKEPHP

2007-12-05 Thread AD7six
On Dec 5, 7:48 pm, "RÔ" <[EMAIL PROTECTED]> wrote: > Estou com algumas dificuldades no CSS do meu projeto , em alguns > momentos funciona corretamentamente porem em alguns casos funciona em > termos: > > a.principal{ > font-family: arial; > font-size: 11px; > text-transform: capitalize; > co

CSS in CAKEPHP

2007-12-05 Thread
Estou com algumas dificuldades no CSS do meu projeto , em alguns momentos funciona corretamentamente porem em alguns casos funciona em termos: a.principal{ font-family: arial; font-size: 11px; text-transform: capitalize; color: #FF; left: 15px; text-decoration: none; display: block