I need to know how to put my results for my search engine in a box like here http://www.everyclick.com/search?keyword=mom&filterType=&sortType=&searchArea=web&sbtn= I got my results in a box but do not know how to get other boxes side by site and on top of each other like that side.Please help me..
You could use tables <table> <tr> <td>column 1 row 1</td> <td>column 2 row 1</td> </tr> <tr> <td>column 1 row 2</td> <td>column 2 row 2</td> </tr> </table>