How to do this>>>>> Help :-(

Discussion in 'HTML & Website Design' started by Carl Mason, Oct 10, 2013.

  1. #1
    Hey guys,

    I have been left semi frustrated at a basic comparison I have built,

    I basically want it UN-boarded vertically


    so it flows from Left to right without the Vertical bordering,

    Does anybody know how to do so? My coding skills are quite rookie so a "dummies" explanation would be good.

    many thanks

    Carl

    digital.jpg
     
    Carl Mason, Oct 10, 2013 IP
  2. MBDungo

    MBDungo Active Member

    Messages:
    163
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    58
    #2
    <style type="text/css">
    th, td {
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: 2px;
    }
    </style>
    <table>
      <tr>
        <th>Month</th>
        <th>Savings</th>
      </tr>
      <tr>
        <td>January</td>
        <td>$100</td>
      </tr>
      <tr>
        <td>February</td>
        <td>$80</td>
      </tr>
    </table>
    Code (markup):
    I suggest you to look the CSS samples on: http://developingsites.blogspot.com/2013/02/stylistic-rules-style-sheet-languages.html
     
    MBDungo, Oct 10, 2013 IP
  3. Carl Mason

    Carl Mason Active Member

    Messages:
    107
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    53
    #3
    Hello MBdunga,

    I have no CSS experience, do you think i would be able to post a contest to design this table, its minor work if you no what your doing, i dont :-(
     
    Carl Mason, Oct 10, 2013 IP
  4. MBDungo

    MBDungo Active Member

    Messages:
    163
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    58
    #4
    Whatever you want. You can spend days or a week to study it. If I'm only in desktop I'll try to create a table like that, and suggest you to share one of my social networking page, to your networking profile for an exchange.
     
    MBDungo, Oct 10, 2013 IP