بک لینک

موضوع بسته شده است 
اصلاح قالب ! +1
#1
امروز صب با نهایت تعجب وقتی به وبلاگم سر زدم دیدم قالبم به هم خورده Huh

از دوستان تقاضا میکنم که قالب رو اصلاح کنن

تشکر
کد:
<!--
      Designer     : Seyed Ali Azmoun
     Web Theme    : TEMPHA.COM
     Theme Name   : Clip
     Theme System : BlogFa, PersianBlog, BlogSky, MihanBlog
     Theme Sort   : Free
     Theme Tag    : Blog, Personal, Clip
-->
<html dir="ltr">
<head>
<title><-BlogTitle-></title>
<meta name="keywords" content="keywords">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="fa-IR" />
<meta http-equiv="Cache-Control" content="PUBLIC" />
<meta http-equiv="expires" content="never" />
<meta name="robots" content="index, follow" />
<meta name="author" content="<-BlogAuthor->" />
<meta name="description" content="<-BlogAndPostTitle->, <-BlogAbout->, <-BlogDescription->" />
<meta name="classification" content="Blog, Blogging, <-BlogId->" />
<meta name="page-topic" content="Blog, Blogging, <-BlogId->">
<meta name="subject" content="<-BlogTitle->">
<meta name="revisit-after" content="1 days" />
<meta name="geography" content="Iran" />
<meta name="language" content="Farsi" />
<meta name="distribution" content="Global" />
<meta name="country" content="Iran" />
<meta name="copyright" content="<-BlogAuthor->, <-BlogUrl->" />
<meta name="abstract" content="<-BlogAndPostTitle->" />
<meta name="resource-type" content="document" />
<meta name="designerUrl" content="www.Tempha.com">
<link rev="TDW" href="www.Tempha.com" title="The best designer template" />
<link rel="alternate" type="application/rss+xml" title="<-BlogTitle->" href="<-BlogXmlLink->" />
<style>
body {    background-color: #2c3a3a;    background-image: url('');    margin: 10px 0px;    color:#696969  ; font-size: 11pt;    font-family:b homa;    line-height: 1.50em }
a:link    { color:  #F41515; text-decoration: none; }
a:visited { color:  #F41515; text-decoration: none; }
a:hover   { color: #FFC125; text-decoration: none; }
img {    border: 0px; }
.page {    width: 1000px;    background-color: #ffffff;    background-image: url();
border: 0px;    direction: rtl;    border: #000000 0px solid;}
.header {    width: 100%;    height: 150px;    background-color: #ffffff;    background-image: url('http://up2www.com/uploads/db16Capture-2014-07-08-12-19-02-631.png');    background-repeat: repeat-y}
#header {    width: 100%;    background-color: #ffffff;    background-image: url();    border-bottom: #E9E9E9 0px solid;    color: #ffffff;    font-family: b homa;    font-size: 10pt;    text-align: center;    direction: rtl;}
#header a:link    { color: #ffffff; text-decoration: none; }
#header a:visited { color: #ffffff; text-decoration: none; }
#header a:hover   { color: #FFC125; text-decoration: none; }
#header img { margin-right: 5px }
.center {    float: center;    width: 600px;    background-color: #ffffff;    background-image: url();
border: 0px;    overflow-x: hidden;}
.center .body {    background-color: #ffffff;    background-image: url();    border: #E8E8E8 1px solid;    color: #000000;    font-family: b homa;    font-size: 10pt;    direction: rtl;    text-align: justify;    overflow-x: hidden;}
.center .body p { margin:0px }
.center .titlebar {    height: 25px;   background-color: #E8E8E8;    background-image: url();    border: #000000 0px solid;    border-bottom: 0px;    color: #000000;    text-align: right;    margin-top: 5px;}
.left {    float: left;    width: 191px;   background-color: #ffffff;   background-image: url();   border: 0px;    overflow-x: hidden;}
.right {    float: right;   width: 191px;    background-color: #ffffff;    background-image: url();   border: 0px;    overflow-x: hidden;}
.mtitlebar {    border-left:0px solid #ffffff; border-right:0px solid #ffffff; border-top:0px solid #ffffff; height: 40px;    background-color: #ffffff;    background-image: url('http://up2www.com/uploads/5ab3sidebar-h2.gif');    border-bottom: 0px none;    color: #ffffff;    text-align: center;    margin-top: 5px}
.mbody {    background-color:   #E8E8E8;    background-image: url('http://www.mahtarin.com/weblog/images/back.gif');    border: 0px solid #ffffff;    color: #363636;    font-size: 10pt;    font-family: b homa;    direction: rtl;    text-align: justify}
.mbody a:link    { color: #443B2F; text-decoration: none; }
.mbody a:visited { color: #443B2F; text-decoration: none; }
.mbody a:hover   { color: #FFC125; text-decoration: none; }
.footer {    width: 100%;    height: 60px;    background-color: #ffffff;    background-image: url();   border-top: #0000000px solid;    color: #696969;    direction: rtl;    text-align: center;}
.footer a:link    { color: 040404 ; text-decoration: none; }
.footer a:visited { color: 040404 ; text-decoration: none; }
.footer a:hover   { color: 040404 ; text-decoration: none; }
</style>
<script  language="javascript">
  function GetBC(lngPostid)
{
       intTimeZone=<-BlogTimeZone->;
       strBlogId="<-BlogId->";
       intCount=-1;
       strResult="";
       try {
      for (i=0;i<BlogComments.length;i+=2)
      {
           if (BlogComments[i]==lngPostid)
           intCount=BlogComments[i+1] ;
      }
           }  catch( e) {
           }
    if ( intCount==-1)  strResult="آرشيو نظرات";
    if ( intCount==0)  strResult="نظر بدهيد";
    if ( intCount==1)  strResult="يک نظر";
    if ( intCount>1)  strResult=intCount + " نظر" ;
 
  strUrl="http://www.LoxBlog.ir/commenting/?blogid=" +strBlogId + "&postid=" + lngPostid + "&timezone=" + intTimeZone ;
  strResult ="<a href=\"javascript:void(0)\" onclick=\"javascript:window.open('" + strUrl + "','blogfa_comments','status=yes,scrollbars=yes,toolbar=no,menubar=no,location=no ,width=500px,height=500px')\" >" +  strResult + " </a>" ;

  document.write ( strResult ) ;
 }
 
 function OpenLD()
{
  window.open('LinkDump.php','blogfa_ld','status=yes,scrollbars=yes,toolbar=no,menubar=no,location=no ,width=500px,height=500px');
  return true;
}
</script>
</head>
<body>
<div align=center>
<div class=page>
<div class=header></div>
<div class=right><div style="padding: 0px 5px 5px 0px">
<div class=mtitlebar><div style="padding: 2px 5px 5px 5px"><Strong>منوي اصلي</Strong></div></div>
<div class=mbody><div style="padding: 5px 5px 5px 5px">
<IMG alt="" hspace=0 src="http://www.mahtarin.com/weblog/images/vvvclip.png" align=baseline border=0> <a href="<-BlogUrl->">صفحه نخست</a>
<br><IMG alt="" hspace=0 src="http://www.mahtarin.com/weblog/images/vvvclip.png" align=baseline border=0> <a href="<-BlogUrl->/posts">فهرست مطالب وبلاگ</a>
<br><IMG alt="" hspace=0 src="http://www.mahtarin.com/weblog/images/vvvclip.png" align=baseline border=0> <a href="<-BlogUrl->/profile">پروفایل</a>
<br><IMG alt="" hspace=0 src="http://www.mahtarin.com/weblog/images/vvvclip.png" align=baseline border=0><a href="<-BlogUrl->/forum">انجمن وبلاگ</a>
</br>
</br>
هم اکنون با عضویت در وبلاگ میتوانید در مباحث انجمن وبلاگ در زمینه کنکور  شرکت کنید
</br></br>
</br>

    </center>
    </center>
    </center>
    </center></font></font>
<p>
</br>
</div></div>
<IMG hspace=0 src="http://www.mahtarin.com/weblog/images/sidebar_ul.gif" align=baseline >
<BlogCategoriesBlock>
<div class=mtitlebar><div style="padding: 2px 5px 5px 5px"><strong>موضوعات مطالب</strong></div></div>
<div class=mbody><div style="padding: 5px 5px 5px 5px">
<BlogCategories><a href="<-CategoryLink->">» <-CategoryName-></a><br></BlogCategories>
</div></div>
<IMG hspace=0 src="http://www.mahtarin.com/weblog/images/sidebar_ul.gif" align=baseline >
</BlogCategoriesBlock>
<BlogAuthorsBlock>
<div class=mtitlebar><div style="padding: 2px 5px 5px 5px"><strong>نويسندگان وبلاگ</strong></div></div>
<div class=mbody><div style="padding: 5px 5px 5px 5px">
<BlogAuthors><a href="<-AuthorLink->">» <-AuthorName-></a><br></BlogAuthors>
</div></div>
<IMG hspace=0 src="http://www.mahtarin.com/weblog/images/sidebar_ul.gif" align=baseline >
</BlogAuthorsBlock>
<div class=mtitlebar><div style="padding: 2px 5px 5px 5px"> <strong>آمار و امكانات</strong></div></div>
<div class=mbody><div style="padding: 5px 5px 5px 5px">
<br><center><-BlogCustomHtml-></center>
</SCRIPT>
<br><center></center>
</div></div>
<IMG hspace=0 src="http://www.mahtarin.com/weblog/images/sidebar_ul.gif" align=baseline >
<div class=mtitlebar><div style="padding: 2px 5px 5px 5px"><strong>طراح قالب</strong></div></div>
<div class=mbody><div style="padding: 5px 5px 5px 5px">
<style>
#learningbet A IMG, #learningbet A:visited IMG {FILTER: Alpha(opacity=50);border:0px}#learningbet A:hover IMG {FILTER: Alpha(opacity=100);border:0px}
</style>
<div id=learningbet>
<P align=center>Template By: <a href="http://LoxBlog.Com"><span lang="en-us">
NazTarin</span>.com</a></P>

ویرایش :وبلاگ گوناگون20
</br></div></center>
</div></div>
<IMG hspace=0 src="http://www.mahtarin.com/weblog/images/sidebar_ul.gif" align=baseline >
</div></div>
<div class=left><div style="padding: 0px 0px 5px 5px">
<BlogProfile>
<div class=mtitlebar><div style="padding: 2px 5px 5px 5px"><strong>درباره وبلاگ</strong></div></div>
<div class=mbody><div style="padding: 5px 5px 5px 5px">
<BlogProfile>
<div>
    <center><BlogPhoto><img src="<-BlogPhotoLink->"></BlogPhoto></center><br>
    <-BlogAbout->
</div>
</BlogProfile></div></div>
<IMG hspace=0 src="http://www.mahtarin.com/weblog/images/sidebar_ul.gif" align=baseline >
<BlogLinksBlock>
<div class=mtitlebar><div style="padding: 2px 5px 5px 5px"><strong>آرشيو مطالب</strong></div></div>
<div class=mbody><div style="padding: 5px 5px 5px 5px">
<BlogArchive>» <a href="<-ArchiveLink->"><-ArchiveTitle-></a><br></BlogArchive>
</div></div>
<IMG hspace=0 src="http://www.mahtarin.com/weblog/images/sidebar_ul.gif" align=baseline >
</BlogArchiveBlock>
<BlogLinkDumpBlock>
<div class=mtitlebar><div style="padding: 2px 5px 5px 5px"><strong>پيوند هاي روزانه</strong></div></div>
<div class=mbody><div style="padding: 5px 5px 5px 5px">
<p align="center" dir="rtl" style="margin-top: 15"><marquee onmouseover="this.stop()" onmouseout="this.start()" direction="up" scrolldelay="2" height="150" scrollamount="1" width="150">
<right><span lang="fa"><a href="http://www.LoxBlog.Com"> »
.: Template Blog :.</a></span><br>
<BlogLinkDump><a href="<-LinkUrl->" title="<-LinkDescription->"> »  <-LinkTitle-></a><br></BlogLinkDump>
</right><br><center><strong><a href="javascript:void(0)" onclick="OpenLD();">آرشيو لينكدوني</a></strong></center></marquee></p>
</div></div>
<IMG hspace=0 src="http://www.mahtarin.com/weblog/images/sidebar_ul.gif" align=baseline >
</BlogLinkDumpBlock>
</div></div>
<div class=center><div style="padding: 0px 0px 5px 0px">
<LOXBLOG>
<div class=titlebar><div style="padding: 2px 5px 5px 5px"><strong>» <-PostTitle-></strong></div></div>
<div class=body><div style="padding: 5px 5px 5px 5px">
<-PostContent->
<IMG src="http://www.mahtarin.com/weblog/images/button_plus.gif" border=0> ادامه مطلب ... </a></div></BlogExtendedPost><br>
<div style="text-align:right;color:##363636;direction:rtl">
    نوشته شده در <-PostDate-> توسط <a href="<-PostAuthorLink->"><-PostAuthor-></a>  
 | <a href="<-PostLink->">لينك ثابت</a><BlogComment>    | <span dir="rtl"><script type="text/javascript">GetBC(<-PostId->);</script></span></BlogComment>
</div></div></div>
</LOXBLOG>
<BlogNextAndPreviousBlock>
<div style="width:100%">
<p align="center"><font color="#000000" size="2">
<BlogNextAndPreviousBlock></BlogNextAndPreviousBlock>
</font></p>
<div style="padding: 2px 5px 5px 5px">»
<div class=body><div style="padding: 10px 5px 10px 5px">
<BlogLastPostsBlock>
    <BlogLastPosts><a title="<-PostTitle->" href="<-PostLink->"><-PostTitle-></a><br></BlogLastPosts>
</div></div>
<div class=footer><div style="padding: 20px 10px 5px 10px">
 CopyRight | 2009 , <a href="<-BlogUrl->"><-BlogId->.<span lang="en-us">MahTarin</span>.com </a>  , All Rights Reserved <br> Powered By
    <a href="http://www.LoxBlog.Com"><span lang="en-us"><b>LoxBlog.Com</b></span></a><b> </b> | Template By:
    <a href="http://www.NazTarin.Com"><span lang="en-us"><b>NazTarin.Com</b></span></a><b></br>
</div></div>

</body>
</html>
#2
میشه ادس وبلاگتون رو بدید
بنده هم ادرس ترنم سرای و هم وبلاگ حمایت از امام نقی رو دیدم
سالم بودن
در حال برنامه نویسی یک اسکریپت هستم...|منتظر باشید 
 سپاس شده توسط وبلاگ نویس ارزشی
#3
خیلی شرمنده . دوست عزیز درست کردم خودم . بازم معذرت
این قسمتش حذف شده بود .
<BlogExtendedPost><div align=left><a href="<-PostLink->">
 
موضوع بسته شده است 


پرش به انجمن:


کاربرانِ درحال بازدید از این موضوع: 1 مهمان