6
try this...
instead of:
le="color: #000000"><?php <form action="user.php" method="post" class="css">
make it this:
le="color: #000000"><?php <form action="user.php" method="post" class="blockTitle">
make sure that your
le="color: #000000"><?php td#centercolumn legend.blockTitle
uses the same styles as
le="color: #000000"><?php td#centerCcolumn legend.blockTitle
Then you don't need the extra css styles from the french faq.
Hope that is more what you're looking for.
Rowd