Heh, just be careful not to overdo it in nesting the tables... When we did tests for SoruceForge, we found that nesting tables more than 5 deep (5 tables, each within a table within a table...) will slow Netscape to a _crawl_... Since each box takes 2 tables already, that doesn't leave much room for things like a whole page layout table, or a side navigation... But PHP is useful for it. You can even create classes, then override functions when you extend it... So in theory, you could create a box class (or, in our case, a Layout class), then later if you want to override how you do your boxes (say, for one page only) you extend the class and override the function. Very cool. Or you could use autogen and makefiles... ;O) -- Geoffrey On Wed, 13 Dec 2000, Peter Jay Salzman wrote: > hey guys, > > thanks to your instructions i was able to reproduce that linuxuniversity > page without looking at the source code. it looks pretty good (except for > my cheesy gimp capabilities): > > http://www.dirac.org/tests/try2.html > > i can definitely see why you'd want to write something in php to automate > this. it took me almost 90 minutes to iron out all the details, and the > resulting html isn't pretty. > > thanks again! > pete > > -- > ------------------------------------------------------------------ linux > To err is human, to forgive is divine. [EMAIL PROTECTED] - > To oink is porcine, to meow is feline. http://www.dirac.org/p ._. > To neigh is equine to howl is lupine, /v\ > To moo is bovine to bleat is ovine. // \\ > ------------------------------------------------------------------ ^^ ^^ > GPG Fingerprint: B9F1 6CF3 47C4 7CD8 D33E 70A9 A3B9 1945 67EA 951D rules >
