Table code not working in Able Theme

  • Unknown's avatar

    Bonjour,
    could someone explain to me why the following code gives me a column in a post or page in all the themes I’ve tested EXCEPT with the Theme called Able… where the table takes the whole width of the page ?

    <table align="right" width="40%">
    <tr>
    <td> TEXT or html code </td>
    </tr>
    <tr>
    <td>  TEXT or html code </td>
    </tr>
    </table>

    I really do not like not to unsderstand…. so I would actually apreciate any explanation …

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,
    I tagged this thread so it will be moved to the Themes Forum where Themes Staff can address your issue. Please subscribe to it so you are notified when they respond.

  • Unknown's avatar

    @ timethief : thank you very much…. What a change ! … capillary ! nice !

  • Unknown's avatar

    That’s not really a theme issue. Some older themes accept the outdated coding you’re using, but most newer ones don’t. Instead of this:
    <table align="right" width="40%">
    you need this:
    <table style="width:40%;float:right;">

  • Unknown's avatar

    Thanks justpi. Tags removed.

  • Unknown's avatar

    Merci so much to both of you !
    My knowledge is not big at all … and I understand that I need to update it !
    Again… thank you for the explanation. .

  • The topic ‘Table code not working in Able Theme’ is closed to new replies.