Jump to content

Allowing users to edit HTML content


SamohtVII

Recommended Posts

So I have built a frame of a site which is pretty much the navigation, header and an empty body.

The idea is that the body should be entirely editable by another person who doesn't know HTML too well. So I have made a site and I want to hand it over to someone else to fill and edit and do what they want.

Is the best way to do this Joomla or another CMS? I have looked into it but I want to use the site I have already created I don't want to make the site in the CMS or do I have no choice? It's my first look into CMS's and to my understanding you build the site in Joomla and edit it in there as well. But I already have a site built I just want the user to be able to edit the body of it all easily.

 

I hope that all made sense.

 

Thanks

Link to comment
Share on other sites

Basically I am making a site for someone and they want to control the content that will go into the middle content area of each link, so when a user clicks 'home' the content that the other admin specifies will be included in the content. images, text and links mainly.

Link to comment
Share on other sites

The only thing I can think of is that they could edit your file just enough to add one or more iframes and set the size of each iframe. Each iframe could then point to a different HTML file where they would put their content, however I don't know if this is worth the bother.

 

http://www.w3schools.com/tags/tag_iframe.asp

Link to comment
Share on other sites

You are able to use PHP,

Add <?PHP include "{LOCATION OF FILE & EXTENSION}" ?>

Then in that text file, you can write your content.

 

If you know PHP Well, I recommend you use a database and MySQL Queries so that you can use a form or textarea to update the content.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...