2010-08-05, 12:15 PM
Hey again myBB!
Ok, so i tried my hand at adding a Home and Games Section Link using this:
<a href="{$mybb->settings['bburl']}/games.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/icons/icon.png" alt="" title="" />Games Section</a>
But this has happened!
![[Image: error2r.png]](https://camo.mybb.com/afaee2505a1a86a7d720da5bc90c5f3838de576c/687474703a2f2f696d6736342e696d616765736861636b2e75732f696d6736342f383633362f6572726f7232722e706e67)
Is there anyway i can 'seperate' the image from the words like the original icons? I was looking at the original icons code:
<a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help">{$lang->toplinks_help}</a></span>
And i was just wondering where the image link is in there, because i dont see it!
Thanks.
Ok, so i tried my hand at adding a Home and Games Section Link using this:
<a href="{$mybb->settings['bburl']}/games.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/icons/icon.png" alt="" title="" />Games Section</a>
But this has happened!
Is there anyway i can 'seperate' the image from the words like the original icons? I was looking at the original icons code:
<a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help">{$lang->toplinks_help}</a></span>
And i was just wondering where the image link is in there, because i dont see it!
Thanks.