winterdude
05-05-2007, 10:46 PM
Hi.
My template I am creating (found here http://home.stny.rr.com/lukach/colorsplash/imex.html) is almost complete, and it is validated, but I have one little problem....the gray box in the top of the template. This is probably a stupid question, but this is my very first template so I'm still learning. How can I make the box align with the text on the right column?
#box {
BORDER: 10px solid #cdcdcd;
PADDING: 10px;
BACKGROUND: #9c9c9c;
WIDTH: 375px;
HEIGHT: 197px;
float:right;
text-align:justify;
margin:0px;
}
Above is the CSS code I use for the box. The float:right doesn't achieve what I want.
My template I am creating (found here http://home.stny.rr.com/lukach/colorsplash/imex.html) is almost complete, and it is validated, but I have one little problem....the gray box in the top of the template. This is probably a stupid question, but this is my very first template so I'm still learning. How can I make the box align with the text on the right column?
#box {
BORDER: 10px solid #cdcdcd;
PADDING: 10px;
BACKGROUND: #9c9c9c;
WIDTH: 375px;
HEIGHT: 197px;
float:right;
text-align:justify;
margin:0px;
}
Above is the CSS code I use for the box. The float:right doesn't achieve what I want.