Forums

Format (4 posts)

  1. 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?

  2. 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.

  3. ticketchest
    Member
    Posted 3 years ago #

    so that would get changed on the main index page?

  4. Familiar
    Member
    Posted 3 years ago #

    A couple things.

    First, your surrounding tables have varying widths (from 65% to 100%). I would suggest setting them all to 100%:

    http://www.wearefamiliar.com/imageshare/4ae785d4355e8c122a91bf4cf233ccd9.png

    Next, the tables within them, set the TD values to 50% width, instead of specifying to the pixel:

    http://www.wearefamiliar.com/imageshare/df8e026888e3bfde19fe837da4ff2bf9.png

    Third, set your TR vertical align to TOP for the row that is holding the cells:

    http://www.wearefamiliar.com/imageshare/0e9011c2fa645a6fe84d21ec2375a0eb.png

    And you will end up with this:

    http://www.wearefamiliar.com/imageshare/d5b2fc5e8ada3409b0f939d8beccf8ec.png

    ... instead of this:

    http://www.wearefamiliar.com/imageshare/80adbc5bcf62fa9615eb61264a653b72.png

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.