Forums

[Plugin: WP-Table] Creat links in table??? (6 posts)

  1. heyjoe79
    Member
    Posted 1 year ago #

    Hi I downloaded the plugin and seams to be working great on Wordpress2.6 I was wondering if there is anyway i can make what i have written in the table a link? I want to write a list of websites in the input fields but i would like them when clicked to be able to follow a link. is that possible??

  2. mosey
    Member
    Posted 1 year ago #

    This is possible by using HTML in the cells of the table.

    For instance
    <a href="http://www.test.com" title="test site">Test</a>

    should show up as a link 'Test'.

  3. heyjoe79
    Member
    Posted 1 year ago #

    Thank you very much that works nicely

  4. heyjoe79
    Member
    Posted 1 year ago #

    another question: is there a way to combine the columns? like if i had 2 rows and 3 columns but i wanted to ad a row to he top of it with no columns?

  5. ShirouJune
    Member
    Posted 1 year ago #

    is there a plugin for this?... why not using simple html?...

    <table>
      <tr>
          <td colspan="3">Row 1, column 1</td>
      </tr>
      <tr>
          <td>Row 2, column 1</td>
          <td>Row 2, column 2</td>
          <td>Row 2, column 3</td>
      </tr>
    </table>

    It's better & faster to type it...

  6. ShirouJune
    Member
    Posted 1 year ago #


  7. ShirouJune
    Member
    Posted 1 year ago #


  8. ShirouJune
    Member
    Posted 1 year ago #


  9. ShirouJune
    Member
    Posted 1 year ago #


  10. ShirouJune
    Member
    Posted 1 year ago #


  11. ShirouJune
    Member
    Posted 1 year ago #


  12. ShirouJune
    Member
    Posted 1 year ago #


  13. ShirouJune
    Member
    Posted 1 year ago #


  14. ShirouJune
    Member
    Posted 1 year ago #

    very sorry for the blank posts, something weird happenned here... =.=

  15. mosey
    Member
    Posted 1 year ago #

    @ShirouJune: Hey Shirou ^^ I don't have a working demo online to demonstrate the table, but WP-Table provides an easy interface for users with the most basic WP skills to create and maintain entries in a table without knowing HTML.

    The final table that is displayed on the website also allows for easy sorting alphabetically per-column if I remember correctly.

    @heyjoe79: Glad it worked for you :) Let me get back to you re: your question, but just to check: Would this combined column be at the top of the table?

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags