How to display panels and their content side by side instead of vertically down
-
I'm assuming there has to be some property that needs to be set in order to display lets say to panels or divs right next to each other as oppose to vertically down. I'm using a style sheet but I can also do it in the page itself. If someone knows can you please tell me how to set this up in both of these cases! I'd appreciate it :) Tina
-
I'm assuming there has to be some property that needs to be set in order to display lets say to panels or divs right next to each other as oppose to vertically down. I'm using a style sheet but I can also do it in the page itself. If someone knows can you please tell me how to set this up in both of these cases! I'd appreciate it :) Tina
Use the float CSS property, i.e. float:left and float:right
only two letters away from being an asset
-
Use the float CSS property, i.e. float:left and float:right
only two letters away from being an asset
Hello Mark, I tried floats but it didn't quite work...what would I do inline. Also how do I move the entire panel away frmo the left margin of the page. I'm assuming the margin property should work, but apparently its not. Can you please perhaps give an example? I'd really appreciate it! Tina
-
Hello Mark, I tried floats but it didn't quite work...what would I do inline. Also how do I move the entire panel away frmo the left margin of the page. I'm assuming the margin property should work, but apparently its not. Can you please perhaps give an example? I'd really appreciate it! Tina
-
I'm assuming there has to be some property that needs to be set in order to display lets say to panels or divs right next to each other as oppose to vertically down. I'm using a style sheet but I can also do it in the page itself. If someone knows can you please tell me how to set this up in both of these cases! I'd appreciate it :) Tina