Hi Christine,

Christine Reed wrote:
> 
> http://clairerichco.uk/hypnotherapy.html full css at attached file
> 

Is the url http://www.clairerich.co.uk/whatishypnotherapy.html ?? :)


> 
> Problem: Float leaving a huge gap Scroll down to the picture of the
> dog - why doesn't it float just ouside the paragraph and has to leave
> such a big gap. Have tried and checked everything - so I think....
> 

Have a look at this rule:

#content img{
padding:0;
margin:0;
position:relative;  <-- here
left:177px;         <-- and here!
}

If you remove (or comment out) the two highlighted lines everything 
should become clear!

You might want to add in a left margin declaration too (say, 
margin-left:1em )

cheers,

Stuart
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to