Send osc text and use that data to feed an html image

HI
is it possible to use textarea and, lets say I send 123

that osc data also feed an html frame to have the "www.site.com/123.jpg" as an image to be loaded ?

I guess the script should also reload the site

is it too much ??

Using advanced syntaxes:

<img src="domain.tld/@{text_widget_id}.jpg" />

@{text_widget_id} will be replaced withe the value of the widget with id text_widget_id.

wow!! thats mad simple, thanks

Im not able to align vertically the text on a textarea or on a switch

tried on the panel and also on each element CSS but is not working. the horizontal align works

what should I do ?

Im not able to align vertically the text on a textarea or on a switch

It's not possible in a textarea and labels are already centered in switches (both vertically and horizontally).

thanks

I was able to do it sort of this way:

textarea {
margin-top: 80%;

text-align: center;

}

but i gues that depends on the size of each textarea