任何人都可以为博客解释这段代码 [英] Can any one explain this code for blogger

查看:70
本文介绍了任何人都可以为博客解释这段代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

 <   div     class   =  gallery_div >  
< div class = < span class =code-keyword> GalleryHeader >
< div class = GalleryHeaderLeft >
& lt ; input type =imagename =ctl00 $ ContentPlaceHolder1 $ lbtnPrevid =ctl00_Co ntentPlaceHolder1_lbtnPrevsrc =../ Images / Previous-icon.pngstyle =border-width:0px; />
< / div >
< div class = GalleryHeaderText >
< span < span class =code-attribute> id = ctl00_ContentPlaceHolder1_lblDesc > < b > 发​​布标题< / b > < / span > < br / >
< span id = ctl00_ContentPlaceHolder1_lllcount > 3 of 3 < / span > < br / >
< / div >
< div class = GalleryHeaderRight >
& lt; input type =image name =ctl00 $ ContentPlaceHolder1 $ lbtnNextid =ctl00_ContentPlaceHolder1_lbtnNextsrc =../ Images / Next-icon.pngstyle =border-width:0px; />
< / div >
< / div >
< div class = BigImage >
< img id = ctl00_ContentPlaceHolder1_Image1 src = alt = 帖子标题 style = width:100%; border-width:0px; / >
< / div >
< div style =' text-align:left' >
< div class = GalleryHeader >
< div class = GalleryFooterLeft < span class =code-keyword>>
& lt; input type =imagename =ctl00 $ ContentPlaceHolder1 $ lbtnPrev0id =ctl00_ContentPlaceHolder1_lbtnPrev0src =../ Images /Previous-icon.pngstyle =border-width:0px; />
< / div >




< div class = GalleryFooterRight >
& lt; input type =imagename =ctl00 $ ContentPlaceHolder1 $ lbtnNext0id =ctl00_ContentPlaceHolder1_lbtnNext0src =../ Images / Next-icon.pngstyle =border-width:0px; float:right; />
< / div >
< / div >
< span id = ctl00_ContentPlaceHolder1_lblKeytags > 发​​布标题< / span >
< br / > < / div > < / div >





我的尝试:



它将在我的博客帖子中放置带有导航的下一个和上一个按钮的滑动图像

解决方案

ContentPlaceHolder1

lbtnPrevid =ctl00_ContentPlaceHolder1_lbtnPrevsrc =../ Images / Previous-icon.pngstyle =border-width:0px;/>
< / div >
< div class = GalleryHeaderText >
< span < span class =code-attribute> id = ctl00_ContentPlaceHolder1_lblDesc > < b > 发​​布标题< / b > < / span > < br / >
< span id = ctl00_ContentPlaceHolder1_lllcount > 3 of 3 < / span > < br / >
< / div >
< div class = GalleryHeaderRight >
& lt; input type =image name =ctl00


ContentPlaceHolder1


<div class="gallery_div">
            <div class="GalleryHeader">
            <div class="GalleryHeaderLeft">
            &lt;input type="image" name="ctl00$ContentPlaceHolder1$lbtnPrev" id="ctl00_ContentPlaceHolder1_lbtnPrev" src="../Images/Previous-icon.png" style="border-width:0px;" />
            </div>
      <div class="GalleryHeaderText">
       <span id="ctl00_ContentPlaceHolder1_lblDesc"><b>post title</b></span><br />
    <span id="ctl00_ContentPlaceHolder1_lblcount">3 of 3</span><br />
       </div>
       <div class="GalleryHeaderRight">
            &lt;input type="image" name="ctl00$ContentPlaceHolder1$lbtnNext" id="ctl00_ContentPlaceHolder1_lbtnNext" src="../Images/Next-icon.png" style="border-width:0px;" />
          </div>
    </div>
    <div class="BigImage">
    <img id="ctl00_ContentPlaceHolder1_Image1" src="#" alt="post title" style="width:100%;border-width:0px;" />
    </div>
        <div style='text-align:left'>
        <div class="GalleryHeader"> 
        <div class="GalleryFooterLeft">
        &lt;input type="image" name="ctl00$ContentPlaceHolder1$lbtnPrev0" id="ctl00_ContentPlaceHolder1_lbtnPrev0" src="../Images/Previous-icon.png" style="border-width:0px;" />
                </div>
  
  
        

   <div class="GalleryFooterRight">
            &lt;input type="image" name="ctl00$ContentPlaceHolder1$lbtnNext0" id="ctl00_ContentPlaceHolder1_lbtnNext0" src="../Images/Next-icon.png" style="border-width:0px;float:right;" />
        </div>
            </div>
   <span id="ctl00_ContentPlaceHolder1_lblKeytags">post title</span>
   <br /></div></div>



What I have tried:

its about to place sliding images with navigable next and previous buttons in my blog posts

解决方案

ContentPlaceHolder1


lbtnPrev" id="ctl00_ContentPlaceHolder1_lbtnPrev" src="../Images/Previous-icon.png" style="border-width:0px;" /> </div> <div class="GalleryHeaderText"> <span id="ctl00_ContentPlaceHolder1_lblDesc"><b>post title</b></span><br /> <span id="ctl00_ContentPlaceHolder1_lblcount">3 of 3</span><br /> </div> <div class="GalleryHeaderRight"> &lt;input type="image" name="ctl00


ContentPlaceHolder1


这篇关于任何人都可以为博客解释这段代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆