1. לא ראים את הדף השני... עריכה: עכשיו אני רואה אבל לא מבין מה הבעיה..
2. תשנה שיתאים לך [CSS]
קוד:
a:link {
/* Applies to all unvisited links */
text-decoration: none;
font-weight: none;
background-color: none;
color: none;
}
a:visited {
/* Applies to all visited links */
text-decoration: none;
font-weight: none;
background-color: none;
color: none;
}
a:hover {
/* Applies to links under the pointer */
text-decoration: none;
font-weight: none;
background-color: none;
color: none;
}
a:active {
/* Applies to activated links */
text-decoration: none;
font-weight: none;
background-color: none;
color: none;
}
3. תשתמש בP:
קוד:
aaaa<p style="margin-top: -20px;"></p>bbbb