Not sure whether this is the problem,  but a quick run through HTML Tidy 
highlighted a few issues with the markup.  Maybe correct those first.

"Warning", "2","Untitled","Untitled","16","29","0","<img> discarding 
newline in URI reference"
"Warning", "1","Untitled","Untitled","8","25","0","adjacent hyphens within 
comment"
"Warning", "5","Untitled","Untitled","11","13","0","missing </div>"
"Warning", "6","Untitled","Untitled","9","9","0","missing </div>"
"Warning", "3","Untitled","Untitled","32","41","0","missing <li>"
"Warning", "4","Untitled","Untitled","54","41","0","missing <li>"


On Saturday, 17 May 2014 16:14:16 UTC+1, eric cuver wrote:
>
> thank you.
>
> i have another question.
>
> I have this code in an index.html file but when I compile under web2py whole 
> section does not appear on the webpage
>
>
> <!---start-images-slider--->
>         <div class="web/images-slider">
>             <!-- start slider -->
>             <div id="fwslider">
>                 <div class="slider_container">
>                     <div class="slide"> 
>                         <!-- Slide image -->
>                             <!--<img src="web/images/slider-bg.jpg" 
> alt=""/>-->
>                             <img src="{{=URL('static','images/
> sliderbg.jpg')}}" alt=""/>
>                         <!-- /Slide image -->
>                         <!-- Texts container -->
>                         <div class="slide_content">
>                             <div class="slide_content_wrap">
>                                 <!-- Text title -->
>                                 <h4 class="title">To travel is to live</h4>
>                                 <!-- /Text title -->
>                                 <!-- Text description -->
>                                 <p class="description">You Don't Need 
> Magic to Disappear. All you need is a destination.</p>
>                                 <!-- /Text description -->
>                                 <div class="slide-btns description">
>                                     <ul>
>                                         <li><a class="mapbtn" 
> href="#">Show on the map </a></li>
>                                         <li><a class="minfo" href="#">More 
> info </a></li>
>                                         <div class="clear"> </div>
>                                     </ul>
>                                 </div>
>                             </div>
>                         </div>
>                          <!-- /Texts container -->
>                     </div>
>                     <!-- /Duplicate to create more slides -->
>                     <div class="slide">
>                         <img 
> src="{{=URL('static','images/sliderbg.jpg')}}" alt=""/>
>                         <div class="slide_content">
>                              <div class="slide_content_wrap">
>                                 <!-- Text title -->
>                                 <h4 class="title">To travel is to live</h4>
>                                 <!-- /Text title -->
>                                 <!-- Text description -->
>                                 <p class="description">You Don't Need 
> Magic to Disappear. All you need is a destination.</p>
>                                 <!-- /Text description -->
>                                 <div class="slide-btns description">
>                                     <ul>
>                                         <li><a class="mapbtn" 
> href="#">Show on the map </a></li>
>                                         <li><a class="minfo" href="#">More 
> info </a></li>
>                                         <div class="clear"> </div>
>                                     </ul>
>                                 </div>
>                             </div>
>                         </div>
>                     </div>
>                     <!--/slide -->
>                 </div>
>
> Le vendredi 9 mai 2014 23:53:19 UTC+2, Massimo Di Pierro a écrit :
>>
>> The only thing that you need that does not ship with web2py is a way to 
>> record their video and upload to your side.
>>
>> Some options include:
>> - http://www.webrtc.org/
>> - http://www.screencast-o-matic.com/
>>
>> Massimo
>>
>> On Thursday, 8 May 2014 13:59:19 UTC-5, eric cuver wrote:
>>>
>>> Hi, 
>>> I'm beginning to web2py, 
>>>
>>> I would like to create a site that allows people to register on the site 
>>> to be able to record their webcam and put the video 
>>> on the account and customizes video will be viewed 
>>> by people who have the right. how do you function module or with web2py 
>>> I happen to create this site 
>>> thank you in advance and excuse my english I'm french
>>>
>>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to