Originally posted by: 777php
what wrong with using divs and css?
What's wrong with using tables?
I don't know if divs/css will work.
I've always used tables and know how to use them to do what I want.
I've done some looking into CSS but I'm not sure how it will accomplish what I need.
Basically I have tables that make a page look like this (If this will even show up right I dunno):
----------------------------------------------------
|....................................................................|
|---------------------------------------------------|
|...............|....................................................|
|------------|---------------------------------------|
|...............|...................................................|.|
|...............|...................................................|.|
|...............|...................................................|.|
|...............|...................................................|.|
|...............|...................................................|.|
|...............|...................................................|.|
|...............|...................................................|.|
|...............|...................................................|.|
|...............|...................................................|.|
|...............|...................................................|.|
|------------|----------------------------------------|
|...............|......................................................|
|------------|----------------------------------------|
All of the ........ = blank space
| or - = table borders.
I hope you can see what I talk about.
The top area is a header graphic.
The second table is 2 colums. The left portion is the remainder of the header graphic (so it must line up exactly) and the right column are 5 navigation graphics.
The Middle area is 3 colums. The left column for additional navigation/info, the middle colum is for all of the text/images/etc. The right column is a small width background in the table's cell to complete the interface design.
The lower area is 2 colums. The left colum is a graphic and the right column is the footer.
I don't know how to do that in CSS. If you can point me to a place where I can learn, I'd be interested of course.
Right now it's just tables using backgrounds and images to make an interface. It works....so why not use it?