This seems like a silly question but I can’t seem to get this working.
In my markup, I want basically two columns sitting next to each other, say 300px wide each.
Normally i’d markup the left right, and then the right with no problems but in this case I need the markup for the right float, to appear before the left float.
However, when trying this the left float (second in markup) always sits below the right, unless I give it a negative top marking, but this has given me issues in IE.
Any suggestions?
Looks like it was a smarty bug as a simple HTML test worked correctly.