I don't have a clear understanding of how to use the div code to custom a layout. Column 2 will be short because it will contain links. Column 1 and 3 will contain the main site content. How should I set up the div or php code so that I could get this layout in my php file? The layout I would like is this: ________________________________________ Header Graphic _______________________________________ :column ............ :..column. :......blog..........: :...1................. :...2........ :.....................: :...main ............ :............ :......subcontent: :.. content......... :............ :.....................: : ..................... :............ :......................: : ..................... :............ :......................: ---------------------------------------------
The ascii diagram is confusing, but if you post an image of what you'd like I'd be happy to help you with it.
Dan's right - it's not a php issue. If you want a 3 col setup just float the divs with the widths you want.