Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Forcing text in tables to the top

1425732857
Sungrass
Plus
Sheet Author
Hi! I've been putting together a sheet for Dogs in the Vineyard for my own group, and I've found something in the sheet that I'd like to fix. This picture should illustrate the problem nicely. I'm using a table to create that row, with the three of them in separate TD's. Currently, when one column expands more than the rest, the remaining columns place their content in the middle, rather than at the top. Is this something inherent about how TD's work, or is it something that I can change with CSS?
vertical-align: top or something like that.
1425733576
Sungrass
Plus
Sheet Author
Thanks! It seems to do what I want... theoretically. Practically, it doesn't change a thing. The content of the td at the moment is a div containing a label and the repeating fieldset. Where would the vertical-align go? Right now, it's on the div, which doesn't work.
Have you tried putting each of the column in a sheet-3colrow , instead of (or in addition to) a table?
1425735582
Sungrass
Plus
Sheet Author
3colrow worked like a charm, thanks! Must be something table-specific.
Awesome! Glad I could help.