Re: Trivial layout / css problem: text wider than background

2011-12-19 Thread Daniel
I found out what to change. I set the width to maximum on line 209 of cake.generic.css: /** Scaffold View **/ dl { line-height: 2em; margin: 0em 0em; width: 100%; } -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new Ca

Trivial layout / css problem: text wider than background

2011-12-19 Thread Daniel
I have a body (text) field which is displayed in a view. The problem with the default layout is that the text is wider than the coloured background of the alternate row (I can mail you a picture if you like). The class is as follows: .. which is within a tag. I would like the background to ext

Hi css problem on 1.3 version

2010-05-09 Thread CoDe
I have recently upgraded to cakephp 1.3 and now none of my css gets served. All i get instead is an error saying that the the css controller cannot be found javascript the same problem I added my RewriteBase /~user/cake some idea?? Check out the new CakePHP Questions site http://cakeqs.org and

Re: Plugin CSS problem

2010-04-12 Thread jacmoe
You didn't look hard enough: http://book.cakephp.org/view/1117/Plugin-assets :) On Apr 12, 11:49 am, Rebel wrote: > It's the /plugin/webroot dir that i need. But, I did not find this in > the manual (1.3 Collection) > thanks > > On Apr 11, 10:19 pm, nurvzy wrote: > > > Also be sure your assets

Re: Plugin CSS problem

2010-04-12 Thread Rebel
It's the /plugin/webroot dir that i need. But, I did not find this in the manual (1.3 Collection) thanks On Apr 11, 10:19 pm, nurvzy wrote: > Also be sure your assets are in /plugin/webroot/css as that is now > where cake 1.3 expects to find css assets for a plugin. > > Hope that helps, > Nick >

Re: Plugin CSS problem

2010-04-11 Thread nurvzy
Also be sure your assets are in /plugin/webroot/css as that is now where cake 1.3 expects to find css assets for a plugin. Hope that helps, Nick On Apr 11, 1:20 pm, Jeremy Burns wrote: > Try $this->Html > > Jeremy Burns > jeremybu...@me.com > > On 11 Apr 2010, at 15:30, Rebel wrote: > > > > > I

Re: Plugin CSS problem

2010-04-11 Thread Jeremy Burns
Try $this->Html Jeremy Burns jeremybu...@me.com On 11 Apr 2010, at 15:30, Rebel wrote: > I developed a plugin for cake 1.2.5, it work great. I tried to use it > with 1.3 beta > > I have this : > echo $html->css( '/plugin_name/css/file_name'); > in my plugin layout > >

Plugin CSS problem

2010-04-11 Thread Rebel
I developed a plugin for cake 1.2.5, it work great. I tried to use it with 1.3 beta I have this : echo $html->css( '/plugin_name/css/file_name'); in my plugin layout It generat : but cake return a strange response: Missing Method (the css() methode) in [plugin_name]Con

Re: CSS Problem

2009-07-18 Thread GravyFace
I'm going to recommend you check out the #css IRC channel on irc.freenode.net or the css-d discussion list if you prefer email. Since this is a CSS-specific issue, they'll be able to help you. On Fri, Jul 17, 2009 at 9:40 PM, ant...@sousa-family.com wrote: > > Hello, > > I am building a site usin

Re: CSS Problem

2009-07-18 Thread brian
Looks good to me. FF3.5 / Linux On Fri, Jul 17, 2009 at 9:40 PM, ant...@sousa-family.com wrote: > > Hello, > > I am building a site using cake and smarty. There seems to be a > problem with my CSS though. All of the individual pages dont seem to > be getting the CSS I wrote applied to them. In Sa

CSS Problem

2009-07-17 Thread ant...@sousa-family.com
Hello, I am building a site using cake and smarty. There seems to be a problem with my CSS though. All of the individual pages dont seem to be getting the CSS I wrote applied to them. In Safari and Google Chrome the site looks good and comes out the way I want.. But in firefox nothing seems to be

Re: css problem

2009-05-10 Thread paulos nikolo
ty james for your reply.I finally found it :) 2009/5/10 JamesF > > your syntax seems ok but when you load firebug and expand the + on the > css line do you see it loading an html page (missing method/ > controller)? if so your file is in the wrong spot. make sure it's in / > webroot/css > > > On

Re: css problem

2009-05-09 Thread JamesF
your syntax seems ok but when you load firebug and expand the + on the css line do you see it loading an html page (missing method/ controller)? if so your file is in the wrong spot. make sure it's in / webroot/css On May 9, 6:56 pm, Paulos23 wrote: > Hello guys. > i am having a trouble with cs

css problem

2009-05-09 Thread Paulos23
Hello guys. i am having a trouble with css.In particular i started creating my own layouts and css files and when i tried to load the page the css didnt load.I used firebug and i realize that no css file is applied for the layout. Inside the layout which is named user.ctp i linked the css file wit

css problem

2009-02-13 Thread mona
hi viewers i have one serious problem i have to set the page layout in such a way that my website should perfectly viewed in internet explorer . It is working fine in firefox but in IE it is not so can anybody tell me how to call two different css for two different browsers or any other solution

css problem

2009-02-10 Thread monirr444
this my code in my views that i want to link with html link('Watch the video', $recipe['Recipe']['youtube']); } ?> with this html code http://www.youtube.com/v/wbzLpteC8ng&autoplay=1 YouTube -- View this message in conte

Re: menu and css problem with path

2008-02-06 Thread RichardAtHome
link('General Stats', array('controller'=>'stats', 'action'=>'general')); ?> or something very close. --~--~-~--~~~---~--~~ 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@go

Re: menu and css problem with path

2008-02-05 Thread AD7six
On Feb 6, 8:44 am, redcom <[EMAIL PROTECTED]> wrote: > is there a cakephp path constant or something i can use in for the > menu ? Use the ($html) helper(s) rather than writing 'raw' html. see the blog tutorial for example. hth, AD --~--~-~--~~~---~--~~ You r

Re: menu and css problem with path

2008-02-05 Thread redcom
hello thanks for the replay. i am using wamp on windows. i also use the directory aqstat for development: http://localhost/aqstat/ than i have created the layout in the /aqstat/app/views/layout/ default.thtml the page looks like this: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> h

Re: menu and css problem with path

2008-02-05 Thread tidwah
e since the status is the controller > and the general/details are the methods? > > Thanks in advance. > I am a novice in the cakephp and please point me in the write direction. > since i didn't found the answer in the manual. > -- > View this message in > context:h

Re: menu and css problem with path

2008-02-05 Thread Tim W
i didn't found the answer in the manual. > -- > View this message in > context:http://www.nabble.com/menu-and-css-problem-with-path-tp15241839p15241... > Sent from the CakePHP mailing list archive at Nabble.com. --~--~-~--~~~---~--~~ You receiv

menu and css problem with path

2008-02-05 Thread redcom
mod_rewrite since the status is the controller and the general/details are the methods? Thanks in advance. I am a novice in the cakephp and please point me in the write direction. since i didn't found the answer in the manual. -- View this message in context: http://www.nabble.com/menu-an

Re: HTML/CSS problem

2007-08-04 Thread francky06l
Your problem is into the css itself I guess. Try to check any syntax problem, also using Firebug check about the css errors you get On Aug 3, 10:06 pm, CakeMan <[EMAIL PROTECTED]> wrote: > I don't know whether you all face this problem but i have faced it but > i don't know why ? > > I have inst

HTML/CSS problem

2007-08-03 Thread CakeMan
I don't know whether you all face this problem but i have faced it but i don't know why ? I have installed cakephp and writes an view etc. having some form fileds with code as "Name :  *input('UnivcommMember/ lname'))?>" having 3-4 text fields. when i saw the form in the FIREFOX and try to cli

Re: css problem

2007-02-20 Thread Dr. Tarique Sani
On 2/21/07, anandrv <[EMAIL PROTECTED]> wrote: > project normally we are calling like that > how to call this new table class . So what is preventing you from using in your view? Just write a new class and do it like you would normally do (no puns or insinuations intended ;) ) HTH Tariqu

Re: css problem

2007-02-20 Thread anandrv
here normaly we are writen tag means this table is taken 100% this is writen in webroot/css/cake.generic.css there writen table class so it will display like that if i have change there means it will affected all table in my project i need to change or writen an new class in css file how to call

Re: css problem

2007-02-20 Thread Dr. Tarique Sani
On 2/21/07, anandrv <[EMAIL PROTECTED]> wrote: > table width is 450 and right table width is 115 how it is doing give > me sample coding and suggestion Please explain how is this problem of yours related to CakePHP? Tarique -- = PHP

css problem

2007-02-20 Thread anandrv
Hi all, In my project i want to write a different table(html) in the page but the style sheet file is commenly writen table class i want to change the one more class in css file left side table is width="95" body table width is 450 and right table width is 115 how it is doing give me sample coding