oceandiver
Junior Member
Posts: 7
Registered: 7/2/2007
Location: Antwerp, Belgium
Member Is Offline
|
| posted on 7/25/2007 at 03:34 PM |
|
|
url links
Hello,
Some users have posted questions concerning url hyperlinks in the event list. Me too, I had initial problems with this, however I found a solution.
When trying to add a link the normal way, e.g. <a href="http://www.somesite.com">link</a> the calendar will link to http://www.yoursite.com/"http://www.somesite.com", which obviously gives a error, making the
link invalid.
This is due a bug in the scrip concerning the "apostrophes".
The solution to make the link work is not using the apostrophes; so for example <a href=http://www.somesite.com>link</a>
With me this works fine,
Greetings,
Andy
|
|
|
|