BubikolRamios
12-24-2009, 01:34 PM
If you run this you will see one fantom underlined space character after 'codingforums', it appears if only one is added. Tested in
FF. What is that ?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
.l
{
text-decoration:underline;
}
</style>
</head>
<body>
<a class ="l" href ="#">
codingforums
</a>
</body>
</html>
FF. What is that ?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
.l
{
text-decoration:underline;
}
</style>
</head>
<body>
<a class ="l" href ="#">
codingforums
</a>
</body>
</html>