-
Hello there I am writing a image-keyboard trial in which if participant does a particular behaviour, the image itself is not shown and a fixation cross is shown. I have this code: However, this fixation cross does not align with another fixation cross I am inserting through the html-keyboard-response. I wonder what CSS could I write to get those aligned. Setting the margin to 0 does not work. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
update: Managed to solve the problem using a conditional function and a separate html-keyboard node. Bit long winded, but works fine |
Beta Was this translation helpful? Give feedback.
update: Managed to solve the problem using a conditional function and a separate html-keyboard node. Bit long winded, but works fine