Edit Template Graphics HTML Code
Автор: Alexandra A.
Просмотрено 3032,
Подписчики 1,
Размещенный 0
this is from program's help
You can also click on the Insert Snippet button and choose from the following snippets to add:
...
Current Date[NOW]: the current date will be inserted automatically. For example, you can type "Today is [NOW]".
Need to change the format ( size and coulor of text and digits that appears)
would you let me know please how i can do it
Размещено
Hello Alexsandra, try this :
Current date is : <FONT color="red"><span style="font-size: 14pt;">[NOW]</span>
You can change the color and the font-size.
Hope this will help you..., ...J.P.
Автор
Thanks J.P.
Sorry not understand. my level is beginner.
I wonder where and how to find this line of the HTML code where need to make the changes.
- I just click and Insert Snippet and in a field appeared Current Date[NOW]: the current date inserted automatically. so i have Current Date[NOW] in field with no code - how to make change in this simple word [NOW]
Hi,
you don't have to use "Insert Snippet" but you have to insert a HTML cell. Hope my screenshot will help you (sorry I've only french version of the software).
Nice day to you, ...J.P.
Автор
Hi thanks it work.
to end with that matter would you please be so kind to write down for me in same way HTML CODES ( <FONT color="red"><span style="font-size: 14pt;">[NOW]</span> )
1. curren hour
2. publication or last updated date
OK, fine... You have just to change the term [NOW] by [HOUR] or [DATE] on the HTML code.
You can find this in the manual PDF (downloadable on your profil) :
Publication Date[DATE]: the date the Page was published will be inserted auto-matically. For example, you can type "Page last updated on [DATE]".
Current hour [HOUR]: the current time will be inserted automatically. For ex-ample, you can type "The time is [HOUR]".
Current Date [NOW]: the current date will be inserted automatically. For ex-ample, you can type "Today is [NOW]".
@+,...J.P.
<span style="color: white; font-family: Segoe Script; font-size: 28pt; ">Current Date </span>
<span style="font-weight:bold; font-family: Microsoft Sans Serif; color:red; font-size: 22pt; line-height: 36px;">[NOW]</span>
<br />
<span style="color: white; font-family: Segoe Script; font-size: 28pt; ">Time </span>
<span style="font-weight:bold; font-family: Microsoft Sans Serif; color:red; font-size: 22pt; line-height: 36px;">[HOUR]</span>
<br />
<span style="color: white; font-family: Segoe Script; font-size: 28pt; ">Uploaded </span>
<span style="font-weight:bold; font-family: Microsoft Sans Serif; color:red; font-size: 22pt; line-height: 36px;">[DATE]</span>