Re: echoing a bigger font
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 <luvz2...@gmail.com> 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 <ytbr...@gmail.com> 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 cake-php@googlegroups.com
> > To unsubscribe from this group, send email to
> > cake-php+unsubscribe@googlegroups.com<cake-php%2Bunsubscribe@googlegroups.com>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 cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home