A simple way to line them up how you want is use tables.
For example 3 columns with a 0 border so you can't see it, textbox in one, text in another, image in another. That way you can then alter top, centre, bottom and left, centre, right for each column.
2007-08-01 07:33:05
·
answer #1
·
answered by Ryan M 1
·
1⤊
0⤋
It can: for the text box try
style="display: inline;"
...
or for the image try
style="float: right; margin-right: 1em;"
or
style="float: left; margin-left: 1em;"
...
2007-08-01 07:49:44
·
answer #2
·
answered by fjpoblam 7
·
0⤊
0⤋