MutualWisdom Posted December 11, 2003 Posted December 11, 2003 I'm still trying to understand divs as opposed to tables. If I want to separate the page into 2 columns, is there a way to do it with divs? It seems thus far that divs only make horizontal divisions. True? Also, do browsers get confused when tables are inside divs? What about with divs inside tables? I made a template strictly with Tables... now I want to divide it up into 4 sections (header, left content, right menu bar, footer) and use PHP includes to make it all come together as one. It seems easy to make the header, body, and footer. Should I create a table with two columns for the body, then do php includes in the tables? I'm sure some of these questions are rudementary. I appreciate your time spent. Quote
TCH-Sales Posted December 11, 2003 Posted December 11, 2003 By "divs" I'm guessing that you mean by using CSS. The first place to check out would be our CSS Tutorial. This will give you a basic understanding of how to work with the code in general. Quote
borfast Posted December 12, 2003 Posted December 12, 2003 Here's a few other links you might also want to check: www.thenoodleincident.com/tutorials/box_lesson/boxes.html www.bluerobot.com/web/layouts/ glish.com/css/ Or even this google search: http://www.google.com/search?q=css+layouts Quote
TCH-Don Posted December 12, 2003 Posted December 12, 2003 (edited) Yes the glish.com/css is the best, and may be what you are looking for, and the tutorial links are great too. Including glassdog.com they have a whole site full of info on many aspects of web design Thumbs Up Edited December 12, 2003 by TCH-Don Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.