The selector should be changed to p#largeText, no space, and that should work.
And don't use font tags or b/i/u tags. On Jun 5, 6:22 am, Jonathon Musters <[email protected]> wrote: > use <p id="largeText" >My Text HERE</p> > > in css > > p #largeText { > > font-size: 20px; > > } > > and you will get what you are looking for > > On Sat, Jun 5, 2010 at 8:58 AM, ytbryan <[email protected]> wrote: > > Hi all, > > > If i am printing out a variable $result like the below in my view > > > <font><?php $result; ?></font> > > > How can I make the printed value appear bigger? I tried to surround > > the value with <font size> or control the css. But it don't help. > > > Thanks! > > Bryan > > > Check out the new CakePHP Questions sitehttp://cakeqs.organd help others > > with their CakePHP related questions. > > > You received this message because you are subscribed to the Google Groups > > "CakePHP" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected]<cake-php%[email protected]>For > > more options, visit this group at > >http://groups.google.com/group/cake-php?hl=en Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] 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
