Ecco, è semplicissimo:
HTML:
codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Pagina test</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="mycss.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div>
<a href="http://localhost/?ID=645">
[img]/img/COVER.JPG[/img]</a>
</div>
</body>
</html>
CSS:
codice:
/*LOGOTIPO*/
#fotodx{
height:100px;
width:290px;
float:right;
margin-right: -25px;
margin-top: 15px;
margin-bottom: -150px;
padding: 0px;
vertical-align: top;
border : 0px;
}