Sunday, April 3, 2011

css & html tips


  1. Center align: margin-left: auto; margin-right: auto;

  2. html page always has toolbar: body { overflow-y: scroll; }

  3. Auto redirect to other page: META HTTP-EQUIV="Refresh" CONTENT="0; URL=html-redirect.html">

No comments:

Post a Comment