Накидайте теги для игры
Какие нибудь не стандартные.. типа цитата, по центру, слева, бегущий текст и прочее
Спасибо
<center>центр</center>
<div style="float:left;">слева</div>
<marquee>бегущий текст</marquee>
Добавлено 10.07.15 в 18:02:24:
<p>прочее</p>
Добавлено 10.07.15 в 18:03:21:
<div style="background: yellow; border-left: 3px solid blue; padding: 5px;">цитата</div>
<font style="color:rgba(36, 150, 188, 1); background: url(http://randomhack.wf/forum/public/style_images/blink/bling1.gif) repeat scroll 9% 0% transparent; font-weight: bold ; text-shadow:0px 0px 15px rgba(67, 69, 224, 1);"> Текст </font
<font style="color:rgba(36, 150, 188, 1); background: url(http://randomhack.wf/forum/public/style_images/blink/bling2.gif) repeat scroll 9% 0% transparent; font-weight: bold ; text-shadow:0px 0px 15px rgba(67, 69, 224, 1);"> Текст </font
<font style="color:rgba(36, 150, 188, 1); background: url(http://randomhack.wf/forum/public/style_images/blink/bling3.gif) repeat scroll 9% 0% transparent; font-weight: bold ; text-shadow:0px 0px 15px rgba(67, 69, 224, 1);"> Текст </font
<font style="color:rgba(36, 150, 188, 1); background: url(http://randomhack.wf/forum/public/style_images/blink/bling4.gif) repeat scroll 9% 0% transparent; font-weight: bold ; text-shadow:0px 0px 15px rgba(67, 69, 224, 1);"> Текст </font
<font style="color:rgba(36, 150, 188, 1); background: url(http://randomhack.wf/forum/public/style_images/blink/bling5.gif) repeat scroll 9% 0% transparent; font-weight: bold ; text-shadow:0px 0px 15px rgba(67, 69, 224, 1);"> Текст </font
<font style="color:rgba(36, 150, 188, 1); background: url(http://randomhack.wf/forum/public/style_images/blink/bling6.gif) repeat scroll 9% 0% transparent; font-weight: bold ; text-shadow:0px 0px 15px rgba(67, 69, 224, 1);"> Текст </font
<font style="color:rgba(36, 150, 188, 1); background: url(http://randomhack.wf/forum/public/style_images/blink/bling7.gif) repeat scroll 9% 0% transparent; font-weight: bold ; text-shadow:0px 0px 15px rgba(67, 69, 224, 1);"> Текст </font
<font style="color:rgba(36, 150, 188, 1); background: url(http://randomhack.wf/forum/public/style_images/blink/bling8.gif) repeat scroll 9% 0% transparent; font-weight: bold ; text-shadow:0px 0px 15px rgba(67, 69, 224, 1);"> Текст </font
<font style="color:rgba(36, 150, 188, 1); background: url(http://randomhack.wf/forum/public/style_images/blink/bling9.gif) repeat scroll 9% 0% transparent; font-weight: bold ; text-shadow:0px 0px 15px rgba(67, 69, 224, 1);"> Текст </font>
НЕЕ РЕБЯТ, МНЕ НАДО СНАЧАЛО ИХ ВНЕДРИТЬ В ИГРУ а потом только пользоваться
pavelgrey,
<?php
function italic($text){
$strung = preg_replace("#\[italic\|(.*)\]#isU", '<i>\\1</i>', $text);
return $strung;
}
$text = 'это тег делает [italic|курсивный текст]';
echo italic($text);
?>
скинешь пхп код тега?
function bb($msg) {
$msg = preg_replace('#\[nick1\](.*?)\[/nick1\]#si', '<font style="color:rgba(36, 150, 188, 1); background: url(http://randomhack.wf/forum/public/style_images/blink/bling1.gif) repeat scroll 9% 0% transparent; font-weight: bold ; text-shadow:0px 0px 15px rgba(67, 69, 224, 1);"> \1 </font>
', $msg);
$msg = preg_replace('#\[nick2\](.*?)\[/nick2\]#si', '<font style="color:rgba(36, 150, 188, 1); background: url(http://randomhack.wf/forum/public/style_images/blink/bling2.gif) repeat scroll 9% 0% transparent; font-weight: bold ; text-shadow:0px 0px 15px rgba(67, 69, 224, 1);"> \1 </font>
', $msg);
return $msg;
}
Есть ббкод градиента, на чистом html с использованием javascript.