kraftomatic
01-21-2004, 05:09 PM
Hey All,
I have the following page:
http://www.witchkraftracing.com/test/test.html
I'm trying to have the body text wrap around the red box. I've tried floating the div, but that doesn't seem to work. Here is the CSS code:
#team {
margin: 25px 0 0 176px;
width: 560px;
border:1px solid #333333;
}
#teammates {
margin: 5px 0 0 10px;
width: 300px;
text-align: right;
}
Any ideas? Thanks.
I have the following page:
http://www.witchkraftracing.com/test/test.html
I'm trying to have the body text wrap around the red box. I've tried floating the div, but that doesn't seem to work. Here is the CSS code:
#team {
margin: 25px 0 0 176px;
width: 560px;
border:1px solid #333333;
}
#teammates {
margin: 5px 0 0 10px;
width: 300px;
text-align: right;
}
Any ideas? Thanks.