ASP.NET – Method for paste footers to the bottom of the page

I followed How do you get the footer to stay at the bottom of a Web page? post on stackoverflow…

But I can’t Make it work in an asp.net web application…. I am using the master page of all pages…

How to paste the footer to the bottom of the page?

For ref:



















< br />





















< ul style="width:300px;">
  • Home

  • About Us

  • Contact Us


  • Logout















  • < br />











    < td style="width:10%;">




























    < br />


















    I also recommend using a floating div structure.

    Tag:








    < div class="footer">



    CSS:< /p>

    .bodyWrap
    {
    width: 500px;
    }
    .header, .content, .footer
    {
    width: 100%;
    float:left;
    }

    I followed How do you get the footer to on stackoverflow stay at the bottom of a Web page? Post…

    But I cannot make it work in the asp.net web application…. I am using the master page of all pages…

    p>

    How to paste the footer to the bottom of the page?

    For ref:



















    < br />





















    < ul style="width:300px;">
  • Home

  • About Us

  • Contact Us


  • Logout















  • < br />











    < td style="width:10%;">




























    < br />


















    I also recommend using a floating div structure.

    Tags:




    < br />





    CSS:

    .bodyWrap
    {
    width: 500px;
    }
    .header, .content, .footer
    {
    width: 100%;
    float:left;
    }< /pre>

    Leave a Comment

    Your email address will not be published.