<style>
.width {width:550px}
</style>
<body>
<div class="width">
TEXT HERE
</div>
...
In setting the width of a page this becomes both the maximum width and the minimum width. Is there a way to achieve the effect of setting the maximum width but not the minimum?
Clive
.width {width:550px}
</style>
<body>
<div class="width">
TEXT HERE
</div>
...
In setting the width of a page this becomes both the maximum width and the minimum width. Is there a way to achieve the effect of setting the maximum width but not the minimum?
Clive