Posted by Beauregard T. Shagnasty on 03/31/06 15:43
Paul Watt wrote:
> Hi,
> at the bottom of my page, I have two different sentances in the same
> <div>. I've got the left hand sentance not positioned and it sits on
> the left hand side of the screen. The second sentance is placed in a
> <div> floated right.
^^^^^
<span>
> the problem is that the second sentance drops
> below the level of the first sentance and I want them in-line. Please
> help!
>
> The URL is : www.paulwatt.info CSS
> www.paulwatt.info/css/paullayout.css
Move the span to before the © text.
<div class="footer">
<span class="valid">valid <a
href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.paulwatt.info%2F"
class="validlink">XHTML</a> and <a
href="http://jigsaw.w3.org/css-validator/validator?uri=http://www.paulwatt.info/css/paullayout.css"
class="validlink">Valid CSS</a></span>
© paulwatt designs 2005 tel:07766 335848
</div>
You should add a space between © and your name, and probably
between the tel: and the number, too.
--
-bts
-Warning: I brake for lawn deer
[Back to original message]
|