Set text to appear on the top, in a large table cell

lumpong_bayag

New Member
I have a table like this;HTML\[code\]<table> <tr> <td>mytext</td> </tr></table>\[/code\]CSS\[code\]table tr td{ height: 100px; width: 200px; border: solid 1px #000;}\[/code\]which look like this;
6SNW6.png
But I want the text to start at the beginning of the box, like;
MPcZC.png
How can I achieve this? Here is the working fiddle.Thanks in advance...\[code\]:)\[/code\]
 
Back
Top