View Single Post
Posts: 287 | Thanked: 165 times | Joined on Oct 2009 @ The Netherlands
#96
Sure you can change the table style (see below). How do you want to have the things styled? Can you create a mockup?

Code:
<HTML>
  <head>
    <style type="text/css">
      body {
        font-family: verdana, geneva, arial, helvetica, sans-serif; 
      }
      table {
        background-color: white;
        color: blue;
      }
    .Date {
      background-color: #00FF66;
      color: black;
      padding: 2px;
      margin: 5px;
      border-left-style: groove; 
      border-left-color: green; 
      border-left-width: 5px; 
      border-bottom-style: ridge; 
      border-bottom-color: yellow; 
      border-bottom-width: 5px; 
    }
    .Match {
      padding: 2px 1px;
    }

    </style>
    <script type="text/javascript" src="http://www.aragon.ws/soccerdb/getmatches.php?id=714&css=Match&cssDate=Date"></script> 
    <script type="text/javascript" src="http://www.aragon.ws/soccerdb/gettable.php?id=714&css=Match"></script> 
  </head>
<body>
  
</body>
</HTML>
 

The Following 3 Users Say Thank You to robbie For This Useful Post: