kourosava Posted May 19, 2012 Share Posted May 19, 2012 Hi! Is it possible to add a link to the background? http://www.groovyfashion.gr/ Link to comment Share on other sites More sharing options...
helldog2004 Posted May 19, 2012 Share Posted May 19, 2012 Not sure if this works but you can always give it a try: Place this in your global.css #logolink { display: block; height: 100px; width: 200px; background-image: url(logo.jpg); } #bglink span { display: none; } And this code should be placed in the .php file you want the background to apear with a link <p><a id="logolink" href="http://whatever"></a></p> Link to comment Share on other sites More sharing options...
kourosava Posted May 19, 2012 Author Share Posted May 19, 2012 i want to use the link to the main background but i don't know in which.php file do i have to put the code. Are you sure it is .php and not .tpl? Link to comment Share on other sites More sharing options...
helldog2004 Posted May 19, 2012 Share Posted May 19, 2012 Well I am not sure which file to use, but I would atleast start with index.tpl (yes indeed .tpl sorry) Make sure after every change clear your cache and test it out, isn't it the good result test another .tpl till you get the result. Or offcourse you get nothing, because the code MIGHT offcourse not work. Cheers Helldog! Let me know if things worked out! 1 Link to comment Share on other sites More sharing options...
kourosava Posted May 20, 2012 Author Share Posted May 20, 2012 i can't make it work. thanks anyway! Link to comment Share on other sites More sharing options...
Recommended Posts