I did a couple of searches.. and looked through 50 of the 181 pages.. but did not find an answer to my problem..
Setup as simple link directory.. everything works fine..
but if an image is added in the description for
http://mysiteone.com , and the imageurl is
http://mysiteone.com/image1.jpg
It seems to work fine... image shows up... i can also post a link only to that image...
But if you do a search.. for
mysiteone then the url to that image gets completely broken.. because the word "mysiteone" is highlighted in the text..
so the sourcecode of the page is:
HTML Code:
case image:
<img src="http://www.<span class="highlight">mysiteone</span>.com/image1.jpg" border="0" alt="" />
case link:
<a href="http://www.<span class="highlight">mysiteone</span>.com/image1.jpg" target="_blank">http://www.<span class="highlight">mysiteone</span>.com/image1.jpg</a>
Probably hapened to others also.. but i can find a fix nowhere....
Thanx for a reply
Felix