Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter alemist

    (@alemist)

    Thank you WPyogi and Alchymyth.

    I just found the ID for that area and applied the style in the external CSS.

    #post-852 li{
    	font-weight: bold;
    }

    And it worked.
    But I don’t know if this post ID is permanent.

    Thread Starter alemist

    (@alemist)

    I am using the Code bottom for code lines, but it seems it didn´t work.
    Please, let me know if you can see the message properly.
    I will paste it again if that is the case.

    Thread Starter alemist

    (@alemist)

    Hi WPyogi!
    Thank you very much for answering!

    I am trying to style the <li> tag whithin the line:

    echo "<p><li>" . wqp_escape_string($question[$i]) . "</li>\n";

    from the code above.

    I want to use this style: style="font-weight: bold;"

    I can use external classes or ids but I don’t know how to insert them withih the <li> tag in the code. (I tried with an inline style using style="font-weight: bold;" and it didn’t work).

    I am rendering this HTML line:
    <li>¿Con cuál frase te identificas más?</li>

    Just in case, I pasted in pastedbin the complete HTML generated.
    This is the link: http://pastebin.com/pnUdsJsP

    How could I do the rendering??

    Thank you very much for your help in advance.

Viewing 3 replies - 1 through 3 (of 3 total)