Image information "Information displayed" right justified ?

Ask for help and post your question on how to use XnView MP.

Moderators: XnTriq, helmut, xnview

Post Reply
jo2h2
Posts: 23
Joined: Sat Mar 14, 2009 4:09 am

Image information "Information displayed" right justified ?

Post by jo2h2 »

Hi,

I am using image information "Information displayed" - normally with Position "Top-Left" - that works fine.

But when using Position "Top-Right" the text is simply moved to "Top-Right" but still left justified - which looks odd and overlaps with the image.

Is there a way to configure the text to be aligned to the right / right justified ?

Btw. when using "Top-Center" centering the text would be ideal :)

Thanks and best wishes,
Sam ...
User avatar
XnTriq
Moderator & Librarian
Posts: 6339
Joined: Sun Sep 25, 2005 3:00 am
Location: Ref Desk

Re: Image information "Information displayed" right justifie

Post by XnTriq »

Hi Sam/Jo (-:
jo2h2 wrote:Is there a way to configure the text to be aligned to the right / right justified ?
You can put your variables inside an HTML paragraph tag:

Code: Select all

<p align=right>{Directory}{Filename With Ext} ({File Index})
{Width}×{Height} px @ {Zoom}%
{Size B} bytes
{Modified Date [a d/b/Y H:M:S]}</p>
jo2h2
Posts: 23
Joined: Sat Mar 14, 2009 4:09 am

Re: Image information "Information displayed" right justifie

Post by jo2h2 »

Hi XnTriq,

thanks for your quick and perfectly helpful information - that's working great :)

Wow - Thanks !

Best wishes,
Sam ...
jo2h2
Posts: 23
Joined: Sat Mar 14, 2009 4:09 am

Re: Image information "Information displayed" right justifie

Post by jo2h2 »

Just a quick note - not really important - but the <p align=right> part is reflected in the size of the colored background area - like adding blanks where <p align=right> is defined - so <p align=right> is not visible, but the background area is extended with (unnecessary) "spaces" :)

Best wishes,
Sam ...
User avatar
XnTriq
Moderator & Librarian
Posts: 6339
Joined: Sun Sep 25, 2005 3:00 am
Location: Ref Desk

Re: Image information "Information displayed" right justifie

Post by XnTriq »

jo2h2 wrote:Just a quick note - not really important - but the <p align=right> part is reflected in the size of the colored background area - like adding blanks where <p align=right> is defined - so <p align=right> is not visible, but the background area is extended with (unnecessary) "spaces" :)
I confirm the same issue with <div align=right></div> :-| :bugconfirmed:
Post Reply