Ahoi wie konnt ich nur,
Linkes Frame CODE:
warum frames?
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
color: #000000;
text-decoration: none;
}
a:hover {
color: #9900FF;
text-decoration: none;
}
a:active {
color: #9900FF;
text-decoration: none;
}
das ließe sich so auch kürzer schreiben:
a {
color: #000000;
text-decoration: none;
}
a:hover {
color: #9900FF;
}
<table width="147" height="308" border="0">
wieso benutzt du hier kein css?
glaubst du der ganze code ist relevant? wichtig bei php ist das die datei die endung .php hat.
MfG