Hi there, I was wondering How I can push a table cell's content to the top, without adding anything below, (e.g: Images, text)
is there a code like margin-top; 10px
I tried that, and with a minus, didn't work..
Anyone?
Printable View
Hi there, I was wondering How I can push a table cell's content to the top, without adding anything below, (e.g: Images, text)
is there a code like margin-top; 10px
I tried that, and with a minus, didn't work..
Anyone?
Im not fully understanding what your problem is pal, explain it abit more
HTML In you <td> tag add valign="top"
OR
CSS The one I think works for this is vertical-align: top;