Forum Moderators: coopster
The next step would be to go to Adobe Contribute, but I was seeking a free solution rather than making them pay 150 bucks for a program that they would only use 2 or 3 featurs.
Thanks alot!
Ryan
[aptana.com...]
I know this isn't a site to talk about FCKeditor, but maybe even if someone could steer me in the right direction.
How do you open/edit/save your website's HMTL files in the FCKeditor?
Thanks a bunch everyone!
Ryan
The only other way i can think of is it would open the final rendered HTML of the file, but thats basically useless because PHP built it?
So for example, if I have a php script that looks like this, how would you edit just the 'content area':
<?php
display_top();
?>
<p>Content area of the site goes here</p>
<?php
display_bottom();
?>
Thanks a bunch!
Ryan
any wysisyg editor bugs me with my php, I just edit code, upload and view in browser to see changes
no big thing
or have a local dev environment and then you don't even need to upload, just view the same file you are editing in a browser and refresh as you save changes
With regard to how you get the editor to edit only the contents, I accomplished this using a text editor by separating the content that the user could edit into another file. Then my php script just calls that file for the content section. The user does not edit the content directly inside the php file.
I ran into this sort of tutorial on WYSIWYG editors a while back that you might find helpful. I never went that direction, however.
oswaldg
[edited by: eelixduppy at 2:07 pm (utc) on Mar. 18, 2007]
[edit reason] no URLs, please [/edit]