¿how to use a .css just in one form?
eg:
//newSuccess.php
<?php use_stylesheet('publication.css'); ?>
<h1>tittle of publicaction form</h1>
<?php include_partial('form', array('form' => $form)) ?>
//end of file
and
//pubilcation.css
a{
font-size: 40px;
}
//end of file
the problem is that all the generated page has the A tags with 40px of
font-size, and i just need that size for the publication form. For other A
tags in the generated page i do not need that size.
thanks a lot
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---