I would like to display a large image on the right top corner without affecting other input fields.
In HTML5 I could use CSS, position:absolute.
Any suggestion on how to do this in urcaps’ html ?
Alternatively how would one do it using java ?
+----------------------------------------------------------------+
| TITLE +-------------------------+ |
| [input field] | LARGE IMAGE | |
| [input field] | LARGE IMAGE | |
| [input field] | LARGE IMAGE | |
| [input field] | LARGE IMAGE | |
| [input field] +-------------------------+ |
| [input field] |
+----------------------------------------------------------------+