I am currently creating my first website. I have a decent knowledge of html. i can't figure out how to to do a three colum webpage with headers. How do you do this?
get a fresh cup of coffee and check out this site: http://mitchbryson.com/free-css-templates Or another good one with free templates is: http://www.oswd.org Dont' forget to bookmark them so you have them for later!
Since you have webspace, Get a free template, dreamweaver and your little knowledge of html... Ftp.... and your are good to go.
<table> <tr><td valign="top">column 1</td><td valign="top">column 2</td><td valign="top">column 3</td></tr> </table> Code (markup):