Hallo S-MAN!
Thanks a lot for trying to help me!!!
But I do not use this link:
Code:
<a href="http://www.yoursitename.com"> Fleisch</a>
because the word "Fleisch" is already a link. (made by vB)
My code is this one:
Code:
<img src="images/fb/fleisch.JPG" border="0" style="vertical-align:middle;"/>Fleisch
I also tried this code:
<img src="images/fb/fleisch.JPG" border="0" style="vertical-align:middle;"/> <a href="http://www.yoursitename.com">Fleisch</a>
It's logical to separate the pic from the link, then only the word is underlined. The only thing is I can't use this code because
the forum name disappeared, the link of the first posting appeared and in admin panel this forum was "gone"
In the admin panel it looks like this:
And if you fill in the name of the forum (here "Fleisch") the link is created automatically.
Now I tried this code:
Code:
<img src="images/fb/fleisch.JPG" border="0" style="vertical-align:middle;"/></a> Fleisch
and it gives me exactly what I'm looking for, but now the pic is linked and not the word.
greetings
Karin