]How To Place an Anchor Tag In a Gallery Edit>Title or Eit>Description: This Was Successful, But NOW Gets Immediately Nullified
HenryG
Joined: 2002-09-05
Posts: 4 |
Posted: Thu, 2007-10-11 20:53 |
Help Please with how to do Anchor Tag scroll down in Gallery Discriptions: How To Place an Anchor Tag In a Gallery Edit>Title or Eit>Description: This Was Successful, But NOW Gets Immediately Nullified When I Click "Save"? I want to use link = http://ww2.usca.edu/ResearchProjects/ProfessorGurr/gallery/albums.php?set_albumListPage=2#rwbb About two years a go and with an earlier version of Gallery I, this was successfully done for a very long time. But now, when I try to save this = <a name="rwbb"></a>, it immediately gets changed to = <a ></a>, which of course prevents the Ancor Tag from working. I have checked with several HTML editiors and Help pages, and this seems to be valid HTML code. I have searched Gallery Forums, for Clues, but none found. PLEASE HELP. Henry S Gurr See end for my PHP diagnostic. The following information is from my Gallery Diagnostic,(in the configuration wizard) |
|
Posts: 6818
Hello,
Gallery 1.5.x+ uses a Library called 'HTML_Safe' to sanitize input.
The "name" attribut is considered as dangerous and thus deleted.
If you want to allow it, open classes/HTML_Safe/Safe.php
find
And remove 'name' from the array.
Jens
--
Last Gallery v1 Developer.
Tryout the TEST-Version of Gallery 1.6