I would like a paragraph to have a border around it, but when I create a border, it streches along the length of screen. Is there a setting that allows you to set the length and height of a box? I use the following code:
<style type="text/css">
#InuvikBox {
border: 2px solid black;
width: 75%;
float:left;
margin-right:
}
img {float:right;
}
</style>
If I set the page to 2 columns, will the box only strech the width of the column?
Thanks,
Michael Kohler
<style type="text/css">
#InuvikBox {
border: 2px solid black;
width: 75%;
float:left;
margin-right:
}
img {float:right;
}
</style>
If I set the page to 2 columns, will the box only strech the width of the column?
Thanks,
Michael Kohler