• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Inserting video in a web page with dreamweaver 5.

New Here ,
Apr 02, 2017 Apr 02, 2017

Copy link to clipboard

Copied

Hi, I should know this, but can't seem to make it work.

I was sent a video in something called "Final Draft".  I assume it's Utube type of deal.  I need to make the video appear as a hot link.

Can someone help?

The link I want to put in the page is:  Final_Draft - Google Drive

and what i pasted in above changes to final draft - Google drive instead of the normal code.

I have no experience with final draft.

thanks in advance for your help

[email address removed by Mod]

Views

263

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Apr 02, 2017 Apr 02, 2017

Try

<!doctype html>

<html>

<head>

</head>

<body>

  <iframe width="100%" height="400px" src="https://drive.google.com/file/d/0B-wG9QsMeiuhTFdWZHRQRVdrQ2s/preview"></iframe>

</body>

</html>

Votes

Translate

Translate
Community Expert ,
Apr 02, 2017 Apr 02, 2017

Copy link to clipboard

Copied

LATEST

Try

<!doctype html>

<html>

<head>

</head>

<body>

  <iframe width="100%" height="400px" src="https://drive.google.com/file/d/0B-wG9QsMeiuhTFdWZHRQRVdrQ2s/preview"></iframe>

</body>

</html>

Wappler, the only real Dreamweaver alternative.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines