Jeg har et problem med at få topic til at blive et link..
Hvis man ser på
http://qill.net/?page=about så er "servage" ikke noget link, mens de to valideringer er links.
Servage:
<div id="servage"><a href="http://www.servage.net/?coupon=qillnet" title="Servage.net - Quality Webhosting" target="_blank"></a></div>
Valideringerne:
<a href="http://jigsaw.w3.org/css-validator/validator?uri=http://qill.net/" title="Valid CSS" target="_blank"><div id="css"></div></a>
<a href="http://validator.w3.org/check?uri=http%3A%2F%2Fqill.net%2F&charset=%28detect+automatically%29&doctype=Inline" title="Valid XHTML 1.0 Strict" target="_blank"><div id="xhtml"></div></a>
Jeg har fået af vide at man ikke må lave en div indeni en a, så det undrer mig hvordan jeg skal lave så både billede og link bliver der.
CSS:
#css {
background:url(../images/css.gif) no-repeat;
height:15px;
width:80px;
margin:auto;
}
#servage {
background:url(../images/servage.gif) no-repeat;
height:63px;
width:150px;
margin:auto;
}
#xhtml {
background:url(../images/xhtml1.0.gif) no-repeat;
height:15px;
width:80px;
margin:auto;
}