editing an html file in seamonky

Discussion of features in Seamonkey
Locked
cyaker
Posts: 3
Joined: July 13th, 2017, 7:36 pm

editing an html file in seamonky

Post by cyaker »

I would like to insert an .mp4 file before I publish a web page but can't find any way to insert an mp4 in Sea Monkey.

Do I have to write actual html code to accomplish this or is there a way to do it in Sea Monkey?

Thank You
Charles Yaker
isaacschemm
Posts: 270
Joined: January 20th, 2015, 12:29 pm

Re: editing an html file in seamonky

Post by isaacschemm »

There's no menu item for it, but you can insert the code pretty easily in the Source tab:

Code: Select all

<video src="http://www.example.com/video.mp4" width="320" height="240"></video>
cyaker
Posts: 3
Joined: July 13th, 2017, 7:36 pm

Re: editing an html file in seamonky

Post by cyaker »

Thanks - thoaght so butwanted confirmation
Locked