Just wondering if there is a way to define a variable in the editor settings, so that when it opens it can convert the variable to the correct html equivalent.
<img alt="" src="{GLOBAL_BASE_URL}images/stateWebpage.jpg" style="padding-bottom: 7px;" /></img>
In the line above {GLOBAL_BASE_URL} is a variable that holds the domain name
example {GLOBAL_BASE_URL} = http://cutesoft.net/
So when the editor opens it would know that
{GLOBAL_BASE_URL}images/stateWebpage.jpg really means
http://cutesoft.net/images/stateWebpage.jpg
Cheers