evgeni.aleksandrov
Member
Posted 4 months ago #
Hi, I have the problem with hyperlink to picture, which is not showing.
I put in the footer the text:
The title: Friends
and in the body the text:
a><img src=</a
a href="http://www.fight-bg.com/wp-content/uploads/2013/01/nariba31.gif"></a (offcourse i put it here with errors to not show it)
I see the link to the site, but not see the image, could you please suggest where is the problem, or to suggest idea how to put the link to friends/sponsors sites in the footer?
P.S. The address of my site is: http://www.fight-bg.com.
Are you sure that's a WordPress website?
evgeni.aleksandrov
Member
Posted 4 months ago #
The website you linked before you edited your post didn't appear to be WordPress.
evgeni.aleksandrov
Member
Posted 4 months ago #
The site is not only wordpress, but with gamepress theme. I really do not understand what do you mean..
I went to see the source of this image on your website and it has the same error as the code you posted above....
This:
<img src="<a href=" http:="" www.fight-bg.com="" wp-content="" uploads="" 2013="" 01="" nariba31.gif"="">
will not work. The src element needs a path to image, so something like:
http://www.fight-bg.com/wp-content/uploads/2013/01/nariba31.gif
evgeni.aleksandrov
Member
Posted 4 months ago #
Thanks Alex, I found the mistake - it was typing mistake.
Case solved!