http://www.missionenvironment.com/test I want to move the adsense to the right and the content to the left. CSS: http://www.missionenvironment.com/test/screen.css Thanks
that is some dodgy css. If you created it correctly you could of changed it with 2 edits, but it looks like your gonna have to rework the code.
#content .wrapper { float: left; display:block; /* remove this line if position error */ } #sidebar { width:120px; float:right; position:relative; padding:8px 0 0 8px; } im not sure but try this..
I thought so. I had it done my way, but then randomly someone said I could have done it better and redid it for me. It met w3c validation, so I assumed it was better then mine. How can I fix it?