View Single Post
Old 09-08-2025, 07:16 AM   #7
thiago.eec
Wizard
thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.
 
Posts: 1,248
Karma: 1419583
Join Date: Dec 2016
Location: Goiânia - Brazil
Device: iPad, Kindle Paperwhite, Kindle Oasis
Hi @chaley

Just noticed something weird with the HTML parser.
I added the translator info to the authors' tooltip using this template:
Code:
program:
	if $#translator  then
		tooltip = 'Autor: ' & $authors  & '<br/>' & 'Tradutor: ' & $#translator
	else
		tooltip = 'Autor: ' & $authors
	fi;
	tooltip
This made my tooltip's width to shrink.

Here it is without the <br/>:
Click image for larger version

Name:	no BR.png
Views:	30
Size:	5.0 KB
ID:	217982

Now, with the <br/>:
Click image for larger version

Name:	with BR.png
Views:	32
Size:	9.6 KB
ID:	217983

Last edited by thiago.eec; 09-08-2025 at 07:22 AM.
thiago.eec is offline   Reply With Quote