• Hi all,

    I’m using version 3.5.2 of GF Directory, and have created a custom-CSS directory on the following page: http://www.tespa.org/member-igns. All of the names are fake, of course.

    I copied in the following CSS code into the “Class for the <table>,

      , or <dl>” entry when adding the directory. I’ve tried it using the attribute rowstyle and tablestyle.

    rowstyle="
    <style>
    table, th, td
    {
    border:1px solid #333333;
    text-align:center;
    vertical-align: center;
    }
    th
    {
    background-color:#111111;
    }
    tr
    {
    background-color:#222222;
    vertical-align:center;
    }
    tr:hover {
    background-color: #02A5DB;
    color: #000000;
    }
    </style>"

    As you can see, there are some extra characters above the directory, namely the “”””> addition between the search bar and the entries themselves.

    http://wordpress.org/plugins/gravity-forms-addons/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Extra characters in custom CSS table’ is closed to new replies.