Events Made Easy Forums How do I … Create Tables

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #43770
    Anonymous
    Inactive

    Hey,

    first of all i would like to mention that the plugin is very very nice!

    I have a little problem with the appearance of my event list page:

    I woul like to create a table with a fix width.

    I have used a format like

    <table borderColor=”#ff3300″ border=”1″ width=”100%” height=”100%”>
    <tr>
    <td borderColor=”#00ff00″>Date</td>
    <td borderColor=”#00ff00″>Description</td>
    <td borderColor=”#00ff00″>Location</td>
    <td borderColor=”#00ff00″>Information</td>
    </tr>
    <tr>
    <td borderColor=”#00ff00″>
    [events_if tag="#ESCd #ESCm #ESCy" notvalue="#ESC@d #ESC@m #ESC@y"]#d.#m.#y bis #@d.#@m.#y[/events_if]
    [events_if tag="#ESCd #ESCm #ESCy" value="#ESC@d #ESC@m #ESC@y"]#d.#m.#y[/events_if]

    </td>
    <td borderColor=”#00ff00″>#_LINKEDNAME</td>
    <td borderColor=”#00ff00″>#_TOWN</td>
    <td borderColor=”#00ff00″>#_NOTES</td>
    </tr>
    </table>
    [code]

    It works great but the tables are flexible. So there is no common width.
    Do you know how i can create a good looking and a consistent table?

    Another issue is the filter. I would like to change the “submit” text to “filter months” with [events_filterform submit=filter months]. Badly it displays only “filter”. It doesnt accept the space between the two words. Can you give me a hint?

    Thank you very much.

    [code]

    <table borderColor=”#ff3300″ border=”1″ width=”100%” height=”100%”>

    <tr>

    <td borderColor=”#00ff00″>Date</td>

    <td borderColor=”#00ff00″>Description</td>

    <td borderColor=”#00ff00″>Location</td>

    <td borderColor=”#00ff00″>Information</td>

    </tr>

    <tr>

    <td borderColor=”#00ff00″>

    [events_if tag="#ESCd #ESCm #ESCy" notvalue="#ESC@d #ESC@m #ESC@y"]#d.#m.#y bis #@d.#@m.#y[/events_if]

    [events_if tag="#ESCd #ESCm #ESCy" value="#ESC@d #ESC@m #ESC@y"]#d.#m.#y[/events_if]

    </td>

    <td borderColor=”#00ff00″>#_LINKEDNAME</td>

    <td borderColor=”#00ff00″>#_TOWN</td>

    <td borderColor=”#00ff00″>#_NOTES</td>

    </tr>

    </table>

    It works great but the tables are flexible. So there is no common width.
    Do you know how i can create a good looking and a consistent table?

    Another issue is the filter. I would like to change the “submit” text to “filter months” with [events_filterform submit=filter months]. Badly it displays only “filter”. It doesnt accept the space between the two words. Can you give me a hint?

    Thank you very much.

    [code]

    It works great but the tables are flexible. So there is no common width.

    Do you know how i can create a good looking and a consistent table?

    Another issue is the filter. I would like to change the “submit” text to “filter months” with [events_filterform submit=filter months]. Badly it displays only “filter”. It doesnt accept the space between the two words. Can you give me a hint?

    Thank you very much.

    #49572
    Anonymous
    Inactive

    The second issue is solved, i set the filter months in quotes! Now it appears correctly.

    Is there any chance to format the font of the button? I would like to make the font-size smaller and change the font-art.

    #49573
    Franky
    Keymaster

    For the button: CSS

    For the table: I don’t really understand the question, but html guides are all over the internet for this 🙂

    #49574
    Anonymous
    Inactive

    My problem is that the table width isnt fix. The width depends on the content. I would like to have a fix width for each table.

    #49575
    Franky
    Keymaster

    Then set it a fixed width, instead of width=”100%”

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘How do I …’ is closed to new topics and replies.
Scroll to Top