S steakfri_98 New member Mar 20, 2009 #1 How do I put two objects side by side in the HTML code? The only way I know how to enter things into code is line by line...help me out, please!!
How do I put two objects side by side in the HTML code? The only way I know how to enter things into code is line by line...help me out, please!!
D David D Guest Mar 20, 2009 #2 Layout in HTML pages is achieved using CSS. And putting things side by side is usually handled with floats. http://css.maxdesign.com.au/floatutorial/ has a good guide with lots of step by step examples.
Layout in HTML pages is achieved using CSS. And putting things side by side is usually handled with floats. http://css.maxdesign.com.au/floatutorial/ has a good guide with lots of step by step examples.