alemist
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Inline style for PHP code from a PlugginThank 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.Forum: Fixing WordPress
In reply to: Inline style for PHP code from a PlugginI 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.Forum: Fixing WordPress
In reply to: Inline style for PHP code from a PlugginHi 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 usingstyle="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/pnUdsJsPHow could I do the rendering??
Thank you very much for your help in advance.