Forum Moderators: not2easy
I've been searching here and have learnt than in order to float a div right it must come first in my code order, for example:
<div id="right-column"></div>
<div id="content"></div>
However, I wonder is there anyway at all to get this to work with a code order such as:
<div id="content"></div>
<div id="right-column"></div>
I tried setting the width of my "content" div to be narrower so that the "right-column" div could come up next to it but that doesn't seem to work.
Many thanks for any tips anyone has!
Best regards,
Greg