Thread: Hello Again
View Single Post
  #4 (permalink)  
Old 19-09-2007, 10:06 AM
deansaddigh deansaddigh is offline
Junior Member
 
Join Date: Sep 2007
Posts: 7
Default Hellooooooo

Yeah i fixed it, the reason why was because the div holding the links, my links were encased in <p> tags which puts a space above and below it.

My next question is about clearing floats.

If i just explain really quickly,

my site has a
sitecontainer div
header div
link div
content container div floted right
the content container did has other nester divs within it for things like news etc
left column div floated left
base link div with a clear both to clear the left and right floated divs
and another div underneath that.

Now my question is, if i make the link div float left so all my elements within appear across the left hand side of the screen, what clearing do i need to add to the content container underneath it and the left column which is underneath.
Reply With Quote