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?
is what I use. maybe there is something better?Code:<p class="outset"> blahblah </p>
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?
is what I use. maybe there is something better?Code:<p class="outset"> blahblah </p>
//\\ //\\// || //\\//\\ //\\ ||_
SOFTWARE
still wondering...![]()
Last edited by IanMarlowe; 07-23-2005 at 04:22 AM. Reason: not entising enough
//\\ //\\// || //\\//\\ //\\ ||_
SOFTWARE
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>
Bookmarks