What is the html code to make horizontal boxes i need to make some boxes go from left to right but all i can find is on top of each other, you can see example here <a href="http://www.carinsurancequotesinformation.com">car insurance quotes</a> where the boxes are next to each other, and will this affect the page width on my site.
Someone told me use DIV tags but how do i put this in HTML code?.
 

kushan86

Member
Nov 4, 2009
16
0
0
Colombo
i dont see any problem in there seems everything fine now? XD anyway i guess you have to put some css codes for those boxes by float left
if box div has a class call "box"

eg:

.box {
float: left;
}
 
Last edited: