I am using FreshNews theme for my blog MachoArts.com and I want to add three column black color footer in this theme. I donno more about HTML etc. so any suggestions for how to do this?
Well I have never made a theme for wordpress but if you found the code snippet for the footer you can make a conainter for the footer then include 3 divs in that container something like the following. <div class="footer"> <div style="float:left; width:33%;">info on very left here</div> <div style="float:left; width:33%;">Info in middle here</div> <div style="float:left; width:33%;"><info on the right here</div> </div> Code (markup):