Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Tables :/  (Read 3261 times)

0 Members and 1 Guest are viewing this topic.

Gate001

    Topic Starter


    Rookie

  • Playstation Network ID: Gate001
    Tables :/
    « on: May 24, 2010, 05:10:22 PM »
    I'm making a website with tables and for some reason, when I try to make the News part, the text on the left side of the table which is how I want it, but it is centered in the middle and I want it to go to the top. Can someone tell me how to fix this?:

    BC_Programmer


      Mastermind
    • Typing is no substitute for thinking.
    • Thanked: 1140
      • Yes
      • Yes
      • BC-Programming.com
    • Certifications: List
    • Computer: Specs
    • Experience: Beginner
    • OS: Windows 11
    Re: Tables :/
    « Reply #1 on: May 24, 2010, 05:14:11 PM »
    use valign on the td.

    Code: [Select]
    <td valign="top">
    </td>

    There's a more modern way to do it with style and css but I don't know it off the top of my head.
    I was trying to dereference Null Pointers before it was cool.

    Gate001

      Topic Starter


      Rookie

    • Playstation Network ID: Gate001
      Re: Tables :/
      « Reply #2 on: May 24, 2010, 08:15:23 PM »
      I don't care as long as it works and it does! Thanks a lot I really appreciate the help!  ;D