Přidat otázku mezi oblíbenéZasílat nové odpovědi e-mailem display:none

Chci tento kód schovat ve výsledku, kam mám vložit display:none?

: qa_lang_html_sub('main/x_points', '<span class="qa-uf-user-points">'.qa_html(number_format(@$userpoints['points'])).'</span>'),
Předmět Autor Datum
: qa_lang_html_sub('main/x_points', '<span class="qa-uf-user-points" style="display:none">'.qa_html(… poslední
navay 04.04.2014 17:54
navay

: qa_lang_html_sub('main/x_points', '<span class="qa-uf-user-points" style="display:none">'.qa_html(number_format(@$userpoints['points'])). '</span>'),

Pokud ho tam nechcete, tak celý ten span úplně odstraňte, protože jinak to i s display: none bude součástí výsledné stránky ve zdrojáku.

Zpět do poradny Odpovědět na původní otázku Nahoru