Stel op mijn index.html staat het volgende stukje code:
Op de betreffende pagina staat een link naar de pagina zelf (index.html dus). Dan moet de link toch #FFCCFF worden en niet standaard #006699.
Toch? want dit doet het dus niet!
Iemand een idee?
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| <html><!-- #BeginTemplate "/Templates/Template.dwt" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<style type="text/css">
<!--
a:link { TEXT-DECORATION: none; color: #006699}
a:visited { TEXT-DECORATION: none; color: #006699}
a:active { TEXT-DECORATION: none; color: #FFCCFF}
a:hover { TEXT-DECORATION: underline; color: #FFCCFF}
BODY { scrollbar-face-color: #efefef; scrollbar-shadow-color: #006699;
scrollbar-highlight-color: #006699; scrollbar-3dlight-color: #477dcf;
scrollbar-darkshadow-color: #006699; scrollbar-track-color: #006699;
scrollbar-arrow-color: #006699;
font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
-->
</style>
<!-- #BeginEditable "doctitle" -->
<title>????????</title>
<!-- #EndEditable -->
</head> |
Op de betreffende pagina staat een link naar de pagina zelf (index.html dus). Dan moet de link toch #FFCCFF worden en niet standaard #006699.
Toch? want dit doet het dus niet!
Iemand een idee?