Banner

Sponsor

Login


Welcome Back!
Guest
Guest

Register

Lost your password?

49 users online



?Borders?

?Borders?

Currently viewing this thread: 1 (0 members and 1 guests)


JDMProjektSi

JDMProjektSi

Status: Offline!

?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

sparky

sparky

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

asmega

asmega

Status: Offline!

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.

JDMProjektSi

JDMProjektSi

Status: Offline!

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

Ynhockey

Ynhockey

Neverside Newbie
Status: Offline!

If you want a REALLY thin border for the table, use:

Code:


<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

sinsation

sinsation

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.

James

James

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!

Quick Jump:

Main Navigation


Site & Graphic Design by Aeon Tan
Developed by Jeremie Pelletier & Scott Roach


NeverAPI generated this page in 0.0086 seconds.