Forum Moderators: coopster
scriptname is an tool for web developers who wish to provide their clients with an easy, quick, very affordable, and visual (WYSIWYG) way to edit a pre-defined web page content area through their browser.
Free online WYSIWYG editor for content management of HTML (including text and urls) - PHP based system
If you have web pages that require frequent content updates by clients, then scriptname can make your life a lot easier. You could even charge your clients for the ability to modify their own web pages!
Detailed Description
scriptname allows you to mark up any "snippet" of HTML so you can make WYWISYG changes to it online - without changing the design or HTML you've worked hard to create.
It's easy!
<snippet name="My editable area">
Place any HTML code you wish to make editable here...
</snippet>
scriptname is specifically designed to work seamlessly with existing web pages (including Dreamweaver templates and similar programs) without having to modify the existing design or HTML you've worked hard to create.
The problem is that this script has some serious limitations in the free version.Does someone knows a similar script?
Help would be greatly appreciated!
Thanks in advance!
Is this a content management system you are describing?
If so, there are open source PHP CMS solutions, as well as blog software, that may work for you. Assuming the basic objective is to let users edit and create content without messing up the HTML structure, it sounds like you need a content management system. Searching here or at Google may give you some starting points.
I think i'm gonna explain again.
I have a page,for instance,foo.html(or php) with this code:
<html>
<head>
<title>foo</title>
</head>
<body>
<table width="200">
<tr>
<td bgcolor="#FF0000">hello,world!</td>
</tr>
</table>
</body>
</html>
Now,what i want is php script that allows me to change the bgcolor or the text.
The best way to achieve this would be a online-browser-based text editor,in wich i could open a html(or php) page and modify it(and saving it afterwards of course).
That's the thingy i'm looking for,and you can easily see that i donīt need a complex cms.I just need the ability to modify(online) one or two pages,without having to upload them...