Feb 19, 2006 #1 duponty Instructor Joined Oct 25, 2000 Messages 101 Location CA hi there, I want the text placed before a table to be at the bottom of it. text<table style="display: inline"><tr><td></td></tr></table> here, I want "text" to be align with the top of the table thanks
hi there, I want the text placed before a table to be at the bottom of it. text<table style="display: inline"><tr><td></td></tr></table> here, I want "text" to be align with the top of the table thanks
Feb 19, 2006 #2 Vragabond Programmer Joined Jul 23, 2003 Messages 5,100 Location AT Why do you think you can make an inline table? Can you tell us exactly what you want to do? If you want to float your table next to text, use float. Upvote 0 Downvote
Why do you think you can make an inline table? Can you tell us exactly what you want to do? If you want to float your table next to text, use float.
Feb 19, 2006 #3 ArkM IS-IT--Management Joined Oct 21, 2002 Messages 1,819 Location RU <table><caption align=bottom>text</caption><tr>....</table> Upvote 0 Downvote