Дайте пожалуста скрипт , чтоб подписи ника и надпись подавкой были по центру, не могу востановить и куда вставлять напишите
кнопки дополнительных смайликов, цветов и спойлера
Сообщений 61 страница 80 из 87
Поделиться61Ср, 17 Июн 2009 13:58:53
Поделиться62Ср, 17 Июн 2009 14:01:37
Грейс
<style type="text/css">
.post-author{
text-align: center !important;
}
</style>
ставь вверх..
Поделиться63Ср, 17 Июн 2009 14:02:53
АЛЬБ
Спасибо огромное
Поделиться64Ср, 17 Июн 2009 14:06:26
Lili
Лили, вижу один выход, если у вас нечего не пашет, могу дать все мои скрипты которые у меня заработали... полностью придите ко мне и гляньте как у мну, если устраивает вас могу дать всё
Отредактировано Грейс (Ср, 17 Июн 2009 14:11:27)
Поделиться65Ср, 17 Июн 2009 14:10:45
ВЫРАЖАЮ ВСЕМ ВСЕМ БЛАГОДАРНОСТЬ ЗА ПОМОЩЬ В ВОСТАНОВЛЕНИИ САЙТА, У МЕНЯ ТЕПЕРЬ ВСЁ НА МЕСТЕ!!!!!!!
Поделиться66Ср, 17 Июн 2009 14:16:33
Нет, спасибо! Как у вас я не хочу... я несколько лет любовно подбирала начинку своему форуму и она меня полностью устраивала... хочу сделать как было и ни как иначе
Поделиться67Ср, 17 Июн 2009 14:18:28
Нет, спасибо! Как у вас я не хочу... я несколько лет любовно подбирала начинку своему форуму и она меня полностью устраивала... хочу сделать как было и ни как иначе
тогда незнаю как вам помочь может восстановится... удачи вам
Поделиться68Ср, 17 Июн 2009 15:40:34
Ой ещё только что заметила, не хватает кнопки видео с маил.ру, может кто поможет её мне отыскать... очень очень прошууууууууууууууу
Поделиться69Ср, 17 Июн 2009 16:24:16
Ой ещё только что заметила, не хватает кнопки видео с маил.ру, может кто поможет её мне отыскать... очень очень прошууууууууууууууу
<style>
#button-mailvideo {background-image:url('http://i046.radikal.ru/0805/28/c3e523638ec3.png'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat; height:26px; width:100%}
</style>
Поделиться70Ср, 17 Июн 2009 16:43:08
<style>#button-mailvideo {background-image:url('http://i046.radikal.ru/0805/28/c3e523638ec3.png'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat; height:26px; width:100%}</style>
не пойму, а куда её вставлять не там не там не работает
Поделиться71Ср, 17 Июн 2009 16:49:03
не пойму, а куда её вставлять
не там не там не работает
в форму ответа, если у вас есть сам скрипт то рабить будет, если ставите тока кнопку, то эффекта ноль))
тут и кнопка и скрипт-
<style> #button-mailvideo {background-image:url('http://i046.radikal.ru/0805/28/c3e523638ec3.png'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat; height:26px; width:100%} </style> <script type="text/javascript"> function tag_url1() {var FoundErrors = ''; var enterURL = prompt("Введите окончание ссылки на Mail.ru", ""); var enterTITLE = prompt("Напишите описание данного ролика", "Посмотрите интересное видео"); if (!enterURL) {FoundErrors += " " + error_no_url;} if (FoundErrors) {alert("Ошибка!" + FoundErrors); return;} insert('[mailru1]' + enterURL + '[/mailru1]\n[size=10]' + enterTITLE + '[/size]');} if(form=document.getElementById("form-buttons")) form.getElementsByTagName("tr")[0].insertCell(16).innerHTML="<img src='/i/blank.gif' title='Вставить mailvideo' id='button-mailvideo' onclick=\"tag_url1()\">" </script> <script> function addSpoiler(str,from,internal){ var pos=0,pos2=0,newpos=0 if((pos=str.indexOf("[mailru1]",from))==-1) return str; if((pos2=str.indexOf("[/mailru1]"),pos+9)==-1) return str; newpos=str.indexOf("[mailru1]",pos+9) if(newpos<pos2 && newpos!=-1) str=addSpoiler(str,pos+9,true) if((pos2=str.indexOf("[/mailru1]",pos+9))==-1) return str; str=str.substring(0,pos)+makeSpoiler(str.substring(pos+9,pos2))+str.substring(pos2+10,str.length) if( str.indexOf("[mailru1]")!=-1 && internal==false) str=addSpoiler(str,0,false) return str} function makeSpoiler(txt){ txt="<br><embed src=\"http://img.mail.ru/r/video2/player_v2.swf?par="+txt+"\" type=\"application/x-shockwave-flash\" width=\"452\" height=\"385\" allowScriptAccess=\"always\"></embed><br>" return txt} if(document.URL.indexOf("viewtopic.php")!=-1){ elm=document.getElementById("pun-main").getElementsByTagName("div") for(x in elm) if(elm[x].className=="post-content"){ var post=elm[x] post.innerHTML=addSpoiler(post.innerHTML,0,false)}} </script>
Поделиться72Ср, 17 Июн 2009 16:49:53
<script> function addSpoiler(str,from,internal){ var pos=0,pos2=0,newpos=0 if((pos=str.indexOf("[mailru1]",from))==-1) return str; if((pos2=str.indexOf("[/mailru1]"),pos+9)==-1) return str; newpos=str.indexOf("[mailru1]",pos+9) if(newpos<pos2 && newpos!=-1) str=addSpoiler(str,pos+9,true) if((pos2=str.indexOf("[/mailru1]",pos+9))==-1) return str; str=str.substring(0,pos)+makeSpoiler(str.substring(pos+9,pos2))+str.substring(pos2+10,str.length) if( str.indexOf("[mailru1]")!=-1 && internal==false) str=addSpoiler(str,0,false) return str} function makeSpoiler(txt){ txt="<br><embed src=\"http://img.mail.ru/r/video2/player_v2.swf?par="+txt+"\" type=\"application/x-shockwave-flash\" width=\"452\" height=\"385\" allowScriptAccess=\"always\"></embed><br>" return txt} if(document.URL.indexOf("viewtopic.php")!=-1){ elm=document.getElementById("pun-main").getElementsByTagName("div") for(x in elm) if(elm[x].className=="post-content"){ var post=elm[x] post.innerHTML=addSpoiler(post.innerHTML,0,false)}} </script>
вот этот скрипт видео появляется , а самой тут кнопки нет, а потому скрипты , что вы мне дали и видео не появляется
Поделиться73Ср, 17 Июн 2009 16:51:44
видео не появляется
поставьте что я вам дала, должно появиться
Поделиться74Ср, 17 Июн 2009 16:53:10
тут и кнопка и скрипт-
вот всё получилось огромное спс...
наверно всё надо сохранить у себя в документах, а то не дай бог опять всё пропадёт
Поделиться75Ср, 17 Июн 2009 17:42:20
Предлагаю Админу баннерообмен вот адреса моих сайтов:
http://soft-ucoz.ucoz.ru ВСЕ ДЛЯ ucoz
http://eldora.do.am ОНЛАЙН КАЗИНО
http://icqip.ucoz.ru РАЗДАЧА 6 и 7 ЗНАЧНЫХ АСЕК
http://icqfree.ucoz.ru/index/0-1 РАЗДАЧА 6 и 7 ЗНАЧНЫХ АСЕК
http://uin-pass.ucoz.ru/ РАЗДАЧА 6 и 7 ЗНАЧНЫХ АСЕК
http://icqbesplatno.ucoz.ru/ РАЗДАЧА 6 и 7 ЗНАЧНЫХ АСЕК
http://icq-singl.ucoz.ru РАЗДАЧА 6 и 7 ЗНАЧНЫХ АСЕК
http://icq-singl.ucoz.ru/dir Топ 100 КАТАЛОГ САЙТОВ
http://uinpass.ucoz.ru/ РАЗДАЧА 6 и 7 ЗНАЧНЫХ АСЕК
Рад буду всем !!!
Поделиться76Ср, 17 Июн 2009 17:45:36
Lola2
а вам бан положен))))
Поделиться77Ср, 17 Июн 2009 18:28:24
студентка, спасибо за желание помочь! Поставила кнопку со смайлами - кнопка появилась, смайлики видно, но они не вставляются в сообщение. Вместо них две черточки и все
Поделиться78Ср, 17 Июн 2009 18:42:41
Lili дай гляну на твой скрипт..
Поделиться79Ср, 17 Июн 2009 19:15:27
АЛЬБ, я со смайликами сама разобралась. Теперь бы надо как-то с дополнительными цветами моими. Вот код:
<script type="text/javascript"> if(form=document.getElementById("form-buttons")) form.getElementsByTagName("tr")[0].insertCell(19).innerHTML="<a onclick="return changeVisibility('mycolor', this)"> <img title='Дополнительные цвета' src='http://i017.radikal.ru/0803/c7/21fe3b85b39c.gif'/></a>" </script> <div class="container" id="mycolor" style="display:none; width:900px"> <table cellspacing="0"> <tr> <td style="background-color:#00FF00" height="15px" width="15px" onclick="bbcode('[color=#00FF00]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#00FF66" height="15px" width="15px" onclick="bbcode('[color=#00FF66]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#00FFFF" height="15px" width="15px" onclick="bbcode('[color=#00FFFF]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#66FF66" height="15px" width="15px" onclick="bbcode('[color=#66FF66]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#99FF99" height="15px" width="15px" onclick="bbcode('[color=#99FF99]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#CCFF00" height="15px" width="15px" onclick="bbcode('[color=#CCFF00]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#CCFF66" height="15px" width="15px" onclick="bbcode('[color=#CCFF66]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#CCFFCC" height="15px" width="15px" onclick="bbcode('[color=#CCFFCC]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#FFFF00" height="15px" width="15px" onclick="bbcode('[color=#FFFF00]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#FFFF99" height="15px" width="15px" onclick="bbcode('[color=#FFFF99]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#00CC66" height="15px" width="15px" onclick="bbcode('[color=#00CC66]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#339966" height="15px" width="15px" onclick="bbcode('[color=#339966]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#6699CC" height="15px" width="15px" onclick="bbcode('[color=#6699CC]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#CCCC66" height="15px" width="15px" onclick="bbcode('[color=#CCCC66]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#009966" height="15px" width="15px" onclick="bbcode('[color=#009966]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#9999FF" height="15px" width="15px" onclick="bbcode('[color=#9999FF]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#CC9933" height="15px" width="15px" onclick="bbcode('[color=#CC9933]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#CC66CC" height="15px" width="15px" onclick="bbcode('[color=#CC66CC]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#FF6600" height="15px" width="15px" onclick="bbcode('[color=#FF6600]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#FF6666" height="15px" width="15px" onclick="bbcode('[color=#FF6666]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#003333" height="15px" width="15px" onclick="bbcode('[color=#003333]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#003366" height="15px" width="15px" onclick="bbcode('[color=#003366]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#0033FF" height="15px" width="15px" onclick="bbcode('[color=#0033FF]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#333300" height="15px" width="15px" onclick="bbcode('[color=#333300]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#663399" height="15px" width="15px" onclick="bbcode('[color=#663399]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#993300" height="15px" width="15px" onclick="bbcode('[color=#993300]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#CC3333" height="15px" width="15px" onclick="bbcode('[color=#CC3333]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#FF3300" height="15px" width="15px" onclick="bbcode('[color=#FF3300]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#FF66FF" height="15px" width="15px" onclick="bbcode('[color=#FF66FF]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#003366" height="15px" width="15px" onclick="bbcode('[color=#003366]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#FF3366" height="15px" width="15px" onclick="bbcode('[color=#FF3366]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#0000FF" height="15px" width="15px" onclick="bbcode('[color=#0000FF]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#660033" height="15px" width="15px" onclick="bbcode('[color=#660033]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#990000" height="15px" width="15px" onclick="bbcode('[color=#990000]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#FF0000" height="15px" width="15px" onclick="bbcode('[color=#FF0000]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#FF0066" height="15px" width="15px" onclick="bbcode('[color=#FF0066]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#FFCCCC" height="15px" width="15px" onclick="bbcode('[color=#FFCCCC]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#ffcc66" height="15px" width="15px" onclick="bbcode('[color=#ffcc66]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#666633" height="15px" width="15px" onclick="bbcode('[color=#666633]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#cc6633" height="15px" width="15px" onclick="bbcode('[color=#cc6633]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#993300" height="15px" width="15px" onclick="bbcode('[color=#993300]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#99ff00" height="15px" width="15px" onclick="bbcode('[color=#99ff00]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#cccccc" height="15px" width="15px" onclick="bbcode('[color=#cccccc]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#ffcccc" height="15px" width="15px" onclick="bbcode('[color=#ffcccc]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#336666" height="15px" width="15px" onclick="bbcode('[color=#336666]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#ff9999" height="15px" width="15px" onclick="bbcode('[color=#ff9999]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color: #FF6633; height:15px" onclick="bbcode('[color=#FF6633]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color: #CC3300; height:15px " onclick="bbcode('[color=#CC3300]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color: #660000; height:15px " onclick="bbcode('[color=#660000]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color: #990066; height:15px " onclick="bbcode('[color=#990066]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color: #FF3366; height:15px " onclick="bbcode('[color=#FF3366]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color: #000066; height:15px " onclick="bbcode('[color=#000066]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color: #003366; height:15px " onclick="bbcode('[color=#003366]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color: #0033FF; height:15px " onclick="bbcode('[color=#0033FF]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color: #00CC00; height:15px " onclick="bbcode('[color=#00CC00]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color: #669966; height:15px " onclick="bbcode('[color=#669966]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color: #006600; height:15px " onclick="bbcode('[color=#006600]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color: #FF6600; height:15px " onclick="bbcode('[color=#FF6600]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color: #CC6633; height:15px " onclick="bbcode('[color=#CC6633]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color: #FFD700; height:15px " onclick="bbcode('[color=#FFD700]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color: #666666; height:15px " onclick="bbcode('[color=#666666]', '[/color]'); return changeVisibility('mycolor', this)"></td> </tr> </table> </div> 0
Поделиться80Чт, 18 Июн 2009 01:58:28
АЛЬБ, я со смайликами сама разобралась. Теперь бы надо как-то с дополнительными цветами моими. Вот код:
этот код у меня тоже не работает.
попробуйте этот-
<style> #custom-mycolor {background-image:url('http://i017.radikal.ru/0803/c7/21fe3b85b39c.gif'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat; height:26px; width:100%} </style> <script type="text/javascript"> if((form=document.getElementById("form-buttons"))) form.getElementsByTagName("tr")[0].insertCell(19).innerHTML="<img src='/i/blank.gif' title='Мои цвета' id='custom-mycolor' title='Мои цвета' onclick=\"return changeVisibility('mycolor', this);\" />" </script> <div class="container" id="mycolor" style="display:none; width:807px"> <table cellspacing="0"> <tr> <td style="background-color:#FF6633; height:15px" onclick="bbcode('[color=#FF6633]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#CC3300; height:15px" onclick="bbcode('[color=#CC3300]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#660000; height:15px" onclick="bbcode('[color=#660000]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#990066; height:15px" onclick="bbcode('[color=#990066]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#FF3366; height:15px" onclick="bbcode('[color=#FF3366]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#000066; height:15px" onclick="bbcode('[color=#000066]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#003366; height:15px" onclick="bbcode('[color=#003366]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#0033FF; height:15px" onclick="bbcode('[color=#0033FF]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#00CC00; height:15px" onclick="bbcode('[color=#00CC00]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#669966; height:15px" onclick="bbcode('[color=#669966]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#006600; height:15px" onclick="bbcode('[color=#006600]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#FF6600; height:15px" onclick="bbcode('[color=#FF6600]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#CC6633; height:15px" onclick="bbcode('[color=#CC6633]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#FFD700; height:15px" onclick="bbcode('[color=#FFD700]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#666666; height:15px" onclick="bbcode('[color=#666666]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#00FF66; height:15px" onclick="bbcode('[color=#00FF66]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#00FF00; height:15px" onclick="bbcode('[color=#00FF00]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#00FFFF; height:15px" onclick="bbcode('[color=#00FFFF]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#66FF66; height:15px" onclick="bbcode('[color=#66FF66]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#99FF99; height:15px" onclick="bbcode('[color=#99FF99]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#CCFF00; height:15px" onclick="bbcode('[color=#CCFF00]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#CCFF66; height:15px" onclick="bbcode('[color=#CCFF66]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#CCFFCC; height:15px" onclick="bbcode('[color=#CCFFCC]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#FFFF00; height:15px" onclick="bbcode('[color=#FFFF00]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#FFFF99; height:15px" onclick="bbcode('[color=#FFFF99]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#00CC66; height:15px" onclick="bbcode('[color=#00CC66]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#339966; height:15px" onclick="bbcode('[color=#339966]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#6699CC; height:15px" onclick="bbcode('[color=#6699CC]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#CCCC66; height:15px" onclick="bbcode('[color=#CCCC66]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#009966; height:15px" onclick="bbcode('[color=#009966]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#9999FF; height:15px" onclick="bbcode('[color=#9999FF]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#CC9933; height:15px" onclick="bbcode('[color=#CC9933]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#CC66CC; height:15px" onclick="bbcode('[color=#CC66CC]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#FF6666; height:15px" onclick="bbcode('[color=#FF6666]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#003333; height:15px" onclick="bbcode('[color=#003333]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#333300; height:15px" onclick="bbcode('[color=#333300]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#663399; height:15px" onclick="bbcode('[color=#663399]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#993300; height:15px" onclick="bbcode('[color=#993300]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#FF3300; height:15px" onclick="bbcode('[color=#FF3300]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#FF66FF; height:15px" onclick="bbcode('[color=#FF66FF]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#0000FF; height:15px" onclick="bbcode('[color=#0000FF]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#660033; height:15px" onclick="bbcode('[color=#660033]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#990000; height:15px" onclick="bbcode('[color=#990000]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#FF0000; height:15px" onclick="bbcode('[color=#FF0000]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#FF0066; height:15px" onclick="bbcode('[color=#FF0066]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#FFCCCC; height:15px" onclick="bbcode('[color=#FFCCCC]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#ffcc66; height:15px" onclick="bbcode('[color=#ffcc66]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#666633; height:15px" onclick="bbcode('[color=#666633]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#cc6633; height:15px" onclick="bbcode('[color=#cc6633]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#99ff00; height:15px" onclick="bbcode('[color=#99ff00]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#cccccc; height:15px" onclick="bbcode('[color=#cccccc]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#ffcccc; height:15px" onclick="bbcode('[color=#ffcccc]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#336666; height:15px" onclick="bbcode('[color=#336666]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#ff9999; height:15px" onclick="bbcode('[color=#ff9999]', '[/color]'); return changeVisibility('mycolor', this)"></td> </tr> </table>
Похожие темы
Все вопросы и просьбы по дополнительным смайликам | Смайлики | Пт, 5 Апр 2024 |
Спойлер и Доп.цвета | Архив | Чт, 20 Янв 2011 |
Конкурс: Лучший форум | Архив | Сб, 26 Апр 2008 |
Каталог скриптов/CSS | Форум для новичков | Вт, 1 Окт 2013 |
Корректировка каталога скриптов: дополнение/устранение ошибок | Форум для новичков | Чт, 29 Сен 2022 |