November 19, 201015 yr My page I am working on is my index. robinsden.co.cc you'll see when you look at it I got some boxes with text in them. What I don't seem to be able to figure out is how to get a space between them. my two css sheets are. http://robinsden.co.cc/Scripts/CSS/all.css and http://robinsden.co.cc/Scripts/CSS/layouts.css I have tried just putting <br/> but that dose not seem to space the boxes. I am thinking that's because they float. I'm pretty sure though there has to be a way around this problem.
November 19, 201015 yr My page I am working on is my index. robinsden.co.cc you'll see when you look at it I got some boxes with text in them. What I don't seem to be able to figure out is how to get a space between them. my two css sheets are. http://robinsden.co.cc/Scripts/CSS/all.css and http://robinsden.co.cc/Scripts/CSS/layouts.css I have tried just putting <br/> but that dose not seem to space the boxes. I am thinking that's because they float. I'm pretty sure though there has to be a way around this problem.
November 19, 201015 yr Author div.box401 { background:url("../../banner/box1.jpg") repeat-x scroll center top #CCCCCC; border:1px solid #FFFFFF; display:inline; float:right; height:200px; margin-bottom: 20px; /*change this value for required space*/ padding:10px; width:44%; } You need to learn how to construct pages properly as your code seems a bit messy I just changed my code with what you gave me and it works now. Thanks, and yes I know my code is a bit messy because it's been changed many times over a long span of time.
Create an account or sign in to comment