Hi
I'd like to add a link under the picture in the header 1 module. I want it to point to an article. I tried in the css but I don't know the code, please help..
Thank you!
VacsZ
<div id="demo1"><a href="url to your article">text</a></div>
demo1#div a {
float:left;
height:100%;
width:100%;
text-indent:-9999px;
}