
December 20th, 2003
05:20 PM
?Borders?
I just have a really dumb question, but oh well I am going to ask. I am making a new web-site and I have a big problem with the borders, they are to BIG! I have most of them set at 1 but it still looks big, I was just curious as to how people get the really thin borders, anyone plz help me out. Thanks
___________________
http://www.hybridprojekt.com

December 20th, 2003
05:34 PM
I need a haircut
Status: Offline!
CSS!
<table style="border: 1px black solid;">
<tr>
<td>Text goes here...
</td>
</tr>
</table>
http://www.w3schools.com/css/default.asp
___________________
Jon Culver Chia Pets

December 20th, 2003
05:39 PM
ur probably using this tag
<table border="1">
or if u want it even thiner
<table border=1 style="border: #ffffff; border-style: solid; border-top-width: 1px; border-right-width: 1px;
border-bottom-width: 1px; border-left-width: 1px;">
that help?
___________________
No one will ever know the meaning of life.

December 20th, 2003
05:44 PM
You guys are awesome! Quick *** replys. Lolz. The 2nd one didnt work but that is probably cuz I am dumb. The first one did though.
___________________
http://www.hybridprojekt.com

December 20th, 2003
07:31 PM
Neverside Newbie
Status: Offline!
If you want a REALLY thin border for the table, use:
<table border="1" style="border-collapse:collapse;">
If this doesn't work then set the style for your TDs to: border:solid 1px; and remove the border="1" from the table.
___________________
Learn HTML

December 20th, 2003
08:53 PM
23, mother, art slave, code monkey
Status: Offline!
You can also use border: thin solid #color as opposed to border: 1px #color solid.
___________________
And the sig ran away with the spoon.

December 21st, 2003
12:18 AM
Development Forum Leader
Status: Offline!
The table border applies to individual cells, so when you set the border to 1px it will look like 2px. I haven't tried the CSS way of doing it. But vBulletin just sets a background color for the table with a cellspacing of 1 then just change the background colors of the cells.
___________________
irc.efnet.net #neverside
Neverside merchandise!