It's only the home page knocked up so far, but I've set it up in a template system, so it won't take long tomorrow. (It's 11:30PM) Check it out:
http://d3.elementfx.com/d3sign/clients/jgrah1/
You have the honour of being my first client! :biggrin:
Yeh, the code you use to make a page in that setup is:
PHP:
<?php include('lib.php');?>
<?=page_header('Home')?>
All the text you want to use in the page.
<?=page_footer()?>
Pretty simple eh? That also means if you want to change the header, footer or the links, you need to change 1 file, not 5 or more. Keep that in mind when making your choice.
Anyway, if you have anything against my design's aesthetics, please let me know, I'll be more than likely to be able to fix it.
It's been tested in IE7/FF3. Should run great in all then. I don't think they'll be any IE6- specific CSS!!!
This is the first time I have done a non-fluid layout. I hope you like it.