Stworzyłem dwa różne kody, obydwa w stopce Wyglądają tak, są oddzielone oczywiście:
<html>
<head>
<title>Polecane Strony o tematyce Trainz!</title>
<style type="text/css">
img { border: none; }
a#fun {
text-decoration: none;
width: 150px;
height: 90px;
display: block; }
a#fun:link
{ background-image: url('images/banner150x90.png'); }
</style>
</head>
<body>
</map>
<br />
<a id="fun" href="http://www.xsoner-trainz.pl"></a>
</body>
</html>
DRUGI KOD
<html>
<head>
<style>
div.background {
border: 2px solid black;
}
div.transbox {
margin: 30px;
background-color: #ffffff;
border: 1px solid black;
opacity: 0.6;
filter: alpha(opacity=60); /* For IE8 and earlier */
}
div.transbox p {
margin: 5%;
font-weight: bold;
color: #000000;
}
</style>
</head>
<body>
<div class="background">
<div class="transbox">
<style type="text/css">
img { border: none; }
a#logo {
text-decoration: none;
width: 150px;
height: 90px;
display: block; }
a#fun:link
{ background-image: url('images/RMF-FM-logo.png'); }
</style>
<a id="logo" href="http://www.xsoner-trainz.pl"></a>
<p>/Admin is working on this </p>
</div>
</div>
</body>
</html>
Tam gdzie logo RMF FM to pierwszy kod, drugi to ta ramka gdzie miały się znajdować podobnie jak u góry obrazki z odnośnikami do stron, lecz gdy dodaję logo RMF FM do drugiego kodu, w pierwszym powyżej robi się taki sam zamiast taki jaki jest wpisany.