Home > CSS Help > How to enter the text at the top of a table cell(in DreamweaverCS3)?

How to enter the text at the top of a table cell(in DreamweaverCS3)?

March 19th, 2009

How to enter the text at the top of a table cell(in DreamweaverCS3)?



you can add valign=”top” to the <td>: <td valign=”top”>this will align top</td> or you can do it via css <style type=”text/javascript”> td {vertical-align:top; …

Source


Similar Posts