The most powerful
online WYSIWYG HTML Editor
Cute Editor for PHP
Leading PHP WYSIWYG HTML Editor
Home
Demo
Forums
Requirements
Document
Screenshots
Deployment
Features
Sales FAQ
Order
Getting Started
Default Configuration
Basic Examples
Relative/Absolute URLs
Line break
Auto Adjusting Height
Multiple Editors
Read only
Localization
Edit static HTML
Setting the max length
Input and Output
Output XHTML
Handle pasted text
Load templates
Interface Customization
Theme Support
Full Screen Mode
Minimal Configuration
External Style Sheets
Advanced Topics
Customized Toolbar
Add custom buttons
Add custom dialogs
JavaScript API
Use as an image selector
Use as a file manager
Relative or Absolute URLs, which do you prefer?
With Cute Editor, you have the choice of using either a
relative or absolute URL
.
Default
SiteRelative Urls
Absolute Urls
<div><a href="some.htm">This is a relative path</a><br><br><a href="/some.htm">This is a Site Root Relative path</a> <br><br><a href="Http://somesite/some.htm">This is a absolute path.</a><br><br><a href="#tips">This is a link to anchor.</a><br><br></div>