the trouble is the elements are defined in different places in the html file. something like this.
how do i get "a" and "d" to appear on the same line (horizontally aligned) without removing "b" and "c" between them?
Code:
<input id="a"...... /> <input id="b"...... /> <input id="c"...... /> <input id="d"...... />
Comment