HTML : my table borders aren't showing up...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sitko
    New Member
    • Sep 2007
    • 140

    HTML : my table borders aren't showing up...

    Hi,
    I'm done a little HTML here and there over the years...but nothing professionally. Now I'm working on a project which calls for some simple HTML. Here is my markup, for the life of me I can't figure out why the chart borders aren't showing up.
    Code:
    <html><body>
    <table border=”1”>
    <tr>
    <td>Measurement locations</td><td>Description</td><td>elapsed time, [s] </td><td>Data:  Dock A (AFF) </td><td>Model:  min. T_mix</td><td>Model:  T_mix</td><td>Model:  max. T_mix</td>
    </tr>	
    <tr>
    <td>Line</td><td>after bonding roll</td><td>0</td><td>26.5 [°C]</td><td>25.7 [°C]</td><td>29.1 [°C]</td><td>34.4 [°C]</td>
    </tr>
    <tr>
    <td>Line</td><td>colany conver</td><td>0</td><td>30.0</td><td>25.7 [°C]</td><td>29.1 [°C]</td><td>34.4 [°C]</td>
    </tr>
    <tr>
    <td>in bag</td><td></td><td>30</td><td>28.0 [°C]</td><td>25.7 [°C]</td><td>29.1 [°C]</td><td>34.4 [°C]</td>
    </tr>
    <tr>
    <td>in bag</td><td></td><td>60</td><td>30.0 [°C]</td><td>25.7 [°C]</td><td>29.1 [°C]</td><td>34.4 [°C]</td>
    </tr>
    <tr>
    <td>in bag</td><td></td><td>90</td><td>29.0 [°C]</td><td>25.7 [°C]</td><td>29.1 [°C]</td><td>34.4 [°C]</td>
    </tr>
    <tr>
    <td>in bag</td><td></td><td>150</td><td>29.5 [°C]</td><td>25.7 [°C]</td><td>29.1 [°C]</td><td>34.4 [°C]</td>
    </tr>
    <tr>
    <td>in bag</td><td></td><td>210</td><td>29.0 [°C]</td><td>25.7 [°C]</td><td>29.1 [°C]</td><td>34.4 [°C]</td>
    </tr>
    <tr>
    <td>in bag</td><td></td><td>270</td><td>28.5 [°C]</td><td>25.7 [°C]</td><td>29.1 [°C]</td><td>34.4 [°C]</td>
    </tr>
    <tr>
    <td>in bag</td><td></td><td>330</td><td>28.0 [°C]</td><td>25.7 [°C]</td><td>29.1 [°C]</td><td>34.4 [°C]</td>
    </tr>
    </table><br></body></html>
    I cut and pasted this code from a different chart I created and it DID show its borders...When I view the Html, all the data is there, but the borders of the table aren't, the data IS laid out like it is IN a table, just no lines making up the table.

    Any help would be appreciated.
    Thanks,
    Sitko.
  • epots9
    Recognized Expert Top Contributor
    • May 2007
    • 1352

    #2
    odd, i copyed and pasted that and its working for me

    Comment

    • Death Slaught
      Top Contributor
      • Aug 2007
      • 1137

      #3
      I also copyed and pasted it, it worked in my IE and FF.

      No clue what the problem is.

      - Death

      Comment

      • epots9
        Recognized Expert Top Contributor
        • May 2007
        • 1352

        #4
        did you want thick solid borders? cuz yours are thin

        Comment

        • sitko
          New Member
          • Sep 2007
          • 140

          #5
          Originally posted by epots9
          did you want thick solid borders? cuz yours are thin
          I think that its a problem with the tool that I'm using this with, its a java based third party drag and drop environment for making front ends to simulations/and Excel sheets.

          I literally cut and paste this HTML from another bit, which worked, and made minor changes to it, and boom it wouldn't work.

          Thanks for your help.

          By the way, Death<guy> that icon is AWSOME!!! The only way it would be better is if it was blue instead of orange...

          Comment

          • Death Slaught
            Top Contributor
            • Aug 2007
            • 1137

            #6
            Originally posted by sitko
            I think that its a problem with the tool that I'm using this with, its a java based third party drag and drop environment for making front ends to simulations/and Excel sheets.

            I literally cut and paste this HTML from another bit, which worked, and made minor changes to it, and boom it wouldn't work.

            Thanks for your help.

            By the way, Death<guy> that icon is AWSOME!!! The only way it would be better is if it was blue instead of orange...
            lol thanks i would prefer it being red, but you should really thank killer42 for it he found it on a site about hypnosis.

            - Death

            Comment

            Working...