I've been trying to make equal columns for a really long time now. I've been creating my first site, I want to focus on writing content, not designing. I have already spent way too long on designing. If someone is willing to help me, that would be amazing. I having nothing to offer other then my gratitude. Thanks
Hmm i'm not sure if this will work but my idea is to put your 3 columns in a wrap.. So that it's <wrap> <content> <sidebar1> <sidebar2> </wrap> And then if you set sidebar 1 and 2 to 100% height in the CSS providing your content DIV is always longer the other 2 will match it.
As per above, the columns are not actually the same height but it is faked by using wrapper Divs etc which gives the impression that they are the same height.... the exact technique will depend on exactly what you are trying to achieve.