form_element input

mac 05 Jun, 2009
Hi,
I want a different Layout for one form_element input button. The Button 'Registrieren' must be 'font-weight: bold;' and background-color: #FFFFFF;'
I do not find the way, where I can do this.
Please can you help me.
Regards, Mac
Max_admin 05 Jun, 2009
Hi Mac,

add this style code at the top of your form code:

<style type="text/css">
#register{
background-color: #FFFFFF;!important
font-weight: bold;!important
}


give your button id = "register"

Cheers
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
mac 05 Jun, 2009
Hi Max,
I paste the Stylesheet in top of the FormCode and the id to
<div class="form_element cf_button"><input value="Registrieren" name="undefined" type="submit" id="register"></div>

When the Style is in the FormCode - the form isn't shown anymore.

Mac
mac 06 Jun, 2009
:cry: What mistake I have done?

Mac
GreyHead 06 Jun, 2009
Hi Mac,

The style tag wasn't closed in Max's snippet
<style type="text/css">
#register{
  background-color: #FFFFFF; !important
  font-weight: bold; !important
}
</style>

Bob
mac 06 Jun, 2009
Thanks Bob,
I was blindly 😶

Regards Mac
This topic is locked and no more replies can be posted.