Table to div css conversion
Thursday, July 31st, 2008Are you looking for the table to div and css conversion tool and you have spent a lot of time in finding such tools. Then I will suggest you, don’t waste your time and manually code your websites in div and css.
Actually tables and divs are two different things and there are very few similarities […]
Create Three column layout using div and CSS
Wednesday, March 19th, 2008In this tutorial you will learn to create a three column layout using css, and divs
Here is the sample sketch of layout.
1. First of all we need to create a container for page contents.
<div id=”container”> </div>
2. Now create three partitions of it by creating three divs(header, content and footer) inside the container tag.
3. Finally add […]