+1(514) 937-9445 or Toll-free (Canada & US) +1 (888) 947-9445

owais6191

Full Member
Oct 7, 2011
35
0
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&quot;>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?.
 
And this has what to do with Canada Immigration, exactly?
 
owais6191 said:
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&quot;>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?.

use DIVs which r block level elements n should be used along with CSS to make-up the layout of the website.

u can get DIVs to sit next to each other by assigning a width and floating the elements , u can email me for in depth explanation