View Single Post
ישן 02-07-06, 21:55   # 2
Virtual NET
חבר מתקדם
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
הודעות: 743

Virtual NET לא מחובר  

אם הבנתי נכון

יש לך דבר כזה למשל

HTML קוד:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
{ color:#000000;}
</style>
</head>

<body>



<p class="test"> some text <a href="http://www.ynet.co.il"> </a> </p>



</body>
</html>
סתם דוגמא שנתתי של המאפיין color, עכשיו מה לא בסדר? מה הגדרת בדיוק שלא עבד על התגיות a?

תביא לנו את הקוד יהיה לנו יותר קל להבין מה הבעיה שלך..
  Reply With Quote