Skip to main content
Pat Appleson
Participant
April 3, 2017
Answered

Inserting video in a web page with dreamweaver 5.

  • April 3, 2017
  • 1 reply
  • 337 views

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]

This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer BenPleysier

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>

1 reply

BenPleysier
Community Expert
BenPleysierCommunity ExpertCorrect answer
Community Expert
April 3, 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>

Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!