hi, im trying to help someone out with their site as a favor..but its actually harder than i thought. im trying to get a little mini logo below their footer. and then have some space again before then soundcloud player, so it looks nice. heres the site: http://nennayvonne.com/ can i just add the img src for the logo below the <div class="clear"></div> and then add another <div class="clear"></div> to give it more space again before the player?
Depends on whether you want the logo to show up in the pink or under the pink. I am guessing you want it under the pink footer. If thats the case you can hard code and image in. Just put it between these two divs: <div id=footer></div><!-- /# footer --> <-- image file goes here --> </div><!-- /#container-bg --> This will keep your image centered on the page with the rest of the content area. If you are hard coding the image you will not need to put a div clear afterwards, the image will be a block. You may want to add some additional margin using css to that image, so give it a specific class type. That way it will not fall behind your audio player.