Was wondering if it is possible to use PHP, or any server code, in a custom view in CS(Livelink) 10.
Here is the problem I have. Any other solution would be great!
I currently have an image map. When a user hovers over a certain area of the image, some text pops up using CSS. The text is in an html file. I need to give certain users the ability to edit the text without having any prior knowledge of html. I was thinking the text could be stored in a .txt file since this would be easy for anyone to edit without disrupting the code.
Thanks!