Log in

View Full Version : Box question



IanMarlowe
07-19-2005, 12:50 PM
How do you make a box actually go around your text, and not from one side of your browser to the other side of your browser with the text inside?


<p class="outset">
blahblah
</p>

is what I use. maybe there is something better?

IanMarlowe
07-23-2005, 04:21 AM
still wondering... ;)

simonf
07-25-2005, 03:38 PM
tables/cells i.e


<table border="1" width="40" id="table1" cellspacing="0" cellpadding="0" bordercolor="#000000" height="20">
<tr>
<td>
<pre class="alt2" style="border: 1px inset ; margin: 0px; width: 60px; height: 22px;">blahblah</pre>
</td>
</tr>
</table>