As a new user to symfony I would highly recommend reading through the Definitive Guide to symfony: http://www.symfony-project.org/book/1_2/
I know its for the 1.2 version but the Definitive Guide for 1.3/1.4 is not fully ported yet and there really are not as many differences between the books. Just reading through that will give you a good grounding in symfony essentials and in understanding how all the various parts fit together On Tue, Mar 16, 2010 at 1:28 PM, vero <[email protected]> wrote: > It was so stupid that I am so ashamed. > I don't pretend to use * at all. It was a big error, and I'm really > grateful to you for your help. > > I have change it and now the sf has disappear, thank you very much and > thanks for all people who try to help others in that group. It's very > important for me because I was a beginner in all the things about css, > php, or, of course, symfony. > > > On 14 mar, 20:15, "rooster (Russ)" <[email protected]> wrote: >> On Mar 14, 7:24 pm, vero <[email protected]> wrote: >> > >> > my main.css is: >> >> > *{ >> > width:800px; >> >> > } >> >> Seriously? >> >> You are setting the width of the first found element to 800px - which >> in your case is the sf logo. >> >> http://www.w3.org/TR/CSS2/selector.html#universal-selector >> >> I imagine this works in the frontend because by coincidence it matches >> the element you actually want to be 800px wide... >> >> Russ. > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > You received this message because you are subscribed to the Google > Groups "symfony users" 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/symfony-users?hl=en > -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en
