我对内容占位符有疑问吗? [英] i m havin a problem with content place holder?

查看:80
本文介绍了我对内容占位符有疑问吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我现在已经完成了我的母版页设计,正在添加新的默认页面并包含母版页.但是问题是内容占位符位于菜单残留的顶部,因此我可以如何使用或替换内容糖化持有人到中间请帮我解决...

i have completed my master page design now im adding new defautt page and included master page.but the problem is that the content place holder is coming on the top where the my menu resids so how i can take or replace content olace holder to middle plz solve it for me...

<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %>
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
      <title>ITPLUSTRANINGCENTER</title>
      <link href="style sheet/StyleSheet.css" rel="Stylesheet" type="text/css" />
      <asp:ContentPlaceHolder id="head" runat="server">
      </asp:ContentPlaceHolder>
      <style type="text/css">
            .newStyle1
            {
                  position: absolute;
            }
            .newStyle2
            {
                  position: absolute;
                  top: 345px;
                  left: 832px;
                  width: 449px;
                  height: 30px;
            }
            .newStyle3
            {
                  position: absolute;
                  top: 426px;
                  left: 833px;
                  width: 448px;
                  height: 30px;
            }
            .newStyle4
            {
                  position: absolute;
                  top: 349px;
                  left: 1017px;
                  width: 162px;
            }
            .newStyle5
            {
                  position: absolute;
                  top: 65px;
                  left: 851px;
                  width: 431px;
                  height: 273px;
            }
            .newStyle6
            {
                  position: absolute;
                  top: 373px;
                  left: 861px;
                  width: 93px;
                  height: 48px;
            }
            .newStyle7
            {
                  position: absolute;
                  top: 388px;
                  left: 964px;
                  width: 147px;
            }
            .newStyle8
            {
                  position: absolute;
                  top: 385px;
                  left: 1149px;
                  width: 82px;
                  height: 32px;
            }
            .newStyle9
            {
                  position: absolute;
                  top: 659px;
                  left: 840px;
                  width: 447px;
                  height: 30px;
            }
            .newStyle10
            {
                  position: absolute;
                  top: 429px;
                  left: 1026px;
                  height: 25px;
                  width: 123px;
            }
            .newStyle11
            {
                  position: absolute;
                  top: 454px;
                  left: 856px;
                  height: 201px;
                  width: 399px;
            }
            .newStyle12
            {
                  position: absolute;
                  top: 457px;
                  left: 849px;
                  height: 197px;
                  width: 426px;
            }
            .newStyle13
            {
                  position: absolute;
                  top: 1039px;
                  left: 836px;
                  width: 448px;
                  height: 30px;
            }
            .newStyle14
            {
                  position: absolute;
                  top: 686px;
                  left: 850px;
                  width: 423px;
                  height: 349px;
            }
            .newStyle15
            {
                  position: absolute;
                  top: 664px;
                  left: 1031px;
                  height: 19px;
                  width: 115px;
            }
            .newStyle16
            {
                  position: absolute;
                  top: 1197px;
                  left: -4px;
                  width: 1312px;
                  height: 30px;
            }
            .newStyle17
            {
                  position: absolute;
                  top: 23px;
                  left: 780px;
            }
            .newStyle18
            {
                  position: absolute;
                  top: 25px;
                  left: 832px;
            }
            .newStyle19
            {
                  position: absolute;
                  top: 24px;
                  left: 782px;
            }
            .newStyle20
            {
                  position: absolute;
                  top: 24px;
                  left: 836px;
            }
            .newStyle21
            {
                  position: absolute;
                  top: 24px;
                  left: 919px;
            }
            .newStyle22
            {
                  position: absolute;
                  top: 109px;
                  left: 666px;
            }
            .newStyle23
            {
                  position: absolute;
            }
            .newStyle24
            {
                  position: absolute;
                  top: 27px;
                  left: 1203px;
                  height: 20px;
                  width: 75px;
            }
            .newStyle25
            {
                  position: absolute;
                  top: 1066px;
                  left: 844px;
                  height: 108px;
                  width: 111px;
            }
            .newStyle26
            {
                  position: absolute;
                  top: 1068px;
                  left: 1161px;
                  height: 104px;
                  width: 111px;
            }
            .newStyle27
            {
                  position: absolute;
                  top: 1177px;
                  left: 841px;
            }
            .newStyle28
            {
                  position: absolute;
                  top: 1177px;
                  left: 988px;
            }
            .newStyle29
            {
                  position: absolute;
                  top: 1177px;
                  left: 1126px;
            }
            .newStyle30
            {
                  position: absolute;
            }
            .newStyle31
            {
                  position: absolute;
                  top: 1206px;
                  left: 449px;
                  width: 420px;
            }
            .newStyle32
            {
                  position: absolute;
                  top: 276px;
                  left: -3px;
                  width: 794px;
                  height: 905px;
            }
      </style>
</head>
<body background="images/Blue 2.2.jpg">
      <form id="form1" runat="server">
      <div>
         
      </div>
      <p>
            <asp:Image ID="Image3" runat="server" CssClass="newStyle2" 
                  ImageUrl="~/images/Bar.jpg" />
      </p>
      <asp:Image ID="Image4" runat="server" CssClass="newStyle3" 
            ImageUrl="~/images/Bar.jpg" />
      <asp:Label ID="Label2" runat="server" CssClass="newStyle10" ForeColor="#FFFFCC" 
            Text="OUR STUDENTS"></asp:Label>
      <asp:Label ID="Label1" runat="server" CssClass="newStyle4" ForeColor="White" 
            Text="COURSE SEARCH" ToolTip="COURSE SEARCH"></asp:Label>
      <asp:Image ID="Image5" runat="server" CssClass="newStyle5" 
            ImageUrl="~/images/Network-Your-Way-to-Success.jpg" />
      <asp:Image ID="Image6" runat="server" CssClass="newStyle6" 
            ImageUrl="~/images/Images/Search (1).gif" />
      <asp:TextBox ID="TextBox1" runat="server" CssClass="newStyle7"></asp:TextBox>
      <asp:Button ID="Button1" runat="server" BackColor="#0066FF" BorderStyle="None" 
            CssClass="newStyle8" ForeColor="#CCCCCC" Text="GO" ToolTip="SEARCH" />
      <asp:Image ID="Image7" runat="server" CssClass="newStyle9" 
            ImageUrl="~/images/Bar.jpg" ForeColor="#FFFFCC" ImageAlign="Middle" />
      <asp:Image ID="Image8" runat="server" CssClass="newStyle12" 
            ImageUrl="~/images/male-college-student-backpack.s600x600.jpg" />
      <asp:Image ID="Image9" runat="server" CssClass="newStyle13" 
            ImageUrl="~/images/Bar.jpg" />
      <asp:Image ID="Image10" runat="server" CssClass="newStyle14" 
            ImageUrl="~/images/award-trophies-trophy1.jpg" />
      <asp:Label ID="Label3" runat="server" CssClass="newStyle15" Text="AWARDS" 
            ToolTip="A GRAND ACHIVED BY ITPLUS TRANING CENTER" ForeColor="White"></asp:Label>
      <asp:Image ID="Image11" runat="server" CssClass="newStyle16" 
            ImageUrl="~/images/Untitled-1 copy.jpg" />
      <asp:Panel ID="Panel1" runat="server" CssClass="newStyle30">
      </asp:Panel>
      <asp:LinkButton ID="LinkButton1" runat="server" CssClass="newStyle19" 
            ForeColor="White">|HOME|</asp:LinkButton>
      <asp:LinkButton ID="LinkButton2" runat="server" CssClass="newStyle20" 
            ForeColor="White">ABOUT-US|</asp:LinkButton>
      <asp:LinkButton ID="LinkButton3" runat="server" CssClass="newStyle21" 
            ForeColor="White">CONTACT-US|</asp:LinkButton>
      <asp:LinkButton ID="LinkButton4" runat="server" CssClass="newStyle24" 
            ForeColor="White">SIGNUP</asp:LinkButton>
      <asp:Image ID="Image12" runat="server" CssClass="newStyle25" 
            ImageUrl="~/images/Images/Book (12).jpg" />
      <asp:Image ID="Image13" runat="server" CssClass="newStyle26" 
            ImageUrl="~/images/Images/Book (11).bmp" />
      <p>
            <asp:LinkButton ID="LinkButton5" runat="server" CssClass="newStyle27" 
                  ForeColor="#009933">|REFERENCE-BOOK|</asp:LinkButton>
            <asp:LinkButton ID="LinkButton6" runat="server" CssClass="newStyle28" 
                  ForeColor="#009933">STUDENT-NOTICE|</asp:LinkButton>
            <asp:LinkButton ID="LinkButton7" runat="server" CssClass="newStyle29" 
                  ForeColor="#009933">VIIEW-YOUR-PROFILE</asp:LinkButton>
      </p>
      
      <asp:Label ID="Label4" runat="server" CssClass="newStyle31" ForeColor="White" 
            Text="©2012 ITPLUS TRANING CENTER ALL RIGHT RESERVED"></asp:Label>
   <div id="maincontent">
      <asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server">
            </asp:ContentPlaceHolder>
   </div>
      
   </form>
</body>
</html>

推荐答案

<%@主语言="C#" AutoEventWireup ="true" CodeFile ="MasterPage.master.cs" Inherits ="MasterPage"%> ;

<!DOCTYPE html PUBLIC-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

< html xmlns ="http://www.w3.org/1999/xhtml">
< head runat ="server">
< title> ITPLUSTRANINGCENTER</title>
< link href =样式表/StyleSheet.css" rel =样式表" type ="text/css"/>
< asp:ContentPlaceHolder id ="head" runat ="server">
</asp:ContentPlaceHolder>
< style type ="text/css">
.newStyle1
{
位置:绝对;
}
.newStyle2
{
位置:绝对;
顶部:345px;
左:832px;
宽度:449px;
高度:30像素;
}
.newStyle3
{
位置:绝对;
顶部:426px;
左:833px;
宽度:448px;
高度:30像素;
}
.newStyle4
{
位置:绝对;
顶部:349px;
左:1017px;
宽度:162像素;
}
.newStyle5
{
位置:绝对;
顶部:65像素;
左:851px;
宽度:431像素;
高度:273像素;
}
.newStyle6
{
位置:绝对;
顶部:373px;
左:861px;
宽度:93像素;
高度:48像素;
}
.newStyle7
{
位置:绝对;
顶部:388像素;
左:964px;
宽度:147像素;
}
.newStyle8
{
位置:绝对;
顶部:385px;
左:1149px;
宽度:82像素;
高度:32像素;
}
.newStyle9
{
位置:绝对;
顶部:659px;
左:840px;
宽度:447像素;
高度:30像素;
}
.newStyle10
{
位置:绝对;
顶部:429px;
左:1026px;
高度:25像素;
宽度:123px;
}
.newStyle11
{
位置:绝对;
顶部:454px;
左:856px;
高度:201像素;
宽度:399px;
}
.newStyle12
{
位置:绝对;
顶部:457px;
左:849px;
高度:197像素;
宽度:426像素;
}
.newStyle13
{
位置:绝对;
顶部:1039px;
左:836px;
宽度:448px;
高度:30像素;
}
.newStyle14
{
位置:绝对;
顶部:686px;
左:850px;
宽度:423像素;
高度:349px;
}
.newStyle15
{
位置:绝对;
顶部:664px;
左:1031px;
高度:19像素;
宽度:115像素;
}
.newStyle16
{
位置:绝对;
顶部:1197px;
左:-4px;
宽度:1312px;
高度:30像素;
}
.newStyle17
{
位置:绝对;
顶部:23像素;
左:780px;
}
.newStyle18
{
位置:绝对;
顶部:25像素;
左:832px;
}
.newStyle19
{
位置:绝对;
顶部:24像素;
左:782px;
}
.newStyle20
{
位置:绝对;
顶部:24像素;
左:836px;
}
.newStyle21
{
位置:绝对;
顶部:24像素;
左:919px;
}
.newStyle22
{
位置:绝对;
顶部:109px;
左:666px;
}
.newStyle23
{
位置:绝对;
}
.newStyle24
{
位置:绝对;
顶部:27像素;
左:1203px;
高度:20像素;
宽度:75像素;
}
.newStyle25
{
位置:绝对;
顶部:1066px;
左:844px;
高度:108像素;
宽度:111像素;
}
.newStyle26
{
位置:绝对;
顶部:1068px;
左:1161px;
高度:104像素;
宽度:111像素;
}
.newStyle27
{
位置:绝对;
顶部:1177px;
左:841px;
}
.newStyle28
{
位置:绝对;
顶部:1177px;
左:988px;
}
.newStyle29
{
位置:绝对;
顶部:1177px;
左:1126px;
}
.newStyle30
{
位置:绝对;
}
.newStyle31
{
位置:绝对;
顶部:1206px;
左:449px;
宽度:420像素;
}
.newStyle32
{
位置:绝对;
顶部:276像素;
左:-3px;
宽度:794px;
高度:905像素;
}
</style>
</head>
< body background ="images/Blue 2.2.jpg">
< form id ="form1" runat ="server">
< div>

</div>
< p>
< asp:图片ID ="Image3" runat =服务器" CssClass ="newStyle2"
ImageUrl =〜/images/Bar.jpg"/>
</p>
< asp:图片ID ="Image4" runat =服务器" CssClass ="newStyle3"
ImageUrl =〜/images/Bar.jpg"/>
< asp:标签ID ="Label2" runat =服务器" CssClass ="newStyle10" ForeColor =#FFFFCC"
Text ="OUR STUDENTS"></asp:Label>
< asp:标签ID ="Label1" runat =服务器" CssClass ="newStyle4" ForeColor ="White"
Text ="COURSE SEARCH" ToolTip ="COURSE SEARCH"></asp:Label>
< asp:图片ID ="Image5" runat =服务器" CssClass ="newStyle5"
ImageUrl =〜/images/Network-Your-Way-to-Success.jpg"/>
< asp:图片ID ="Image6" runat =服务器" CssClass ="newStyle6"
ImageUrl =〜/images/Images/Search(1).gif"/>
< asp:TextBox ID ="TextBox1" runat =服务器" CssClass ="newStyle7"></asp:TextBox>
< asp:Button ID ="Button1" runat ="server" BackColor =#0066FF" BorderStyle ="None"
CssClass ="newStyle8" ForeColor =#CCCCCC" Text ="GO" ToolTip ="SEARCH"/>
< asp:图片ID ="Image7" runat =服务器" CssClass ="newStyle9"
ImageUrl =〜/images/Bar.jpg" ForeColor =#FFFFCC" ImageAlign ="Middle"/>
< asp:图片ID ="Image8" runat =服务器" CssClass ="newStyle12"
ImageUrl =〜/images/male-college-student-backpack.s600x600.jpg"/>
< asp:图片ID ="Image9" runat =服务器" CssClass ="newStyle13"
ImageUrl =〜/images/Bar.jpg"/>
< asp:图片ID ="Image10" runat =服务器" CssClass ="newStyle14"
ImageUrl =〜/images/award-trophies-trophy1.jpg"/>
< asp:标签ID ="Label3" runat =服务器" CssClass ="newStyle15"文本="AWARDS"
ToolTip ="ITPLUS培训中心认可的大奖" ForeColor ="White"></asp:Label>
< asp:图片ID ="Image11" runat =服务器" CssClass ="newStyle16"
ImageUrl =〜/images/Untitled-1 copy.jpg"/>
< asp:Panel ID ="Panel1" runat ="server" CssClass ="newStyle30">
</asp:Panel>
< asp:LinkBut​​ton ID ="LinkBut​​ton1" runat =服务器" CssClass ="newStyle19"
ForeColor ="White"> | HOME |</asp:LinkBut​​ton>
< asp:LinkBut​​ton ID ="LinkBut​​ton2" runat =服务器" CssClass ="newStyle20"
ForeColor ="White"> ABOUT-US |</asp:LinkBut​​ton>
< asp:LinkBut​​ton ID ="LinkBut​​ton3" runat ="server" CssClass ="newStyle21"
ForeColor ="White"> CONTACT-US |</asp:LinkBut​​ton>
< asp:LinkBut​​ton ID ="LinkBut​​ton4" runat =服务器" CssClass ="newStyle24"
ForeColor ="White"> SIGNUP</asp:LinkBut​​ton>
< asp:图片ID ="Image12" runat =服务器" CssClass ="newStyle25"
ImageUrl =〜/images/Images/Book(12).jpg"/>
< asp:图片ID ="Image13" runat =服务器" CssClass ="newStyle26"
ImageUrl =〜/images/Images/Book(11).bmp"/>
< p>
< asp:LinkBut​​ton ID ="LinkBut​​ton5" runat =服务器" CssClass ="newStyle27"
ForeColor =#009933"> |参考书|</asp:LinkBut​​ton>
< asp:LinkBut​​ton ID ="LinkBut​​ton6" runat =服务器" CssClass ="newStyle28"
ForeColor =#009933"> STUDENT-NOTICE |</asp:LinkBut​​ton>
< asp:LinkBut​​ton ID ="LinkBut​​ton7" runat =服务器" CssClass ="newStyle29"
ForeColor =#009933"> VIIEW-YOUR-PROFILE</asp:LinkBut​​ton>
</p>

< asp:标签ID ="Label4" runat =服务器" CssClass ="newStyle31" ForeColor ="White"
Text =©2012 ITPLUS交易中心保留所有权利"></asp:Label>
< div id ="maincontent">
< asp:ContentPlaceHolder id ="ContentPlaceHolder1" runat =服务器">
</asp:ContentPlaceHolder>
</div>

</form>
</body>
</html>
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>ITPLUSTRANINGCENTER</title>
<link href="style sheet/StyleSheet.css" rel="Stylesheet" type="text/css" />
<asp:ContentPlaceHolder id="head" runat="server">
</asp:ContentPlaceHolder>
<style type="text/css">
.newStyle1
{
position: absolute;
}
.newStyle2
{
position: absolute;
top: 345px;
left: 832px;
width: 449px;
height: 30px;
}
.newStyle3
{
position: absolute;
top: 426px;
left: 833px;
width: 448px;
height: 30px;
}
.newStyle4
{
position: absolute;
top: 349px;
left: 1017px;
width: 162px;
}
.newStyle5
{
position: absolute;
top: 65px;
left: 851px;
width: 431px;
height: 273px;
}
.newStyle6
{
position: absolute;
top: 373px;
left: 861px;
width: 93px;
height: 48px;
}
.newStyle7
{
position: absolute;
top: 388px;
left: 964px;
width: 147px;
}
.newStyle8
{
position: absolute;
top: 385px;
left: 1149px;
width: 82px;
height: 32px;
}
.newStyle9
{
position: absolute;
top: 659px;
left: 840px;
width: 447px;
height: 30px;
}
.newStyle10
{
position: absolute;
top: 429px;
left: 1026px;
height: 25px;
width: 123px;
}
.newStyle11
{
position: absolute;
top: 454px;
left: 856px;
height: 201px;
width: 399px;
}
.newStyle12
{
position: absolute;
top: 457px;
left: 849px;
height: 197px;
width: 426px;
}
.newStyle13
{
position: absolute;
top: 1039px;
left: 836px;
width: 448px;
height: 30px;
}
.newStyle14
{
position: absolute;
top: 686px;
left: 850px;
width: 423px;
height: 349px;
}
.newStyle15
{
position: absolute;
top: 664px;
left: 1031px;
height: 19px;
width: 115px;
}
.newStyle16
{
position: absolute;
top: 1197px;
left: -4px;
width: 1312px;
height: 30px;
}
.newStyle17
{
position: absolute;
top: 23px;
left: 780px;
}
.newStyle18
{
position: absolute;
top: 25px;
left: 832px;
}
.newStyle19
{
position: absolute;
top: 24px;
left: 782px;
}
.newStyle20
{
position: absolute;
top: 24px;
left: 836px;
}
.newStyle21
{
position: absolute;
top: 24px;
left: 919px;
}
.newStyle22
{
position: absolute;
top: 109px;
left: 666px;
}
.newStyle23
{
position: absolute;
}
.newStyle24
{
position: absolute;
top: 27px;
left: 1203px;
height: 20px;
width: 75px;
}
.newStyle25
{
position: absolute;
top: 1066px;
left: 844px;
height: 108px;
width: 111px;
}
.newStyle26
{
position: absolute;
top: 1068px;
left: 1161px;
height: 104px;
width: 111px;
}
.newStyle27
{
position: absolute;
top: 1177px;
left: 841px;
}
.newStyle28
{
position: absolute;
top: 1177px;
left: 988px;
}
.newStyle29
{
position: absolute;
top: 1177px;
left: 1126px;
}
.newStyle30
{
position: absolute;
}
.newStyle31
{
position: absolute;
top: 1206px;
left: 449px;
width: 420px;
}
.newStyle32
{
position: absolute;
top: 276px;
left: -3px;
width: 794px;
height: 905px;
}
</style>
</head>
<body background="images/Blue 2.2.jpg">
<form id="form1" runat="server">
<div>

</div>
<p>
<asp:Image ID="Image3" runat="server" CssClass="newStyle2"
ImageUrl="~/images/Bar.jpg" />
</p>
<asp:Image ID="Image4" runat="server" CssClass="newStyle3"
ImageUrl="~/images/Bar.jpg" />
<asp:Label ID="Label2" runat="server" CssClass="newStyle10" ForeColor="#FFFFCC"
Text="OUR STUDENTS"></asp:Label>
<asp:Label ID="Label1" runat="server" CssClass="newStyle4" ForeColor="White"
Text="COURSE SEARCH" ToolTip="COURSE SEARCH"></asp:Label>
<asp:Image ID="Image5" runat="server" CssClass="newStyle5"
ImageUrl="~/images/Network-Your-Way-to-Success.jpg" />
<asp:Image ID="Image6" runat="server" CssClass="newStyle6"
ImageUrl="~/images/Images/Search (1).gif" />
<asp:TextBox ID="TextBox1" runat="server" CssClass="newStyle7"></asp:TextBox>
<asp:Button ID="Button1" runat="server" BackColor="#0066FF" BorderStyle="None"
CssClass="newStyle8" ForeColor="#CCCCCC" Text="GO" ToolTip="SEARCH" />
<asp:Image ID="Image7" runat="server" CssClass="newStyle9"
ImageUrl="~/images/Bar.jpg" ForeColor="#FFFFCC" ImageAlign="Middle" />
<asp:Image ID="Image8" runat="server" CssClass="newStyle12"
ImageUrl="~/images/male-college-student-backpack.s600x600.jpg" />
<asp:Image ID="Image9" runat="server" CssClass="newStyle13"
ImageUrl="~/images/Bar.jpg" />
<asp:Image ID="Image10" runat="server" CssClass="newStyle14"
ImageUrl="~/images/award-trophies-trophy1.jpg" />
<asp:Label ID="Label3" runat="server" CssClass="newStyle15" Text="AWARDS"
ToolTip="A GRAND ACHIVED BY ITPLUS TRANING CENTER" ForeColor="White"></asp:Label>
<asp:Image ID="Image11" runat="server" CssClass="newStyle16"
ImageUrl="~/images/Untitled-1 copy.jpg" />
<asp:Panel ID="Panel1" runat="server" CssClass="newStyle30">
</asp:Panel>
<asp:LinkButton ID="LinkButton1" runat="server" CssClass="newStyle19"
ForeColor="White">|HOME|</asp:LinkButton>
<asp:LinkButton ID="LinkButton2" runat="server" CssClass="newStyle20"
ForeColor="White">ABOUT-US|</asp:LinkButton>
<asp:LinkButton ID="LinkButton3" runat="server" CssClass="newStyle21"
ForeColor="White">CONTACT-US|</asp:LinkButton>
<asp:LinkButton ID="LinkButton4" runat="server" CssClass="newStyle24"
ForeColor="White">SIGNUP</asp:LinkButton>
<asp:Image ID="Image12" runat="server" CssClass="newStyle25"
ImageUrl="~/images/Images/Book (12).jpg" />
<asp:Image ID="Image13" runat="server" CssClass="newStyle26"
ImageUrl="~/images/Images/Book (11).bmp" />
<p>
<asp:LinkButton ID="LinkButton5" runat="server" CssClass="newStyle27"
ForeColor="#009933">|REFERENCE-BOOK|</asp:LinkButton>
<asp:LinkButton ID="LinkButton6" runat="server" CssClass="newStyle28"
ForeColor="#009933">STUDENT-NOTICE|</asp:LinkButton>
<asp:LinkButton ID="LinkButton7" runat="server" CssClass="newStyle29"
ForeColor="#009933">VIIEW-YOUR-PROFILE</asp:LinkButton>
</p>

<asp:Label ID="Label4" runat="server" CssClass="newStyle31" ForeColor="White"
Text="©2012 ITPLUS TRANING CENTER ALL RIGHT RESERVED"></asp:Label>
<div id="maincontent">
<asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</div>

</form>
</body>
</html>


放置代码
<asp:image id="Image4 ....<br mode=" hold=" />till ... VIIEW-YOUR-PROFILE</asp:LinkButton><br mode=" xmlns:asp="#unknown"></asp:image>


这篇关于我对内容占位符有疑问吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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