• Resolved RSLHT

    (@rslht)


    Hi

    I have created a page with a layout intended to have a video on the left with text to the right, to do this I have used a table this seems to work fine in i-e but it doesn’t display right in chrome.
    This is the code I’ve used:
     
    <table width=”800″ border=”0″>
    <tbody>
    <tr>
    <td style=”background-color: #ffffff;” colspan=”2″></td>
    </tr>
    <tr valign=”Top”>
    <td style=”background-color: #ffffff; width: 400px; text-align: Left;”>[jwplayer config=”Custom Test” mediaid=”333″]</td>
    <td style=”background-color: #ffffff; width: 400px; text-align: Left;”>
    <h4 style=”text-align: center;”><span style=”text-decoration: underline;”>Directions</span></h4>
    <p style=”text-align: justify;”>Step 1:
    Step 2:
    Step 3:
    Step 4:
    Step 5:
    Step 6:
    Step 7:
    Step 8:
    Step 9:
    Step 10:
    Step 11:
    Step 12:</p>
    </td>
    </tr>
    </tbody>
    </table>
     

    If any one can offer a suggestion on how to fix this I would be grateful.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Table goes out of alignment in chrome’ is closed to new replies.