This is just a thing i was doing to figure out how to use div tags. For some reason there is a white space between the top one, and the bottom 2. Why does it do that, and how do i get rid of this? Thanks for any help.Code:<html> <head> <title></title> </head> <body> <div style="float:top; background-color:red"> <p>Top</p> </div> <div style="float:left; background-color:blue; width:100px"> <p>Left Left Left Left Left Left Left Left Left Left Left Left Left Left Left Left Left Left Left Left Left Left Left Left Left </p> </div> <div style="background-color:green"> <p>Right Right Right Right Right Right Right Right Right Right Right Right Right Right Right Right Right Right Right Right </p> </div> </body> </html>


Reply With Quote
Bookmarks