Kod: Zaznacz cały
<script>
// verander hieronder de kleuren
// ======================================
var coldColor = "#DC143C"
var hotColor = "#000000"
// aantal pixels op te schuiven
// ======================================
var motionPix = "2"
var a='<style>'+
'A.InstantLink:link {'+
' color:'+coldColor+';'+
' text-decoration:underline;'+
' padding:0 '+motionPix+' 0 0;'+
' }'+
'A.InstantLink:visited {'+
' color:'+coldColor+';'+
' text-decoration:underline;'+
' padding:0 '+motionPix+' 0 0;}'+
'A.InstantLink:active {'+
' color:'+coldColor+';'+
' text-decoration:underline;'+
' padding:0 '+motionPix+' 0 0;'+
' }'+
'A.InstantLink:hover {'+
' color:'+hotColor+';'+
' text-decoration:;'+
' padding:0 0 0 '+motionPix+';'+
' }'+
'</style>'
if (document.all || document.getElementById){
document.write(a)
}
</script>
<table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" bordercolor="#FFFFFF""font-family:Verdana; font-size: 11 pt">
<tr>
<td>
<a class="InstantLink" href="index.html" >Link</a><br>
</td>
</tr>
</table>
</td>
</tr>
</table>jest to kod zwykłego odnośnika;
problem jest taki, że kiedy wpiszesz w treść tego odnośnika polskie litery " ś " oraz " ź " to w przeglądarce widzisz kwadraty zamiast liter.
dlaczego tak jest ? co i w którym miejscu należy zmienić w tym kodzie ?
proszę o odpowiedź,Piotr.