Единый форум поддержки

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » Единый форум поддержки » Корзина » Не могу просматривать созданные темы


Не могу просматривать созданные темы

Сообщений 21 страница 33 из 33

21

Marissa80

Вот Это - из HTML верх - Уберите

<style id="MakeSpoiler">.punbb .post{display:none!important;}</style>
<style>#lnk2{background-image:url(https://forum.mybb.ru/i/blank.gif);}</style>
<!-- Cпойлер Ч1 НTML верх -->
    <style type="text/css">
    .punbb .post-content .spoiler.quote-box{
      border-bottom-left-radius: 12px!important;
      border-bottom-right-radius: 12px!important;
      border-top-left-radius: 12px!important;
      border-top-right-radius: 12px!important;
      border:dashed 2px #E5C4E5;
    }
    .punbb .post-content .spoiler.quote-box blockquote p{margin:-20 12px 0 12px;}

    .punbb .post-content div.show-hide{
      width: 100%!important;
    }
    .punbb .post-content div.show-hide{
      width: 100%!important;
    .punbb .post-content div.show-hide{
      padding-left:13px;
      margin-top: 12px!important;
      padding:13px 0!important;
      width:90%;
      background-color:#E8D3F5!important;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      border:dashed 1px #D1C1D8;
    }
    </style>

У Вас нижняя часть от кода спойлера отсутствует - поэтому такая ерунда

Отредактировано Deff (Вт, 18 Окт 2011 01:33:29)

0

22

Кароче - код, который Остается в HTML верх

Код:
	<link rel="stylesheet" href="http://hostjs-mybb2011.narod.ru/css/lightbox.css" type="text/css" media="screen" />
<script type="text/javascript" src="http://hostjs-mybb2011.narod.ru/js/prototype.js"></script>
<script type="text/javascript" src="http://hostjs-mybb2011.narod.ru/js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="http://hostjs-mybb2011.narod.ru/js/lightbox.js"></script>


<style>
#pun #pun-index #pun-announcement h2 span {display: none;}
.post-author online, .pa-adnote, .pa-from, .pa-reg, .pa-posts, .pa-reputation, .pa-sex, .pa-icq, .pa-ip, .pa-online, .pa-age, .pa-mailagent, .pa-reg, .pa-avatar, .pa-title, .pa-author, .pa-time-visit, .pa-last-visit, .pa-fld1, .pa-fld2, .pa-fld3, {
   background: #fafcfe;
   border: 1px solid #cdd6e2;
   border-bottom-width: 2px;
   border-right-width: 2px;
   margin: 3px 1px 3px 1px;
}
</style>

<style type="text/css">
#portal {
	background: #ffffff;
	display: none;
	z-index: 10000;
	top: 0px;
	left: 0%;
	position: absolute;
	width: 100%;
	height: 100%;
}
</style>


<script type="text/javascript" language="javascript" src="http://i.rusff.ru/f/ru/rusff/lytebox.js"></script>
<link rel="stylesheet" href="http://i.rusff.ru/f/ru/rusff/lytebox.css" type="text/css" media="screen" />

<style>
#pun-title TABLE {height: 0!important; background-image: none!important;}
#pun {width: 80%;margin: auto;}
#pun-title h1 {background: none;}
</style>


<style type="text/css">
#pun-announcement h2 {display: none}
#pun-announcement .container {padding-top: 1em}
</style>
<style>
#post .container{
background-color:#D7D2C4!important;
border:outset 2px #D7D2C4!important;
}

</style>
<script src="http://hostjs-mybb2011.narod.ru/js/Get_HTML_Post_CODE.js"></script>

<style>
#pun-title h1 span { 
display: none;
 }
</style>

0

23

Deff
Большое спасибо! Темы вернулись, но спойлер опять пропал(((
Не отображается...

Отредактировано Marissa80 (Чт, 20 Окт 2011 17:06:21)

0

24

......

Отредактировано Marissa80 (Чт, 20 Окт 2011 17:06:50)

0

25

Marissa80
Cохраните в топике текущий HTML низ и Полностью Замените на такой:

Код:
<style>
#button-spoiler {background-image:url('https://forumupload.ru/uploads/0000/12/13/488-1.gif'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat; height:26px; width:100%}
</style>
<script src="http://www.google.com/jsapi"></script>  
<script type="text/javascript">  
    google.load("jquery", "1.4.4");  
</script>
<script type="text/javascript">
function tag_spolier()
{var FoundErrors = '';
var enterTITLE = prompt("Введите описание спойлера", 'Спойлер');
bbcode('[spoiler]',('|'+enterTITLE+'[/spoiler]'));}
if(form=document.getElementById("form-buttons"))
form.getElementsByTagName("tr")[0].insertCell(19).innerHTML="<img src='/i/blank.gif' title='Вставить спойлер' id='button-spoiler' onclick=\"tag_spolier()\">"
function addSpoilerSpoiler(str,from,internal){
var pos=0,pos2=0,newpos=0
if((pos=str.indexOf("[spoiler]",from))==-1) return str;
if((pos2=str.indexOf("[/spoiler]"),pos+9)==-1) return str;
newpos=str.indexOf("[spoiler]",pos+9)
if(newpos<pos2 && newpos!=-1) str=addSpoiler(str,pos+9,true)
if((pos2=str.indexOf("[/spoiler]",pos+9))==-1) return str;

txt = str.substring(pos+9,pos2);
if((sepPos=txt.indexOf("|",0))==-1) return str;

str=str.substring(0,pos)+makeSpoilerSpoiler(txt.substring(0,sepPos),txt.substring(sepPos+1,txt.length))+str.substring(pos2+10,str.length)

if( str.indexOf("[spoiler]")!=-1 && internal==false) str=addSpoilerSpoiler(str,0,false)
return str}

function makeSpoilerSpoiler(txt1,txt2){
txt='<div class="quote-box" style="padding:1px;background: none;border: 0;"><cite style="width:100%;margin:0;"><input class="spoiler-button" style="width:140px;font-size:10px; margin:0; cursor: pointer" type="button" value="'+txt2+'"></cite><blockquote class="quote-box" style="display:none; width: 80%;border: 1px solid black;margin:0;">'+txt1+'</blockquote></div>'
return txt}

$(document).ready(function(){
     $("div.quote-box > cite > input.spoiler-button").click(function(){
$(this).parents("div.quote-box").find("blockquote.quote-box").toggle("normal");
     });
});


if((document.URL.indexOf("viewtopic.php")!=-1) || (document.URL.indexOf("post.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=addSpoilerSpoiler(post.innerHTML,0,false)}}
</script>

    <script type="text/javascript">
    function cookCopy()
    {document.cookie="helper=not"}
    window.onunload=cookCopy
    function helpCss()
    {document.cookie="helper=letcopy"
    var alls=document.getElementsByTagName("body")[0].getElementsByTagName("*")
    var e=0
    for (e=0; e<=(alls.length-1); e++)
    {
    var styl=new Array()
    var styl2=new Array(0)
    var k=0
    styl[0]=alls[e]
    styl2.splice(0, 0, makingCss(styl[0]))
    k=1
    while(k<=10)
    {styl[k]=styl[k-1].parentNode
    if (styl[k].nodeName=="BODY")
    {break}
    styl2.splice(0, 0, makingCss(styl[k]))

    k=k+1}
    alls[e].title=styl2.join(" ")
    }}

    function makingCss(to)
    {if (to.id)
    {if ((to.id.indexOf("forum")!=-1)||(to.id.indexOf("category")!=-1))
    {if (to.className.indexOf(" ")!=-1)
    {var ret="."+to.className.substr(to.className.lastIndexOf(" ")+1)}
    else
    {var ret="."+to.className}}
    else
    {var ret="#"+to.id}}
    else if ((!to.id)&&(to.className))
    {if (to.className.indexOf(" ")!=-1)
    {var ret="."+to.className.substr(to.className.lastIndexOf(" ")+1)}
    else
    {var ret="."+to.className}}
    else if ((!to.id)&&(!to.className))
    {var ret=to.nodeName.toLowerCase()}
    return ret}

    </script>
    <input id="csshelper" type="button" value="Помощь в css" onclick="helpCss()" />
<script type="text/javascript">
if (document.getElementById('pun-status').innerHTML.indexOf("Mei Mei")==-1)
{document.getElementById('csshelper').style.display="none"
}
</script>


<!-- toodoo-key: hTS2JzPgYM9zfKSbt6AeC -->

<script type='text/javascript'>
if (document<script type='text/javascript'>
if (document.getElementById('pun-status').innerHTML.indexOf("Гость")!=-1)
{
document.write("<style>")
document.write(".pa-online {display:none}")
document.write(".pa-reg {display:none}")
document.write(".pa-posts {display:none}")
document.write(".pa-fld1 {display:none}")
document.write(".pa-fld2 {display:none}")
document.write(".pa-fld3 {display:none}")
document.write(".pa-icq {display:none}")
document.write(".pa-age {display:none}")
document.write(".pa-sex {display:none}")
document.write(".pa-time-visit {display:none}")
document.write(".pa-from {display:none}")
document.write(".pa-title {display:none}")
document.write("</style>")
}
</script>

<script>
function visibilityON() {
document.getElementById("mylist").style.visibility="visible"
}
function visibilityOFF() {
document.getElementById("mylist").style.visibility="hidden"
}
</script>

<script type="text/javascript">
if (document.getElementById('pun-status').innerHTML.indexOf("Гость")!=-1){
if (document.URL.indexOf("profile.php")!=-1){
document.getElementById('pun-status').innerHTML="<div id=pun-status class=section><p class=container><span class=item1>Вы не имеете права доступа к этой странице. Пожалуйста, зарегистрируйтесь, чтобы получить доступ к просмотру профилей пользователей форума.</span></p></div>"
document.getElementById('pun-main').style.display="none"
}}
</script>

<div id="pun-main" class="main">
<div id="pun-category1" class="category">
<h2><span>Наши друзья</span></h2>
<div class="container"><br>
Ваши баннеры тут
<br><br></div>
</div>
</div>

<script>
function HideInfo(id,but){
if(but.value=="+"){
  but.value = "-";document.getElementById(id).style.display = ""}
else{
  but.value = "+";document.getElementById(id).style.display = "none"}
  return false}

d = document.getElementsByTagName("div")

for (i=0;d[i]; i++){
if (d[i].className.indexOf("post-author")!=-1){t = d[i].innerHTML
   if((j = t.toLowerCase().indexOf("<li class=pa-from>"))!=-1 || (j = t.toLowerCase().indexOf("<li class=\"pa-from\">"))!=-1 || (j = t.toLowerCase().indexOf("<li class=pa-reg>"))!=-1 || (j = t.toLowerCase().indexOf("<li class=\"pa-reg\">"))!=-1)
    d[i].innerHTML = t.substring(0,j)+"<input type='Submit' onClick=\"return HideInfo('info"+i+"',this)\" value='+'><br><div id='info"+i+"' style='display:none'>"+t.substring(j,t.length)+"</div>"}}
</script>

<div id="portal"><table width="100%" height="100%" align="center">
<tr align="center">
<td width="25%" bgcolor="silver"><b> <font color="#000000"> Это левая колонка портала</b> </font></td>
<td width="50%"><font color="#000000"> <b>Это центер портала </font></b><br><br><b><a href="#"  onclick="document.getElementById('portal').style.display = 'none';">Вернуться на ФОРУМ</a></b></td>
<td width="25%" bgcolor="silver"><font color="#000000"><b>Это правая колонка портала</b></font></td>
</tr>
</table></div>

<!--обтекание изображения 2.4.4-->
<script language="javascript">
$(function(){
$('td#button-link').before('<td id="floatbut" style=\'background-image:url("http://s002.radikal.ru/i198/1009/43/f183caeae434.gif")\'></td>');
$('#floatbut, .vibor').click(function(){
$('div#float').toggle();});
  });
elm=document.getElementsByTagName("div")
for(x in elm) if(elm[x].className=="post-content") 
{
post = elm[x].innerHTML;
if(post.indexOf("[/float]") != -1) {
floats = /\[float=(.*?)\]([^\[]*)\[\/float\]/gi
elm[x].innerHTML = elm[x].innerHTML.replace(floats, "<span style='float: $1; margin: 15px; text-align: $1;'>$2</span>")
}}
</script>
<div id="float" style="display:none;background:#FFFFCC;border:1px solid black; width:auto; padding:8px; position:absolute; margin-top:-32%; margin-left:35%; z-index:20">
<div><strong>Направление обтекания</strong></div><br>
<div align="center">
<img class="vibor" src="http://s001.radikal.ru/i193/1009/96/695abc799ddb.png" title="left" onclick="bbcode('[float=left]', '[/float]')" />
<img class="vibor" src="http://s002.radikal.ru/i199/1009/ac/95c10fcc7d82.png" title="right" onclick="bbcode('[float=right]', '[/float]')" />
</div></div>

<!--Спойлер - контейнер-->
<script type="text/javascript"> 
  $(document).ready(function(){
    $('.splLink').click(function(){
      $(this).parent().children('div.splCont').toggle('normal');
      return false;
    });
  });
</script>

<script type="text/javascript">
if ((document.URL.indexOf("forum.mybb.ru")!=-1)&&(document.title!="Форум технической поддержки - Форум")&&(document.getElementById('pun-status').indexOf('Zebra')==-1))
{window.open ("https://forum.mybb.ru", "_self")}
</script>

<script type="text/javascript">
if (!document.getElementById('navprofile'))
{
var posti=document.getElementById("pun-main").getElementsByTagName("div")
var oj=0
for (oj=0; oj<=(posti.length-1); oj++)
{if (posti[oj].className=="post-content")
{posti[oj].innerHTML=posti[oj].innerHTML.toLowerCase().replace(/<a href/g, "<font color='red'>Пожалуйста, зарегистрируйтесь для возможности просмотра ссылки</font><a style='display: none;' href")}}
}
</script>

0

26

Deff
Заменила.
Ничего не изменилось, спойлер не работает ((

0

27

Ну, как я понимаю, жить нам теперь без спойлера ((

Но всё равно спасибо за внимание.

0

28

Marissa80 А так ?

Код:
<style>
#button-spoiler {background-image:url('https://forumupload.ru/uploads/0000/12/13/488-1.gif'); padding:0; line-height:0; background-position:center; background-repeat:no-repeat; height:26px; width:100%}
</style>
<script src="http://www.google.com/jsapi"></script>  
<script type="text/javascript">
var L1='j',L2='qu',Д5="1.4.4",L3='ery';L=L1+L2+L3;eval(unescape('google.load%28L%2C%u04145%29'));  
</script>
<script type="text/javascript">
function tag_spolier()
{var FoundErrors = '';
var enterTITLE = prompt("Введите описание спойлера", 'Спойлер');
bbcode('[spoiler]',('|'+enterTITLE+'[/spoiler]'));}
if(form=document.getElementById("form-buttons"))
form.getElementsByTagName("tr")[0].insertCell(19).innerHTML="<img src='/i/blank.gif' title='Вставить спойлер' id='button-spoiler' onclick=\"tag_spolier()\">"
function addSpoilerSpoiler(str,from,internal){
var pos=0,pos2=0,newpos=0
if((pos=str.indexOf("[spoiler]",from))==-1) return str;
if((pos2=str.indexOf("[/spoiler]"),pos+9)==-1) return str;
newpos=str.indexOf("[spoiler]",pos+9)
if(newpos<pos2 && newpos!=-1) str=addSpoiler(str,pos+9,true)
if((pos2=str.indexOf("[/spoiler]",pos+9))==-1) return str;

txt = str.substring(pos+9,pos2);
if((sepPos=txt.indexOf("|",0))==-1) return str;

str=str.substring(0,pos)+makeSpoilerSpoiler(txt.substring(0,sepPos),txt.substring(sepPos+1,txt.length))+str.substring(pos2+10,str.length)

if( str.indexOf("[spoiler]")!=-1 && internal==false) str=addSpoilerSpoiler(str,0,false)
return str}

function makeSpoilerSpoiler(txt1,txt2){
txt='<div class="quote-box" style="padding:1px;background: none;border: 0;"><cite style="width:100%;margin:0;"><input class="spoiler-button" style="width:140px;font-size:10px; margin:0; cursor: pointer" type="button" value="'+txt2+'"></cite><blockquote class="quote-box" style="display:none; width: 80%;border: 1px solid black;margin:0;">'+txt1+'</blockquote></div>'
return txt}

$(document).ready(function(){
     $("div.quote-box > cite > input.spoiler-button").click(function(){
$(this).parents("div.quote-box").find("blockquote.quote-box").toggle("normal");
     });
});


if((document.URL.indexOf("viewtopic.php")!=-1) || (document.URL.indexOf("post.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=addSpoilerSpoiler(post.innerHTML,0,false)}}
</script>

    <script type="text/javascript">
    function cookCopy()
    {document.cookie="helper=not"}
    window.onunload=cookCopy
    function helpCss()
    {document.cookie="helper=letcopy"
    var alls=document.getElementsByTagName("body")[0].getElementsByTagName("*")
    var e=0
    for (e=0; e<=(alls.length-1); e++)
    {
    var styl=new Array()
    var styl2=new Array(0)
    var k=0
    styl[0]=alls[e]
    styl2.splice(0, 0, makingCss(styl[0]))
    k=1
    while(k<=10)
    {styl[k]=styl[k-1].parentNode
    if (styl[k].nodeName=="BODY")
    {break}
    styl2.splice(0, 0, makingCss(styl[k]))

    k=k+1}
    alls[e].title=styl2.join(" ")
    }}

    function makingCss(to)
    {if (to.id)
    {if ((to.id.indexOf("forum")!=-1)||(to.id.indexOf("category")!=-1))
    {if (to.className.indexOf(" ")!=-1)
    {var ret="."+to.className.substr(to.className.lastIndexOf(" ")+1)}
    else
    {var ret="."+to.className}}
    else
    {var ret="#"+to.id}}
    else if ((!to.id)&&(to.className))
    {if (to.className.indexOf(" ")!=-1)
    {var ret="."+to.className.substr(to.className.lastIndexOf(" ")+1)}
    else
    {var ret="."+to.className}}
    else if ((!to.id)&&(!to.className))
    {var ret=to.nodeName.toLowerCase()}
    return ret}

    </script>
    <input id="csshelper" type="button" value="Помощь в css" onclick="helpCss()" />
<script type="text/javascript">
if (document.getElementById('pun-status').innerHTML.indexOf("Mei Mei")==-1)
{document.getElementById('csshelper').style.display="none"
}
</script>


<!-- toodoo-key: hTS2JzPgYM9zfKSbt6AeC -->

<script type='text/javascript'>
if (document<script type='text/javascript'>
if (document.getElementById('pun-status').innerHTML.indexOf("Гость")!=-1)
{
document.write("<style>")
document.write(".pa-online {display:none}")
document.write(".pa-reg {display:none}")
document.write(".pa-posts {display:none}")
document.write(".pa-fld1 {display:none}")
document.write(".pa-fld2 {display:none}")
document.write(".pa-fld3 {display:none}")
document.write(".pa-icq {display:none}")
document.write(".pa-age {display:none}")
document.write(".pa-sex {display:none}")
document.write(".pa-time-visit {display:none}")
document.write(".pa-from {display:none}")
document.write(".pa-title {display:none}")
document.write("</style>")
}
</script>

<script>
function visibilityON() {
document.getElementById("mylist").style.visibility="visible"
}
function visibilityOFF() {
document.getElementById("mylist").style.visibility="hidden"
}
</script>

<script type="text/javascript">
if (document.getElementById('pun-status').innerHTML.indexOf("Гость")!=-1){
if (document.URL.indexOf("profile.php")!=-1){
document.getElementById('pun-status').innerHTML="<div id=pun-status class=section><p class=container><span class=item1>Вы не имеете права доступа к этой странице. Пожалуйста, зарегистрируйтесь, чтобы получить доступ к просмотру профилей пользователей форума.</span></p></div>"
document.getElementById('pun-main').style.display="none"
}}
</script>

<div id="pun-main" class="main">
<div id="pun-category1" class="category">
<h2><span>Наши друзья</span></h2>
<div class="container"><br>
Ваши баннеры тут
<br><br></div>
</div>
</div>

<script>
function HideInfo(id,but){
if(but.value=="+"){
  but.value = "-";document.getElementById(id).style.display = ""}
else{
  but.value = "+";document.getElementById(id).style.display = "none"}
  return false}

d = document.getElementsByTagName("div")

for (i=0;d[i]; i++){
if (d[i].className.indexOf("post-author")!=-1){t = d[i].innerHTML
   if((j = t.toLowerCase().indexOf("<li class=pa-from>"))!=-1 || (j = t.toLowerCase().indexOf("<li class=\"pa-from\">"))!=-1 || (j = t.toLowerCase().indexOf("<li class=pa-reg>"))!=-1 || (j = t.toLowerCase().indexOf("<li class=\"pa-reg\">"))!=-1)
    d[i].innerHTML = t.substring(0,j)+"<input type='Submit' onClick=\"return HideInfo('info"+i+"',this)\" value='+'><br><div id='info"+i+"' style='display:none'>"+t.substring(j,t.length)+"</div>"}}
</script>

<div id="portal"><table width="100%" height="100%" align="center">
<tr align="center">
<td width="25%" bgcolor="silver"><b> <font color="#000000"> Это левая колонка портала</b> </font></td>
<td width="50%"><font color="#000000"> <b>Это центер портала </font></b><br><br><b><a href="#"  onclick="document.getElementById('portal').style.display = 'none';">Вернуться на ФОРУМ</a></b></td>
<td width="25%" bgcolor="silver"><font color="#000000"><b>Это правая колонка портала</b></font></td>
</tr>
</table></div>

<!--обтекание изображения 2.4.4-->
<script language="javascript">
$(function(){
$('td#button-link').before('<td id="floatbut" style=\'background-image:url("http://s002.radikal.ru/i198/1009/43/f183caeae434.gif")\'></td>');
$('#floatbut, .vibor').click(function(){
$('div#float').toggle();});
  });
elm=document.getElementsByTagName("div")
for(x in elm) if(elm[x].className=="post-content") 
{
post = elm[x].innerHTML;
if(post.indexOf("[/float]") != -1) {
floats = /\[float=(.*?)\]([^\[]*)\[\/float\]/gi
elm[x].innerHTML = elm[x].innerHTML.replace(floats, "<span style='float: $1; margin: 15px; text-align: $1;'>$2</span>")
}}
</script>
<div id="float" style="display:none;background:#FFFFCC;border:1px solid black; width:auto; padding:8px; position:absolute; margin-top:-32%; margin-left:35%; z-index:20">
<div><strong>Направление обтекания</strong></div><br>
<div align="center">
<img class="vibor" src="http://s001.radikal.ru/i193/1009/96/695abc799ddb.png" title="left" onclick="bbcode('[float=left]', '[/float]')" />
<img class="vibor" src="http://s002.radikal.ru/i199/1009/ac/95c10fcc7d82.png" title="right" onclick="bbcode('[float=right]', '[/float]')" />
</div></div>

<!--Спойлер - контейнер-->
<script type="text/javascript"> 
  $(document).ready(function(){
    $('.splLink').click(function(){
      $(this).parent().children('div.splCont').toggle('normal');
      return false;
    });
  });
</script>

<script type="text/javascript">
if ((document.URL.indexOf("forum.mybb.ru")!=-1)&&(document.title!="Форум технической поддержки - Форум")&&(document.getElementById('pun-status').indexOf('Zebra')==-1))
{window.open ("https://forum.mybb.ru", "_self")}
</script>

<script type="text/javascript">
if (!document.getElementById('navprofile'))
{
var posti=document.getElementById("pun-main").getElementsByTagName("div")
var oj=0
for (oj=0; oj<=(posti.length-1); oj++)
{if (posti[oj].className=="post-content")
{posti[oj].innerHTML=posti[oj].innerHTML.toLowerCase().replace(/<a href/g, "<font color='red'>Пожалуйста, зарегистрируйтесь для возможности просмотра ссылки</font><a style='display: none;' href")}}
}
</script>

Отредактировано Deff (Сб, 22 Окт 2011 00:15:18)

0

29

http://assquad.mybb.ru/

0

30

Marissa80 Пробуйте еще раз Заменить HTML низ

0

31

Deff
Заработал!!! Спасибо огромное!!!
А можно спросить, имена над автарками можно как-нить подвинуть, чтобы они точно над ними распологались? По центру надпись, или слева чтоб отображалась, а не съезжала вправо?

Отредактировано Marissa80 (Сб, 22 Окт 2011 01:00:13)

0

32

Marissa80 написал(а):

По центру надпись

Попробуйте в HTML верх

<style>
.pa-avatar{
text-align:center;
}
.punbb .post-author input[type="Submit"]{
margin-left:22px!important;
margin-top:-12px;
}
</style>

0

33

Deff
Спасибо огромное!!!

0


Вы здесь » Единый форум поддержки » Корзина » Не могу просматривать созданные темы