View Single Post
ישן 10-07-09, 00:42   # 5
Xinxy
חבר בקהילה
 
מיני פרופיל
תאריך הצטרפות: Feb 2008
הודעות: 259

Xinxy לא מחובר  

קוד:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>page title</title>

</head>
<body>
            <span style="color:red">This is some text!</span>
            your name <input type="text" name="name" value="" />
</body>
</html>
עכשיו שמתי לב שזה עושה לי גם בעיה עם הSPAN :\
  Reply With Quote