line 26, change:
<iframe src="https://www.youtube.com/embed/x5g1POybZX4" frameborder="0" allowfullscreen></iframe>
to:
<iframe src="https://www.youtube.com/embed/x5g1POybZX4" style="border:0px;" allowfullscreen></iframe>
line 125, change:
<input type="text" id="txtMove_Week" name="txtMove_Week" data-datepicker="" placeholder="move date" data-required="true" readonly="true" >
to:
<input type="text" id="txtMove_Week" name="txtMove_Week" data-datepicker="" placeholder="move date" data-required="true" readonly >
add a </div> on approx line 174, above:
<div id="loadingDiv" style="float:left; display:none;"></div>
so it will look like:
</div>
<div id="loadingDiv" style="float:left; display:none;"></div>
remove the </div> on line 180 below:
<img src="images/img4.jpg" height="265" width="501" alt="" class="img">
so it looked like
<img src="images/img4.jpg" height="265" width="501" alt="" class="img">
</div>
and it should look like:
<img src="images/img4.jpg" height="265" width="501" alt="" class="img">
change line 29, from:
<main id="main" role="main">
to:
<main id="main">
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.