From: Todd O. <to...@da...> - 2001-03-30 12:58:26
|
> leftbox > rightbox > main I think we're selling the project short if we have leftbox and rightbox, etc. The themes need to be more generic and flexible. Such as the following: --Objects on a certain page nav_bar, weather, articles, poll1, poll2 (second instance), job_posts, header, footer --Theme/template <html><body> <style sheet here> {header}<br /> <table> <tr><td>{nav_bar}</ td><td>{articles}</ td> <td>{poll1}</ td><td>{poll2}</ td></ tr> <hr /> <tr><td>{weather}</ td><td>{job_posts}</ td></ tr> </ table> <br />{footer} </ body></ html> Oops, did I have four columns instead of three on top, then just two on the bottom? You see my point. We need to have each of the page objects separate, then allow the theme/template to arrange them independant of left, main and top. --Todd |