View Full Version : Border width?


Mini-Mage
06-07-2003, 06:38 AM
I wanted the width on the border of my table to smaller than one. Can I do that?

Thanks in advance. :)

EmpTcaN
06-07-2003, 01:59 PM
don't know
don't think so
you can try to set it to 0.5px
cuz i think it only goes by whole numbers

pb&j
06-07-2003, 02:36 PM
here is a sample of a regular table and one using css to create the borders. play around with it a bit after to see if you can get the effect you are looking for...

<table border="1">
<tr><td>testing</td></tr>
</table>

<table style="border:solid 1px #000000;">
<tr><td>testing</td></tr>
</table>

zangerbanger
06-07-2003, 04:56 PM
Originally posted by pb&j
here is a sample of a regular table and one using css to create the borders. play around with it a bit after to see if you can get the effect you are looking for...

<table border="1">
<tr><td>testing</td></tr>
</table>

<table style="border:solid 1px #000000;">
<tr><td>testing</td></tr>
</table>

If you want one of the really-skinny 1px borders, use the second table that pb&j suggested :) .

EmpTcaN
06-08-2003, 01:36 PM
i tought he only wanted the border to be less than 1 and not shiny or anything