Hi
I want to be able to place simple links in my "Gallery Description".
My problem is that the HTML code is not saved correctly to the database:
<a href="../../index.htm">Main page</a>
is saved as this:
>a href=" ......
This should be an easy change since it works when I update the database field by hand using PHPMyAdmin for example
Olaf
1) You can use bbcode to make links
2) There is an html hack but it not advisable, as it is open to abuse.