Quote:
Originally Posted by klaush
Sorry, there is one issue. If you combine a img-code with a link to a website, so that normally a click on the image leads to the url, the link does not work.
Any idea to solve that?
|
Create a new bbcode for Images "with a link", and use that. Some like: [IMGL] for "img link", and put something like this in the replace:
Code:
<img src="{param}" border="0" class="imglink" alt="" />
Is the easiest solution, because to work all this "lightbox" things need to put a link to the image (and that what open in the new layer in fron the content). There's no other way to them to work.