ticketchest
Member
Posted 3 years ago #
Using 2.7 beta 3 our format has been not working right. We are always getting crazy spacing issues and when I look at the code it is clean and should be working right but it is not showing right when live. It seams to be the 1st post at the top most of the times.
http://blog.ticketchest.com/ any ideas?
Familiar
Member
Posted 3 years ago #
You have a mess of nested tables there. My suggestion would be to rework the design so that you are using DIVs for placement, and tables only where the actual statistical data is.
Anyway, by setting the table widths for the charts to 50% instead of by pixel, and setting your containing <tr> valign=top, you can achieve this:
http://www.wearefamiliar.com/imageshare/a83a87fe192c018e3c38c19ba3a74cd6.png
But you need to look into fixing the layout, as tables are not a good method to get the effect you're going for.
ticketchest
Member
Posted 3 years ago #
so that would get changed on the main index page?
Familiar
Member
Posted 3 years ago #