robchef Posted June 19, 2012 Share Posted June 19, 2012 hello im trying to turn my need help email us banner in to a link how do i do it and how do i change it from gif file to a jpeg file and get it to load up the banner im talking about is right at the top of page right hand side www.custom-funky.com Link to comment Share on other sites More sharing options...
robchef Posted June 20, 2012 Author Share Posted June 20, 2012 can any one help it driving me up the wall Link to comment Share on other sites More sharing options...
Carl Favre Posted June 20, 2012 Share Posted June 20, 2012 Hi robchef, In your theme folder, take a look at your header.tpl file and search for <div class="header_block"></div>. To add a link just add : <a href="yourlink"><div class="header_block"></div></a> For the image, just save it with any image editor (paint.net/gimp/photoshop, etc) as jpeg. Link to comment Share on other sites More sharing options...
robchef Posted June 20, 2012 Author Share Posted June 20, 2012 link worked like a treat but it want load my jpeg up i need to change a programing line so it not looking for a gif file how do i do that any one Link to comment Share on other sites More sharing options...
Carl Favre Posted June 20, 2012 Share Posted June 20, 2012 To change the image you need to edit the global.css file in your theme folder and change header_block { overflow: hidden; background: url('../img/text_block.gif'); Replace text_block.gif with the name of your image. Link to comment Share on other sites More sharing options...
Recommended Posts