test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • flying_scot Friend
    #170999

    I am having a problem with JA Comment. Click here to see what happens to the top table

    When you click on an article that is in a blog list you can see the table in the module above the article is now broken. I have turned off all of the plugins and just have the comment itself with a login link to make a comment. Even stripped down to the bare bones it breaks the table in the module above.

    Any chance of getting help on this? If not I have to find a different solution.

    T.I.A.


    1. sc-tables
    jooservices Friend
    #426357

    Hi
    Actually as i can see it’s not because JA Comment. It’s because css.
    You are using <table > in this module ( Mod92 ). And right col is not right w/ css.
    You can make simply by put

    style="vertical-align: top;"
    hard code into your module or put it into css file ( template.css )


    #ja-content-top tbody tr td {
    vertical-align: top;
    }

    Thank you,
    Viet Vu

    flying_scot Friend
    #427020

    Hi Viet. Sometimes…actually it seems most of the time…it’s a simple answer. I did add your code with no results. But it got me to thinking about my table code. I forgot to put a table width in. As soon as I did that…voila…fixed. But thanks for your tip.

    jooservices Friend
    #427036

    Hi
    Above css code i have checked on your live site. So , little surprise if it not work.
    Btw glad to hear you solved your issue.

    Beside that for better we should use div instead table 🙂

    Thank you,

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  jooservices 13 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum