MyBB Community Forums

Full Version: Link works but cannot see text/icon?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok, i havent run into this problem, but i decided to decimate all of my BB's and start over (with pretty nice results, thusfar). Anyhow, starting with a basic template, only had the search, memberlist, help, etc, on my toplinks So I added Portal and Games. Portal shows up, but without an icon and games is there (but you cannot see the word Games, just when you hover you know the link is there) My code looks like this:

><a href="{$mybb->settings['bburl']}/games.php" class="Games">{$lang->toplinks_games}</a><a href="{$mybb->settings['bburl']}/portal.php" class="Portal">{$lang->toplinks_portal}</a><a href="{$mybb->settings['bburl']}/search.php" class="search">{$lang->toplinks_search}</a>