August 7, 201115 yr I have a design and I am trying to add a live chat button into the navigation, however, I can not get it to align properly. Here is where I am trying to add it: http://www.ihubhost.net/forums And this is the code I am using: <a href="#" onclick="openLiveHelp(); return false"> <img src="http://www.ihubhost.net/order/modules/livehelp/include/status.php" id="LiveHelpStatus" name="LiveHelpStatus" border="0" alt="Live Help" height="35"/></a> Any help would be appreciated. thanks, Dave Edited August 7, 201115 yr by iHubHost
August 7, 201115 yr You might have to use inline styles like below <a href="#" onclick="openLiveHelp(); return false"> <img src="http://www.ihubhost.net/order/modules/livehelp/include/status.php" id="LiveHelpStatus" name="LiveHelpStatus" border="0" style="height:35px; margin-top:-5px;" alt="Live Help" /></a> Edited August 7, 201115 yr by pat24
August 7, 201115 yr Author This is fixed now, thanks, This is what I used: <a href="#" onclick="openLiveHelp(); return false"> <img src="http://www.ihubhost.net/order/modules/livehelp/include/status.php" id="LiveHelpStatus" name="LiveHelpStatus" border="0" alt="Live Help" style="margin-top: -27px;" /></a>
Create an account or sign in to comment