- Posts: 13
- Thank you received: 0
Hi!
Thanks again for a great extension!
I've got another problem, and this is vertically aligning cell content! I've done a lot of searching and testing, and I've found a few clues both in this forum and elsewhere, but I still can't get this to work
I've tried a few different codes into my templates CSS-file, but no luck yet.
Could someone help me ?
Link to table:
saabarchive.net/index.php/wheelsmenu/wheeldb
Please Log in or Create an account to join the conversation.
Hi!
it would really help to investigate your page if you enabled right click...
if you put this in your template's css file it should look nicer
.tableJX4 tr td {
vertical-align: middle;
}
Please Log in or Create an account to join the conversation.
Thank you, quick and helpful responses as always
That code is all I needed. I've tried something similar, but at least not with "tr td" in there.
And sorry about the right click, will enable that for further investigations
Please Log in or Create an account to join the conversation.