Hi, this is my GUI:
Attachment 39041
I would center the image horizontally....
Can you help me? I can not understand how to do this.
Thanks in advance
Printable View
Hi, this is my GUI:
Attachment 39041
I would center the image horizontally....
Can you help me? I can not understand how to do this.
Thanks in advance
You will need to set the CSS for the image as: margin-left: auto; margin-right: auto;
Solved with
- margin: 0px auto;
- width: 50%;