My reply on Stack Overflow: http://stackoverflow.com/a/10609558/440323. Let 
me know if you have questions.

Anthony

On Tuesday, May 15, 2012 5:28:04 PM UTC-4, Vinit Mahedia wrote:
>
> Below is my html file, although I specify where do I want to put each 
> element, all I get is a page with elements placed on default location (left 
> most side of the page).
>
> I am following this tutorial<http://killer-web-development.com/section/5/>to 
> learn.
>
>
> <!DOCTYPE html>
>   <head>
>     <title>Web On Steroids</title>
>     {{response.files.append(URL('static','css/skelton.css'))}}
>     {{include 'web2py_ajax.html'}}
>   </head>
> <body>
>   <header class="container">
>     <div class="ten columns">
>       <h1>tukker.me</h1>
>       </div>
>     <div class="ten columns">
>       <nav>
> <ul>
>   <li><a href="#">Home</a></li>
>   <li><a href="#">Help</a></li>
>   <li><a href="#">Login</a></li> 
>   <li><a href="#">Privacy</a></li>
>  </ul>
> </nav>
>       </div>
>     </header>
>   <section id="main" class="container">
>     <div class="ten columns">
>           <h1>Messages With 300 Chars</h1>
>   </div>
>   <div class="sixteen columns">
>         <a href="#" class="button">Register</a>
>       </div>
>       <footer class="container">
>       <nav class="sixteen columns alpha omega">
>         <a href="#">About</a>
>         <a href="#">Terms</a>
>         <a href="#">Contact</a>
>      </nav>
>     </footer>
> </body>
>
>

Reply via email to