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

how to change the colors of the tables...

 


endless
i know how to make tables etc. but how do you change the color of the lines around the cell?
alem
if you want to change the border color of the whole table;
Quote:
Code:
<table border="1" bordercolor="red">
...
</table>

if you want to change the cell border colors:
Quote:
Code:
  <style>
  td { border: 3px solid blue;}
</style>
endless
thanks Smile it worked btw, if you want some frih as a thanks (10 frih) say it Smile
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.