Thank you alienee2 for replying
i tried as per your instructions i get the video in chrome browser only...
and one more doubt i have the following code:
Before inserting the above code in my new created page (cms) i insert an image, it can be able to edit size..
After inserting the above code in the image page.. image is not going to adjustable or re-size... not only image entire page is not able to edit in "edit page"
what i have to do?
i tried as per your instructions i get the video in chrome browser only...
and one more doubt i have the following code:
Code:
<div class="my-col2">
<div id="text-5" class="widget-area widget_text">
<h4>Enquiry Form</h4>
<div class="textwidget">
<div class="wpcf7" id="wpcf7-f1-w1-o1">
<form id="jform" name="jform" action="enquiryform.php" method="post" class="wpcf7-form" >
<div style="display: none;">
<input name="_wpcf7" value="1" type="hidden">
<input name="_wpcf7_version" value="2.4.3" type="hidden">
<input name="_wpcf7_unit_tag" value="wpcf7-f1-w1-o1" type="hidden">
</div>
<div class="fleft">
<p class="field"><span class="wpcf7-form-control-wrap text-467">
<input name="name" id="name" value="First & Last Name:" class="" size="40" title="First & Last Name:" type="text" onFocus="if(this.value=='First & Last Name:'){this.value=''}" onBlur="if(this.value==''){this.value='First & Last Name:'}">
</span></p>
<p class="field"><span class="wpcf7-form-control-wrap text-467">
<input name="phoneno" id="phoneno" value="Phone No:" class="wpcf7-text wpcf7-validates-as-required wpcf7-use-title-as-watermark watermark" size="40" title="Phone No:" type="text" onFocus="if(this.value=='Phone No:'){this.value=''}" onBlur="if(this.value==''){this.value='Phone No:'}">
</span></p>
<p class="field"><span class="wpcf7-form-control-wrap text-467">
<input name="emailid" id="emailid" value="Email:" class="wpcf7-text wpcf7-validates-as-required wpcf7-use-title-as-watermark watermark" size="40" title="Email:" type="text" onFocus="if(this.value=='Email:'){this.value=''}" onBlur="if(this.value==''){this.value='Email:'}">
</span></p>
<p class="field"><span class="wpcf7-form-control-wrap text-258">
<input name="businessname" id="businessname" value="Business Name:" class="wpcf7-text wpcf7-validates-as-required wpcf7-use-title-as-watermark watermark" size="40" title="Business Name:" type="text" onFocus="if(this.value=='Business Name:'){this.value=''}" onBlur="if(this.value==''){this.value='Business Name:'}">
</span></p>
</div>
<div class="fleft marg-left">
<p class="field"><span class="wpcf7-form-control-wrap textarea-606">
<textarea name="comments" id="comments" class="wpcf7-use-title-as-watermark watermark" cols="40" rows="10" onfocus="if(this.value=='Comments:'){this.value=''}" onBlur="if(this.value==''){this.value='Comments:'}"">Comments:</textarea>
</span></p>
<p class="submit-wrap">
<input value="Send" id="send" class="wpcf7-submit" type="submit"></p>
<p class="submit-wrap">
<input value="Reset" class="wpcf7-submit" type="reset">
</p>
</div>
<img class="ajax-loader" style="visibility: hidden;" alt="Sending ..." src="images/ajax-loader.gif">
</p>
<div class="wpcf7-response-output wpcf7-display-none"></div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
Before inserting the above code in my new created page (cms) i insert an image, it can be able to edit size..
After inserting the above code in the image page.. image is not going to adjustable or re-size... not only image entire page is not able to edit in "edit page"
what i have to do?