Signature html
Signature html
Hi.
We´ve used to add some <br><br> tags in the signature block line 3, in some of our radiologists, to guarantee that the data tag stays below the signature image. From some days ago, we´ve noted that all the <br><br> tags disapeared, and we can´t add it anymore, causing our signature block to appear incorrect, like this:
Assinado eletronicamente por:
Dra. Bla Bla Bla
CRM XXX.XXX-SP
< here goes the signature image >
< here goes the signature image >
< here goes the signature image > 11 de Julho de 2013 23h46min52s BRT
< here goes the signature image >
With the previous <br><br>....<br>, we got:
Assinado eletronicamente por:
Dra. Bla Bla Bla
CRM XXX.XXX-SP
< here goes the signature image >
< here goes the signature image >
< here goes the signature image >
< here goes the signature image >
11 de Julho de 2013 23h46min52s BRT
What can be done to correct this ? Thank you
We´ve used to add some <br><br> tags in the signature block line 3, in some of our radiologists, to guarantee that the data tag stays below the signature image. From some days ago, we´ve noted that all the <br><br> tags disapeared, and we can´t add it anymore, causing our signature block to appear incorrect, like this:
Assinado eletronicamente por:
Dra. Bla Bla Bla
CRM XXX.XXX-SP
< here goes the signature image >
< here goes the signature image >
< here goes the signature image > 11 de Julho de 2013 23h46min52s BRT
< here goes the signature image >
With the previous <br><br>....<br>, we got:
Assinado eletronicamente por:
Dra. Bla Bla Bla
CRM XXX.XXX-SP
< here goes the signature image >
< here goes the signature image >
< here goes the signature image >
< here goes the signature image >
11 de Julho de 2013 23h46min52s BRT
What can be done to correct this ? Thank you
-
- Posts: 195
- Joined: Wed Jun 20, 2012 5:14 am
Re: Signature html
Actually we are now cleaning up trailing <br>s because they were inadvertently making their way into many places apparently.
What you are doing should work if you use paragraph tags instead, i.e.
<p> </p>
Can you try that instead?
Thanks
What you are doing should work if you use paragraph tags instead, i.e.
<p> </p>
Can you try that instead?
Thanks
Re: Signature html
Didn´t work...
tried:
<p><img width="41" height="38" align="left" src="/template-img/rg_folder_12345/E-sign/*****.jpg"/></p>
and get:
Assinado eletronicamente por:
Dra. Bla Bla Bla
CRM XXX.XXX-SP
< here goes the signature image >
< here goes the signature image >
< here goes the signature image > 11 de Julho de 2013 23h46min52s BRT
< here goes the signature image >
<p><span><img width="41" height="38" align="left" src="/template-img/rg_folder_12345/E-sign/*****.jpg"/></span></p>
does the same
tried:
<p><img width="41" height="38" align="left" src="/template-img/rg_folder_12345/E-sign/*****.jpg"/></p>
and get:
Assinado eletronicamente por:
Dra. Bla Bla Bla
CRM XXX.XXX-SP
< here goes the signature image >
< here goes the signature image >
< here goes the signature image > 11 de Julho de 2013 23h46min52s BRT
< here goes the signature image >
<p><span><img width="41" height="38" align="left" src="/template-img/rg_folder_12345/E-sign/*****.jpg"/></span></p>
does the same
Re: Signature html
I don't believe your problem is actually the trailing BR tags being removed. It appears that the report date is floating next to the img tag you have embedded into your radiologists signature.
In your report templates you could do something like this:
Or use a table or other containers to prevent floating.
Thanks,
Jusitn
In your report templates you could do something like this:
Code: Select all
<div style="clear: left;">$REPORT_SUBMISSION_DATE_TIME</div>
Or use a table or other containers to prevent floating.
Thanks,
Jusitn
Re: Signature html
Tried, but cant save the report template after html editing it...I´ve selected the report template, clicked in Edit -> Html icon -> opened new windows with html code... changed the code and clicked update. Clicked save... no sucess.
Re: Signature html
You'll have to be more specific about what you mean by "no success." I was able to update html in several templates without issue. Keep in mind that if you enter invalid html it will remove the invalid fragments.
Thanks,
Justin
Thanks,
Justin
Re: Signature html
I´ve sent a msg to admin with username and template.
Re: Signature html
Hi Mário,
I made the changes described above to your template and the changes saved. I can also confirm that the signature date/time now correctly breaks onto the line below the signature image.
Best,
Justin
I made the changes described above to your template and the changes saved. I can also confirm that the signature date/time now correctly breaks onto the line below the signature image.
Best,
Justin
Re: Signature html
In your email you mentioned you were using Chrome. I was able to reproduce some odd behavior using Chrome v28 with the report template editor. For now, you can use any other browser (FireFox is recommended) while we investigate.
Thanks,
Justin
Thanks,
Justin