Hi, people.
I'm pretty new to this with webdesign and PHP, and i need your help...
I am currently designing a webpage, using Dreamweaver MX with templates and nested templates, layout using tables.
Most of the site is static html, but with some php (news, guestbook, etc.). Everything is going just fine, but there is some functionality problems:
1) If a future "webmaster" (site isnt for my personal use) inserts a picture which is to large for the table, the table expands and the design is all screwed up. I'm not sure that the future users will be able to solve this, if it happens.
2) I am not sure that the future users will be able to do updates to the site in a way they feel is easy and simple. (don't think they're comfortable using Dreamweaver, FTP-client, etc.)
What do i wnat?
Well...
1) Is it possible to nail the layout to the floor, making the tables fixed, using php or whatever? Making too large images resize or something, instead of screwing up the layout?
2) Can I, in a simple way, make my site "updateable" from an admin area, where there is a possibility to add/remove submenus, and add/remove/change contents. And, if so, is it possible without redoing the entire site??? I've put alot of hours into this, and i dont NOT want to redo the whole thing. :-)
Important (well, maybe):
The site uses a main template for layout and top menu.
The site uses sub-tebmplates, for sub-menus.
sighs i really do not want to redo the whole thing. can't i just use some darn good script for converting a site from dreamweaver templates to online cms... please? ;-P
// oh how i hate being a newbie