css corrupted and contents of the asp repeated its self more than 4 timeshttp://forums.asp.net/t/1025198.aspx/1?css+corrupted+and+contents+of+the+asp+repeated+its+self+more+than+4+timesTue, 19 Sep 2006 09:14:26 -040010251981395507http://forums.asp.net/p/1025198/1395507.aspx/1?css+corrupted+and+contents+of+the+asp+repeated+its+self+more+than+4+timescss corrupted and contents of the asp repeated its self more than 4 times <p>when i add the below code from the extended&nbsp;starter kits the content of the default.aspx duplicated and the content page </p> <p>become not in parellel with master so the layout not adjustable </p> <p>the code&nbsp;is exact from microsoft site which is :</p> <pre class="code">&lt;div id=&quot;content&quot;&gt; &lt;asp:DataList ID=&quot;DataList1&quot; runat=&quot;server&quot; DataSourceID=&quot;SqlDataSource1&quot;&gt; &lt;ItemTemplate&gt; &lt;h3&gt;Welcome to My Site&lt;/h3&gt; &lt;p&gt;&lt;%# Eval(&quot;Homepage_Welcome&quot;)%&gt;&lt;/p&gt; &lt;hr /&gt; &lt;div id=&quot;whatsnew&quot;&gt; &lt;h4&gt;What's New&lt;/h4&gt; &lt;p&gt;&lt;%# Eval(&quot;Homepage_WhatsNew&quot;) %&gt;&lt;/p&gt; &lt;/div&gt; &lt;div id=&quot;coollinks&quot;&gt; &lt;h4&gt;Cool Links&lt;/h4&gt; &lt;ul class=&quot;link&quot;&gt; &lt;li&gt;&lt;a HREF=&quot;http://forums.asp.net/AddPost.aspx?ForumID=1003#&quot; TARGET=&quot;_self&quot;&gt;Lorem ipsum dolositionr&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a HREF=&quot;http://forums.asp.net/AddPost.aspx?ForumID=1003#&quot; TARGET=&quot;_self&quot;&gt;Lorem ipsum dolositionr&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a HREF=&quot;http://forums.asp.net/AddPost.aspx?ForumID=1003#&quot; TARGET=&quot;_self&quot;&gt;Lorem ipsum dolositionr&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a HREF=&quot;http://forums.asp.net/AddPost.aspx?ForumID=1003#&quot; TARGET=&quot;_self&quot;&gt;Lorem ipsum dolositionr&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a HREF=&quot;http://forums.asp.net/AddPost.aspx?ForumID=1003#&quot; TARGET=&quot;_self&quot;&gt;Lorem ipsum dolositionr&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;hr /&gt; &lt;h4&gt;What's Up Lately &lt;/h4&gt; &lt;p&gt;&lt;%# Eval(&quot;Homepage_WhatsUpLately&quot;) %&gt;&lt;/p&gt; &lt;/ItemTemplate&gt; &lt;/asp:DataList&gt; &lt;/div&gt; </pre> <pre class="code">pls help me solve this puzzle</pre> 2006-09-11T15:29:38-04:001403410http://forums.asp.net/p/1025198/1403410.aspx/1?Re+css+corrupted+and+contents+of+the+asp+repeated+its+self+more+than+4+timesRe: css corrupted and contents of the asp repeated its self more than 4 times <p>its work fine after i copy a new default.aspx page from a new personal starter kit and replace it with not&nbsp; not adjustable&nbsp; one</p> <p>may ido some thing wrong with default css..any way its work fine now</p> <p>regard,</p> 2006-09-19T09:14:26-04:00