Hi. I want to make a table and would like to have the First row in color, like this one http://wiki.jxceldolghmq.net/de:bouncer:settings - Can anybody write me howto? Thanks
Printable View
Hi. I want to make a table and would like to have the First row in color, like this one http://wiki.jxceldolghmq.net/de:bouncer:settings - Can anybody write me howto? Thanks
Either start your cells with ! instead of |, or give each cell in the row a class. Example:
Code:[table] class="block"
|-
! Colored Row
! Colored Row
|-
| Regular Row
| Regular Row
|-
[/table]
Or, example:
Colored Row Colored Row Regular Row Regular Row
Code:[table] class="block"
|-
| class="blocksubhead" | Colored Row
| class="blocksubhead" | Colored Row
|-
| Regular Row
| Regular Row
|-
[/table]
Colored Row Colored Row Regular Row Regular Row
Ok thanks
I got one more question
I want in one row two text lines with a break (in html its a <br> or <p> Tag)
Thanks
You can easily add line breaks between your text with a standard carriage return, like you can in the rest of your post.
Im sorry. I dont get what u mean. Could u post me an Example please?
I want something like
Test <br />foo
Test
fooCode:[table] class="block"
|-
| Test
foo
|-
[/table]
ahh thats how it works... Thank u very much