Sunday, August 2, 2009

Where can I get a free php layout I can tinker with?

I'm trying to make a web page, my knowledge of php is too limited to start from scratch, Is there a free layout with a built in menu, body and title bar I can tinker around with?

Where can I get a free php layout I can tinker with?
PHP is coding that goes inside of HTML/CSS pages. So you aren't looking for a "php layout", but an "html layout".





Take a look at the open source web design site:





http://www.oswd.org/





Another great (!!!) site is CSS Zen Garden:





http://csszengarden.com/








Start with one of these page layouts, and start peppering it with your PHP code (though the better approach is to convert the layout into a template, using something like Smarty (see link below), and use PHP to publish the templates).

stamen

No comments:

Post a Comment