Hello in wizard edit in Chronoforms_V4_RC3.11_J1.6 you could just add to the form template:
<head>
<style type="text/css">
.text2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 28px;
font-weight: bold;
color: #693;
}
</style>
</head>
But in Chronoforms_V4_RC3.5.2_J1.6 this is not posible any more what should I do to add these styles
to the e-mail template in de wizard edit?
How do you add for example the body backgroundcolor for the e-mail template?
I need to add more styles but this reads more easy.
Hi Jeroen,
If you switch to the Normal/Advanced Wizard instead of the Easy Wizard then you can add CSS to the Email template - though I'm not sure that you need the <head> tags with it.
Bob
Thanks for you answer.
How do you switch a existing form from easy to normal/advanced?
in Chronoforms_V4_RC3.5.2_J1.6
Thanks very much Bob did not see that option.
A beer comming your way...
Hi Jeroen,
That may be because I just wrote that FAQ :-)
Bob
Got it working and I did ideed not need the <head> and </head> tags.
I still have a other problem but this is not related to this topic.
Greets,
Jeroen.
Hi,
I would like to add a link to my stylesheet,
I'm using CFv4 Email [GH] action,
I followed the instructions but does not work.
What could be wrong?
thanks
Hi Mino,
I'm not sure that you can sensibly include a CSS file into an email by linking. Most Email readers don't support that.
Bob
Hi Bob,
thanks for the reply,
do a great job here!
I wanted to try with a link because the method:
<head>
<style type="text/css">
. text {
font-family: Arial, Helvetica, sans-serif;
font-size: 28px;
font-weight: bold;
color: # 693;
}
</ style>
</ head>
does not seem to work with CFv4 Email [GH] action
Hi Mino,
I thought that had been fixed - I'll take a look when I have a moment.
It might work if you replace the double quotes with single quotes <style type='text/css'> or simply leave out the type attribute.
Bob
Forgive me Bob,πΆ
I removed check "Filter the email body"
everything works perfectly! π
but the problem menu
remains :wink:
Thank you very much Bob! π