Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tables with background-color
#2
Welcome!

You did not give us an URL to check, but some hints:

as you can see at http://www.urbanistan.de/getsimple/tabellen-test/, I did define background and the span in the table td has background-color which is visible at the website

Code:
<table border="1" cellpadding="1" cellspacing="1" style="width: 500px;">
    <tbody>
        <tr>
            <td>
                <span style="background-color: rgb(255, 0, 0);">aaaa</span></td>
            <td>
                bbb</td>
        </tr>

        <tr>
            <td>
                ccc</td>
            <td>
                ddd</td>
        </tr>
        <tr>
            <td>

                eee</td>
            <td>
                fff</td>
        </tr>
    </tbody>
</table>

This questions affects

- CKEditor
- your CSS styles

in principle it has nothing to do with GetSimple itself.

If you give us the URL of your site, I will ckeck why the background-color is not active at your site.
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply


Messages In This Thread
Tables with background-color - by bugmenot - 2011-05-11, 20:00:06
Tables with background-color - by Connie - 2011-05-11, 21:30:45
Tables with background-color - by bugmenot - 2011-05-11, 23:18:29
Tables with background-color - by Connie - 2011-05-12, 05:11:03
Tables with background-color - by mvlcek - 2011-05-12, 16:07:16
Tables with background-color - by bugmenot - 2011-05-13, 19:29:44
Tables with background-color - by Connie - 2011-05-13, 21:06:41
Tables with background-color - by Connie - 2011-05-14, 00:03:46
Tables with background-color - by mvlcek - 2011-05-14, 00:18:10
Tables with background-color - by Connie - 2011-05-14, 00:33:29
Tables with background-color - by mvlcek - 2011-05-14, 00:59:37
Tables with background-color - by bugmenot - 2011-05-16, 21:42:45
Tables with background-color - by Connie - 2011-05-16, 22:11:52



Users browsing this thread: 1 Guest(s)