Closed (fixed)
Project:
Wilderness
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
1 Aug 2009 at 14:52 UTC
Updated:
3 Jul 2012 at 09:31 UTC
First off, wilderness is a great theme! only one question:
How to make the h_back.jpg included in the wilderness theme a clickable banner? I only find one instance of the h_back.jpg in the stylesheet:
#featured {
position: relative;
height: 206px;
background: url(images/h_back.jpg) no-repeat center;
}
any suggestions?
Comments
Comment #1
agileware commentedHi minoxes,
In your page.tpl.php theme file, replace this (on line 66)
with
Hope this helps :)
Comment #2
agileware commentedComment #3
Henry Connor commentedI have changed this image on the server by overwritting the h_back.jpg Image but where do you change this setting in the drupal module/theme settings? By overwritting the file on the server, certain log-ins still default back to the original image?
Comment #4
Henry Connor commentedComment #5
pokadan commentedI would suggest using javascript onclick event to accomplish this. As I understand it, block elements inside an anchor tag are only allowed in HTML5.
The logs should not notice if you've changed an image on the server unless you named it incorrectly(eg. u didn't preserve the name).