Add to your stylesheetCode:#productMainImage {float: left;}
Add to your stylesheetCode:#productMainImage {float: left;}
Thanks great !
have another q .
here left words to rught and right field to left
if you understand me . i want switching .
Thanks
I currently see on your login page the text on the right and input boxes on the left.
Are you saying you want the text on the left and the input boxes on the right?
This will do that, though it becomes a bit harder to visually match some of the labels with their inputs:Code:#loginDefault label {float: left;} #loginDefault label.radioButtonLabel {float: right;} #loginDefault input {float: right;}