|
Hello all, I have almost given up hope on this issue and am leaning towards just using iframes as this website is for a small school district. I dont even know if this is the right place to put this..
Let me give the skinny:
I have been assigned to create a new website for my local school. They have multiple people accessing this website, one for each building, basically. So, there is a total of 6 or 7 people using it. Our concern is that they may screw it up somehow if we give them too much access.. The solution presented to me (and somewhat well known, but just feels dirty) is to use iframes and just make seperate pages within the main template and smash them in place with some divs. I would prefer not to do that, as i know very little supports any form of frame use any longer, and never really has very effectively, in all honesty.
What language do i need to learn to accomplish this? I dont even know where to turn, a friend mentioned php, which i dont even really know anything about php. Would php do what I need it to, and if so, where do i start?
I'm seriously giving into the iframe thing, because it would be so easy, but the easy route is usually the wrong one, right? also, is there a command within a css file that can add/change a link to something? like (this is wrong, i know)
#mylinks {
ahref: index2.htm;-name-"Important links";
}
or is this another feature of php, possibly?
Thanks so much,
Keith
|