Division Posted July 15, 2009 Share Posted July 15, 2009 Hi, When someone clicks on my heading image, how can I make it open a link in a new window? Here is the current image http://hosting.cybernet-online.org I want it to open http://messenger.providesupport.com/messenger/couk.html Thanks 0 Quote Link to comment Share on other sites More sharing options...
gr2 Posted July 15, 2009 Share Posted July 15, 2009 i use provide support as well. they have code you can generate from their panel to paste in you tpl files. you can also upload custom status icons. otherwise, change <div align="center"><img src="templates/default/header.png" align="middle" alt="Welcome to Cybernet Online UK" /></div> to <div align="center"><a href="http://messenger.providesupport.com/messenger/couk.html" target="_blank"><img src="templates/default/header.png" align="middle" alt="Welcome to Cybernet Online UK" /></a></div> 0 Quote Link to comment Share on other sites More sharing options...
Division Posted July 15, 2009 Author Share Posted July 15, 2009 I now have this great big border around my header the 2nd one which i don't want. how can i remove that? 0 Quote Link to comment Share on other sites More sharing options...
gr2 Posted July 15, 2009 Share Posted July 15, 2009 </body><div align="center"><a href="http://messenger.providesupport.com/messenger/couk.html" target="_blank"><img src="templates/default/header.png" alt="Welcome to Cybernet Online UK" border="0" align="middle" /></a></div> 0 Quote Link to comment Share on other sites More sharing options...
DataHosts Posted July 15, 2009 Share Posted July 15, 2009 <div align="center"><a href="http://messenger.providesupport.com/messenger/couk.html" target="_blank"><img src="templates/default/header.png" border="0" align="middle" alt="Welcome to Cybernet Online UK" /></a></div> 0 Quote Link to comment Share on other sites More sharing options...
Division Posted July 15, 2009 Author Share Posted July 15, 2009 Thanks ... 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.