Posted by richard d on 12/07/06 16:32
(Although I'm beginning to despair of ever getting an answer)
The document below illustrates with two examples. Either way I'm trying
to get the backgorund boxes to line up top and bottom and just simply
can't :-(
All help gratefully received.
Richard
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head>
<title> help help </title>
</head>
<style type="text/css"><!--
body { background: white; font-size: 150%; }
..style1 { font-family: monospace; background:gray; }
..style2 { font-family: serif; background:aqua; }
--></style>
<body>
<div><span class="style1">mono</span><span
class="style2">serif</span></div>
<br>
<div class="style2"><span class="style1">mono</span>serif</div>
</body>
Navigation:
[Reply to this message]
|