Forums
|
Support
|
Developer Guide
|
Company
Cute Editor for ASP
Leading ASP Rich Text Editor
Home
Demo
Screenshot
Requirements
Document
Features
Deployment
Order
Getting Started
Default Configuration
Basic Examples
Spell Checker
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
UI Customization
Skin Support
Full Screen Mode
Minimal Configuration
External Style Sheets
Advanced Topics
Customized Toolbar
Add custom buttons
Add custom dialogs
JavaScript API
Ajax Rich Text Editor
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>