M MirandaSings Active member Aug 2, 2015 #1 I want to add 2 logos on the header in admin cp, but I can only put one. For the 2nd logo I want to link it to another site, is it possible?
I want to add 2 logos on the header in admin cp, but I can only put one. For the 2nd logo I want to link it to another site, is it possible?
M MirandaSings Active member Aug 2, 2015 #3 Thanks How do I link it now? I added the code the owners had <img src="http://www.aion-core.net/powered_by_aion_core.png" alt="Powered By Aion-Core Dev." longdesc="Aion Core Community Development"> but I want it to link to www.aion-core.net Upvote 0 Downvote
Thanks How do I link it now? I added the code the owners had <img src="http://www.aion-core.net/powered_by_aion_core.png" alt="Powered By Aion-Core Dev." longdesc="Aion Core Community Development"> but I want it to link to www.aion-core.net
Mr Lucky Well-known member Aug 2, 2015 #4 In front of the image code you have above, you put Code: <a href="www.aion-core.net"> And afterwards Code: </a> Upvote 0 Downvote
In front of the image code you have above, you put Code: <a href="www.aion-core.net"> And afterwards Code: </a>
M MirandaSings Active member Aug 3, 2015 #5 Hi, I put the code <a href="www.aion-core.net"> </a> <img src="http://www.aion-core.net/powered_by_aion_core.png" alt="Powered By Aion-Core Dev." longdesc="Aion Core Community Development"> Didn't link to it :/ Last edited: Aug 3, 2015 Upvote 0 Downvote
Hi, I put the code <a href="www.aion-core.net"> </a> <img src="http://www.aion-core.net/powered_by_aion_core.png" alt="Powered By Aion-Core Dev." longdesc="Aion Core Community Development"> Didn't link to it :/
Martok Well-known member Aug 3, 2015 #6 zipporah said: Hi, I put the code <a href="www.aion-core.net"> <a/> <img src="http://www.aion-core.net/powered_by_aion_core.png" alt="Powered By Aion-Core Dev." longdesc="Aion Core Community Development"> Didn't link to it :/ Click to expand... As @Mr Lucky said, put the </a> after the image code. Upvote 0 Downvote
zipporah said: Hi, I put the code <a href="www.aion-core.net"> <a/> <img src="http://www.aion-core.net/powered_by_aion_core.png" alt="Powered By Aion-Core Dev." longdesc="Aion Core Community Development"> Didn't link to it :/ Click to expand... As @Mr Lucky said, put the </a> after the image code.
M MirandaSings Active member Aug 3, 2015 #7 Martok said: As @Mr Lucky said, put the </a> after the image code. Click to expand... <a href="www.aion-core.net"> </a> <img src="http://www.aion-core.net/powered_by_aion_core.png" alt="Powered By Aion-Core Dev." longdesc="Aion Core Community Development"> </a> I also put <a href="www.aion-core.net"> </a> <img src="http://www.aion-core.net/powered_by_aion_core.png" alt="Powered By Aion-Core Dev." longdesc="Aion Core Community Development"> </a> Sorry lol I'm not good at this at all xD Upvote 0 Downvote
Martok said: As @Mr Lucky said, put the </a> after the image code. Click to expand... <a href="www.aion-core.net"> </a> <img src="http://www.aion-core.net/powered_by_aion_core.png" alt="Powered By Aion-Core Dev." longdesc="Aion Core Community Development"> </a> I also put <a href="www.aion-core.net"> </a> <img src="http://www.aion-core.net/powered_by_aion_core.png" alt="Powered By Aion-Core Dev." longdesc="Aion Core Community Development"> </a> Sorry lol I'm not good at this at all xD
Martok Well-known member Aug 3, 2015 #8 You have added </a> immediately after the href code, you weren't supposed to add it there, only at the end. Upvote 0 Downvote
You have added </a> immediately after the href code, you weren't supposed to add it there, only at the end.
M MirandaSings Active member Aug 3, 2015 #9 Martok said: You have added </a> immediately after the href code, you weren't supposed to add it there, only at the end. Click to expand... <a href="www.aion-core.net"> <img src="http://www.aion-core.net/powered_by_aion_core.png" alt="Powered By Aion-Core Dev." longdesc="Aion Core Community Development"> </a> But it says Error the requested page cannot be found? http://www.dreamaion-forum.com/www.aion-core.net is the url o.o Why is my forum url being put together with aion-core.net? Upvote 0 Downvote
Martok said: You have added </a> immediately after the href code, you weren't supposed to add it there, only at the end. Click to expand... <a href="www.aion-core.net"> <img src="http://www.aion-core.net/powered_by_aion_core.png" alt="Powered By Aion-Core Dev." longdesc="Aion Core Community Development"> </a> But it says Error the requested page cannot be found? http://www.dreamaion-forum.com/www.aion-core.net is the url o.o Why is my forum url being put together with aion-core.net?
Steve F Well-known member Aug 3, 2015 #10 add http:// in your link. http://www.aion-core.net Upvote 0 Downvote
M MirandaSings Active member Aug 3, 2015 #12 Thanks so much, you guys are the best!! Upvote 0 Downvote