Posted by dorayme on 11/24/97 11:43
In article <48ohjjFkssvkU1@individual.net>,
"Paul Lautman" <paul.lautman@btinternet.com> wrote:
> Is it possible to mimic the look of the simple table below using CSS
> settings and if so how?
>
> <TABLE WIDTH="20px" CELLPADDING="2" CELLSPACING="0" BORDER="2" >
> <tr><td>fred</td></tr>
> </table>
An approximation would be;
<div style="width:2em;padding:2px;border:3px solid
#666">fred</div>
--
dorayme
Navigation:
[Reply to this message]
|