Events Made Easy › Forums › How do I … › Create Tables
- This topic has 4 replies, 2 voices, and was last updated 12 years, 8 months ago by Franky.
-
AuthorPosts
-
Fri 30 Mar 2012 at 07:57 #43770AnonymousInactive
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.
Fri 30 Mar 2012 at 08:02 #49572AnonymousInactiveThe 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.
Fri 30 Mar 2012 at 09:14 #49573FrankyKeymasterFor the button: CSS
For the table: I don’t really understand the question, but html guides are all over the internet for this 🙂
Fri 30 Mar 2012 at 10:12 #49574AnonymousInactiveMy 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.
Fri 30 Mar 2012 at 11:36 #49575FrankyKeymasterThen set it a fixed width, instead of width=”100%”
-
AuthorPosts
- The forum ‘How do I …’ is closed to new topics and replies.