View Single Post
ישן 22-08-06, 00:25   # 8
mlnn
משתמש - היכל התהילה
 
mlnn's Avatar
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: בחדר של חני
גיל: 35
הודעות: 4,417

mlnn לא מחובר  

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
__________________
.

בחורות ערומות
  Reply With Quote