HTML Coding from front end for ads
There is a glitch that needs to be corrected.
I hope someone understands my explanation.
I uploaded a coupon I created into an ad from the back end...if I try to edit the ad from the front end the coding/path breaks...the path is supposed to be
http://mysite.com/wp-content/uploads/ (it appears correctly when done from the back end)
When you try to edit the ad even non-related fields or insert this coding into the front end the path appears as ../
wp-content/uploads the "http://mysite.com" is replaced with ".."
this is now a broken path and the image no longer appears in the ad. If you try to correct it on the front end in HTML mode it continues to revert back to ".." but from the back end you can replace the ".." with "http://mysite.com" in HTML mode and the picture re-appears
hope this makes sence let me know when it is corrected...I can also show you the before and after coding for a clearer explanation