Viewing 9 replies - 1 through 9 (of 9 total)
  • Theme Author Konstantin Kovshenin

    (@kovshenin)

    That page you linked to does not exist. Please make sure it’s published and public.

    Thread Starter shootingtime

    (@shootingtime)

    Sorry actually I went live with the WordPress version of my site last night so that page has just been moved. The proper URL for that page is now https://shootingtime.com/bow-tuning/timing-a-bow/.

    Thanks
    Corey

    Theme Author Konstantin Kovshenin

    (@kovshenin)

    Hey there! The table looks fine here. Can you perhaps provide a screenshot of what you’re seeing and what you’re expecting to see on that page? Thanks!

    Thread Starter shootingtime

    (@shootingtime)

    Thanks for your response! Here is a link to the screen shot.

    https://shootingtime.com/?attachment_id=1144

    Theme Author Konstantin Kovshenin

    (@kovshenin)

    Yeah, that’s what I see. You got your rows, and you got your columns ?? What were you expecting to see?

    Thread Starter shootingtime

    (@shootingtime)

    The chambers of the table should be equal. The images should be the same size. Here is an example of what it looked like on my html version of my website.

    https://shootingtime.com/?attachment_id=1324

    Theme Author Konstantin Kovshenin

    (@kovshenin)

    Can you paste the HTML code you put in the post editor in WordPress? Please use pastebin.com

    Thread Starter shootingtime

    (@shootingtime)

    I tried the pastebin and couldn’t figure how to get it to show here so………

    <table style="width: 700px;" border="1">
    <tbody>
    <tr>
    <td><strong>Timing a bow - Mathews Bows</strong></td>
    <td><strong>MAX CAM</strong></td>
    </tr>
    <tr>
    <td>With many Mathews solocam bows, you will notice that the cam has two holes on opposite sides. For the best timing position, the line that passes through these holes should be parallel with the bow string. On some newer cams, they apparently drilled a hole in which the cable should cut through the center as seen on the Reezen's cam. (lower right) A quick way of checking parallel orientation is by taking an arrow and placing it over the cam. With one eye closed, cut the center of the two small holes with an arrow and visually see if the arrow is parallel to the bowstring. If the trajectory is way off, you may have to adjust the cam. If you are having a hard time telling if its perfectly parallel, its probably close enough.</td>
    <td><a href="https://shootingtime.com/wp-content/uploads/2013/09/timing/maxcam.jpg"><img title="maxcam" alt="timing a bow" src="https://shootingtime.com/wp-content/uploads/2013/09/timing/maxcam.jpg" width="280" height="202" /></a></td>
    </tr>
    <tr>
    <td><strong>SWITCHBACK CAM</strong></td>
    <td><strong>REEZEN CAM</strong></td>
    </tr>
    <tr>
    <td><a href="https://shootingtime.com/wp-content/uploads/2013/09/timing/switchback.jpg"><img title="switchback" alt="timing a bow mathews switchback" src="https://shootingtime.com/wp-content/uploads/2013/09/timing/switchback.jpg" width="280" height="184" /></a></td>
    <td><a href="https://shootingtime.com/wp-content/uploads/2013/09/timing/reezen.jpg"><img title="reezen" alt="mathews reezen" src="https://shootingtime.com/wp-content/uploads/2013/09/timing/reezen.jpg" width="280" height="217" /></a></td>
    </tr>
    </tbody>
    </table>
    Theme Author Konstantin Kovshenin

    (@kovshenin)

    You don’t need to show it here, a link would have been fine ?? Can you try and add a width to the td elements? Like this:

    <td style="width: 50%"> ...

    Hope that helps!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘TinyMCE Advance table issue’ is closed to new replies.