|
From: David N. <ph...@ne...> - 2002-07-29 17:47:53
|
Hi all, I d like to make 2 sites with nearly the same structure. Here s a scheme : ------------------------------------------------------------------- | Simple static header *1 | ------------------------------------------------------------------ | Left Blocks | Dynamic Header with searchboxes, logo ... | | doblocks(l) | | | special menu | | | funcs *2 | *3 | ----------------------------------------------------------------- | Page space drawmain, for max space for article *4 | --------------------------------------------------------------- | Static dyn footer *5 | --------------------------------------------------------------- I m based on a phpweblog053. I remark that with default header/footer weblog make left blocks encroached page space ! It's ugly for me i need maximum space for page space. I dont know how to proced to do for my special struture. I only want left blocks to encorach dyn header space. What do u think about this method : *1 goes into header.inc.php that calls drawheader *2+*3 goes into drawheader which contains a drawblocks(left) *4 is drawmain for page space *5 is a drawfooter calls into footer.inc.php, footer has no longer additional html tags. Can U give me a little template samples or new header/footer .php to make that. I trying to do that but I m losing my hairs, I didnt manage even with this method ! ? Weblog seems to be very stricts, when we willing to change his default struture. Even if i adopted it because i was thinking that it codes rules were simple and easy to understand ... Thanks. |