Gallery Description should be able to contain HTML Gallery Description should be able to contain HTML
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Gallery Description should be able to contain HTML

Started by Olaf Noehring, June 05, 2004, 04:12:08 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Olaf Noehring

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:

&gt;a href=&quot;  ......

This should be an easy change  since it works when I update the database field by hand using PHPMyAdmin for example

Olaf

Nibbler

1) You can use bbcode to make links
2) There is an html hack but it not advisable, as it is open to abuse.