Tutorial Blog
Articles by: Brady Feiereisel

Going from tables to

October 24, 2008 by Brady Feiereisel  

OK, what we will be accomplishing here is taking your Photoshop layout and mapping it out with CSS – div’s, instead of Photoshop’s default HTML – tables. In order to be successful in this tutorial you have to already know html coding, and some CSS experience is helpful as well. Lets start off with the basics. Instead of using html and using table cells to hold our background images to form the layout, we will be using <div>’s which can act the same way but are... [Continue reading this tutorial]

Tutorial Blog