My test page is here: http://www.lolroulette.com/test/ At the bottom of the page, I have two boxes: YAMS and HAM How do I get these above my article box so that they appear on the top of the page? Thanks
Hello there! This thing is easy, just open the index.php file from your theme directory and somewhere, at the bottom of the page you will see two DIVs (basics and howto). Well, you will have to select and move them above the article class. I hope you understand what I say and if you can't figure it out, PM me.
I know this part, but how can i leave it so that my <H1> tag and article appears immediately after the body at the top though so search engines index this part first? Yet have my two boxes appear near the top for visitors? I want it sort of like my links menu where they are actually the last item indexed by the search engines besides the footer.
Unfortunately there is no float top/bottom. A solution for fixed height elements is to add absolute positioning with top:0 to the element you want to appear at the top. Remember to push the other content down the same amount as the height of the top element. Otherwise they will be placed on top of eachother.