maelse Posted February 26, 2011 Share Posted February 26, 2011 Hi, I want to change the header text for my logo. I know nothing about programming. How could you do this? Which lines and other lines should be changed? Thanks Regards. 0 Quote Link to comment Share on other sites More sharing options...
joe2011uk Posted February 26, 2011 Share Posted February 26, 2011 Hi maelse Do you want to remove the text so its just the logo or do you want logo and text. Have you experimented with the header.tpl and css? Whats your knowlege of HTML and CSS like Joe 0 Quote Link to comment Share on other sites More sharing options...
sohouk Posted February 26, 2011 Share Posted February 26, 2011 I'm not t clear what you mean about the logo text. Either it's a logo image, or its text. Unless you mean the 'alt' text for the image, (which is in the language files). Remember, that header.tpl contains all the stuff that appears on all pages, so you can simply edit this as much as you want. Like a normal web page you can add or amend text. WHMCS use the Smarty template system which is very good and makes use of language files to provide flexibility. However, if (like us) you only use one language, you can dive in and add text to the pages directly Trevor 0 Quote Link to comment Share on other sites More sharing options...
maelse Posted February 26, 2011 Author Share Posted February 26, 2011 Thanks for the replies. And found the solution here. http://forum.whmcs.com/showpost.php?p=107286&postcount=10 But I want to know. How to insert a link in the logo? Regards 0 Quote Link to comment Share on other sites More sharing options...
nay27uk Posted February 27, 2011 Share Posted February 27, 2011 to add a link just change the code you got bellow <div id="company_title"><img src="templates/{$template}/images/logo.jpg" alt="{$LANG.globalsystemname}" border="0" class="absmiddle" /></div> to <div id="company_title"><a href="http://www.yourlinkgoeshere.com/yourpage"><img src="templates/{$template}/images/logo.jpg" alt="{$LANG.globalsystemname}" border="0" class="absmiddle" /></a></div> the yourlinkgoeshere.com/yourpage will be replaced with your domain and the link to your page 0 Quote Link to comment Share on other sites More sharing options...
maelse Posted February 27, 2011 Author Share Posted February 27, 2011 Okay, thank you very much. nay27uk the solution is perfect. Regards. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.