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?.
11-12-2012, 03:44 PM
Javaboey
Create divs. Float left. Set them inside a fixed-width container. Your link doesn't work, but I think I understand what you're asking.