• Resolved galbuyz

    (@galbuyz)


    Hello, my problem is when I put HTML code of a table into the HTML section in “Edit page” (next to visual)-so the table come out if a diffrent color.
    I want a white table and it come out like the theme color.
    I tryed do the bgcolor on every tr and td and also the table bgcolor it just wont work someone knows why?
    Also when Im trying to do “dir=rtl” on the whole table or even in each tr and td it wont work.
    Somebody know what to do? thanks!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • You should probably try to edit the style.css of your theme and add

    table {
        color: black;
        background: red;
        border-color: green;
    }

    Adjust with your colors.

    Thread Starter galbuyz

    (@galbuyz)

    bro, your awsome it worked!!! thanks man alot!!!
    just 1 more thing, about the “dir” in the table…how can i change it from “ltr” to “rtl”?

    THANKS!!!!!

    Thread Starter galbuyz

    (@galbuyz)

    never mind i just saw it in the table properties as well.
    veganist THANKS AGAIN BRO!!!!!!!!!!!!! ?? ?? ??

    Thread Starter galbuyz

    (@galbuyz)

    sorry mate for spam lol but 1 more thing about the border!
    this is the line:

    table td,table th{text-align:right;border-top:1px solid #black;padding:.4em .8em; color: #black;}

    as you see the default of the theme is border only on the right,
    how can i make it that ill have the border on all the table?
    i tryed reading on the net but it only show right,left,top,bottom
    so i dont want to choose i want all, how? thankssss

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WordPress Table help’ is closed to new replies.