So, I have three divs on my page, left-column, center-column, right-column. My code is below, but I want the right-column to load before the center-column. Thanks in advance!
Code:
<body>
<div id="leftcolumn>Some content . . .</div>
<div id="centercolumn>Some content . . .</div>
<div id="righcolumn>Some content . . .</div>
</body>