Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Section
Include Page

...

css button_web20_openidstyle

...

css button_web20_openidstyle
HTML

<a class="button" href="#" onclick="this.blur();"><span>Пример кнопки</span></a>
Section
Code Block
titleКод кнопки
langhtml

{html}
<a class="button" href="#" onclick="this.blur();"><span>Пример кнопки</span></a>
{html}