Forum Moderators: mack
I'm thinking about reworking my site look/feel...
Currently I use a dreamweaver template, and a few homegrown PHP scripts for a few affiliate ads, etc...
I don't really know much CSS, so I am using some tables for layout, but was wondering, should I do my site using Dreamweaver templates again, or maybe go to a way that uses things like a header.php, footer.php, menu.php that puts the elements on a page, so that if I want to change ALL the footers, I can just update one thing and make all the changes.
Any pros/cons for these ideas? or other suggestions on making my site easier to manage?
Thanks
Another option might be to use a content management system. There are many such applications, many are free. They allow you to control every aspect of your site using nothing more than a web browser.
Mack.
I like being able to use includes and scripts to automate many tasks.
I haven't used a GUI tool in years either. I code everything by hand - copy/paste/change. Sometimes tricky nested table layouts are a pain without a GUI, but I manage.
I haven't used a GUI tool in years either. I code everything by hand - copy/paste/change.