Skip to main content
higgsyd
Inspiring
February 28, 2017
Answered

closing the gap between two elements

  • February 28, 2017
  • 1 reply
  • 469 views

I just cannot see how to get the  text "Islington Book of Rememberance" to move up and sit under the panel of words above it.  The panel of words are floated right, I have cleared the float but that stubborn text will not go up.  Many thanks in advance. The page is at http://v28.ancestry.higgsy.co.uk/peterson_yvonne_ann.php

This topic has been closed for replies.
Correct answer osgood_

Where as you needed <br style="clear: both;"> previously you dont need it now as that will make 'float_right' clear everything

<br style="clear: both;">

<div class="float_right">

<a href="BookOfRemembrance/" >Islington Book of Rememberance</a>

</div>

1 reply

osgood_Correct answer
Legend
February 28, 2017

Where as you needed <br style="clear: both;"> previously you dont need it now as that will make 'float_right' clear everything

<br style="clear: both;">

<div class="float_right">

<a href="BookOfRemembrance/" >Islington Book of Rememberance</a>

</div>

higgsyd
higgsydAuthor
Inspiring
March 1, 2017

thanks osgood that fixed it, you're becoming my personal tutor!  I must go and study floats a bit more!!