I'm not sure how to go about putting this button into the right place. The button is going to be a repeated button throughout all the tutorial headline boxes. (Look at pictures, the "View Tutorials" button) Here is what it should look like: http://www.twelve41.net/sale/tutcave/ I have everything else going fine, just don't know how to get that button in their, but everything else looks like it does.
Based on your image, I would float the View Tutorials button right. If you put a class "tut_button" on the image, here's the CSS: .tut_button { float: right; } Code (markup): You'll probably also need to put the HTML for the View Tutorials button before the other text. Have a try at it and let us know how it goes.
You are correct, putting it before the other HTML made it show unlike putting it after. Thanks for your help.