How can i get the base url, skin url on paroduct description in magento admin panel?
Can i use this :
{{store url=""}}
{{skin url=''}}
for getting the url
EDIT
Base URL in description field:
This is <a href="{{store url="some-link"}}">Some Link</a>.
Skin URL in description field:
This is <a href="{{skin url="images/test.jpg"}}">Some Link</a>.
Use the form without WYSIWYG editor (plain mode).