FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Choose Border Sides

 


Kurosaki-Ichigo
Well the title sais it. I want something that like makes you choose which sides of a table you want a border for. And each one would be what colour and all.

You noticed something didnt you ? I was calm and i didnt say HELP ME PLEASE !!!! . Thats because you have 5 months to solve me problem Laughing .
v3rt1go
If you need to apply borders to some specific sides of a table you should try defining a very basic CSS rule for that table something like :

table {
border-top: 1px solid black;
border-right: 2px solid red;
border-bottom: 1xp solid blue;
border-left: 2px solid green;
}

It's up to you to choose which side you want the border on , the width and the color.

This should work for you , if this is not what you need please be more specific.
Kurosaki-Ichigo
Ye this is what i want. Better, its in css so it takes less time and space.

Thnx
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.