In article
<a5cf3c9a-5ed9-4816-82db-
m>,
Captain Paralytic <> wrote:
> The page http://uk.osgeurope.com/ff36.html has 2 phone numbers, one
> above the other.
>
> When I look at it in FF 3.6, only the second one shows.
>
> However, if I prefix the first number with a alpha character (see
> http://uk.osgeurope.com/ff36a.html), then the first number shows, but
> the second one disappears???
>
> This has really got me stumped.
>
> Anyone got any idea as to what I am doing wrong?
>
I am not seeing this trouble. Anyway, how about a proper doctype
etc...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html;
charset=utf-8">
<meta name="robots" content="index, follow">
<title>weird</title>
<style type="text/css" media="all">
div {margin-bottom: 2em;}
</style>
</head>
<body>
<div> a0888 1111111<br>0888 2222222</div>
<div>0888 1111111<br>0888 2222222</div>
</body>
</html>
--
dorayme