Still having problems with my TinyMCE admin panel [solved]
Posted: Fri Mar 31, 2006 12:45 pm
Alright, I have a new problem with TinyMCE. I am using it as a WYSIWYG editor for news on a client's site. To edit a news event, it pulls html formatted text from a database, urlencodes it, and sends it in the url via query string. I think this is where my problem is, because it's causing links to look like this...
../../%22http://www.goldnuggetmuseum.com/beta/gold_nugget_days.php/%22
probably has something to do with urlencode, huh? What would be a better way to pass this info?
../../%22http://www.goldnuggetmuseum.com/beta/gold_nugget_days.php/%22
probably has something to do with urlencode, huh? What would be a better way to pass this info?