Feb 28, 2005 #1 Michael42 Programmer Joined Oct 8, 2001 Messages 1,454 Location US Hello, How can you vertically align the text in a <table> <td> tag using CSS 2.0? In regular HTML 3.2 I would do this: Code: <td valign="top"> Thanks, Michael42
Hello, How can you vertically align the text in a <table> <td> tag using CSS 2.0? In regular HTML 3.2 I would do this: Code: <td valign="top"> Thanks, Michael42
Feb 28, 2005 1 #2 traingamer Programmer Joined Jun 18, 2002 Messages 3,270 Location US In your style sheet: td {vertical-align: top;} traingamer Upvote 0 Downvote
Feb 28, 2005 #3 kpetursson Programmer Joined Jan 28, 2002 Messages 313 Location US have you tried searching google. When I need to know the proper CSS code I search Google ie. CSS Table valign Typicall the w3schools.com has the anwser. Otherwise I generally find the first result or two have what I need. Kevin Petursson Upvote 0 Downvote
have you tried searching google. When I need to know the proper CSS code I search Google ie. CSS Table valign Typicall the w3schools.com has the anwser. Otherwise I generally find the first result or two have what I need. Kevin Petursson
Mar 1, 2005 Thread starter #4 Michael42 Programmer Joined Oct 8, 2001 Messages 1,454 Location US Thanks all. It helps to be able to spell vertical correctly too. Upvote 0 Downvote
Mar 1, 2005 #5 kpetursson Programmer Joined Jan 28, 2002 Messages 313 Location US thats why they invented spell chekc. Kevin Petursson Upvote 0 Downvote