dreamweaver

No video with supported format and MIME type found in Firefox with HTML5 video

こ雲淡風輕ζ 提交于 2019-12-07 01:52:30
问题 I'm trying to insert a video, using HTML5. I have the following markup: <video id="video" loop="" controls="" preload=""> <source src="portada_2.mp4" type='video/mp4;codecs="avc1.42E01E, mp4a.40.2"'/> <source src="portada_2.webm" type='video/webm;codecs="vp8, vorbis"'/> </video> but when I open the page in Firefox, it shows me the following message: No video with supported format and MIME type found It only works in CHROME.. www.juanypinchame.es I've changed the permissions in htaccess.. I

How do I make Dreamweaver to show me closing tags?

僤鯓⒐⒋嵵緔 提交于 2019-12-06 17:11:12
问题 I would like Dreamweaver to show me the opening/closing tag when I select a tag. This functionality is seen in many editors, I know for sure Eclipse has it. To make things clearer: When I select/highlight a <div> opening tag with my mouse I would like Dreamweaver to select/highlight the </div> closing tag. My main questions: Does anybody know what this functionality is called? Does anybody know how to add this functionality to Dreamweaver? I've tried searching the Dreamweaver extensions on

.master in DreamWeaver solution?

与世无争的帅哥 提交于 2019-12-06 13:20:28
I have both dreamweaver CS5.5 and Visual Studio Ultimate 2010. Both programs I love, but I really want a way to complete all of my front end coding in Dreamweaver, and then work with the database in VS.Net. I have been completing this by making all of the pages in VS.Net, and then clicking 'open with' Dreamweaver afterwards. Although each time I open the .master file with Dreamweaver it collapses into blank coding, propbably because it doesn't recognise it. I have researched this before,and tried to solve the problem by adding content to the documentType folder but nothing has happened. I

How to vertically align text in the middle of a div that has a percentage height? [duplicate]

▼魔方 西西 提交于 2019-12-06 08:45:53
This question already has answers here : How do I vertically align text in a div? (30 answers) Closed 5 years ago . Here is what I have right now. In other divs using vertical-align:middle and setting the line-height to the same value as the height property it should work!The only thing is that in those divs I used pixel dimension and not percentages. Can anybody tell me why this wont work with percentages? also setting the text-size to 50% should also make text half the size of the div but it is really really small still? What is going on here? #chooseStateAlabama { width: 20%; height: 25%;

Match all code between two HTML tags using REGEX

谁说胖子不能爱 提交于 2019-12-06 05:30:43
I'm looking for a greedy RegEx match to replace all text in a number of HTML files between </title> and </head> (I've combined loads of JavaScript files to minimize the number of http requests). I've googled it but the majority of the solutions don't seem to work for me. (Which naturally leads me to assume that i'm wrong) This is my current expression which doesn't seem to work:- </title>([^<]*)</head> I'm using Dreamweaver 8 search and replace. Between the two tags there are multiple includes for various javascript files for example:- which vary on a page by page basis. I want to replace

How do I reset code color scheme to default in Dreamweaver CS5 (Windows)?

浪尽此生 提交于 2019-12-06 03:08:19
I have read this post , but the process is not clear, I don't find the CodeColoring folder. So, how to reset code color scheme to default in Dreamweaver CS5 (Windows) ? JCL1178 The original folder referred to in that link is located at: C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS5\configuration (64 bit OS) or C:\Program Files\Adobe\Adobe Dreamweaver CS5\configuration (32 bit OS) Copy the "CodeColoring" folder there and paste it here: C:\Users\YOURUSERNAME\AppData\Roaming\Adobe\Dreamweaver CS5\en_US\Configuration That will reset DW to default code coloring. Alternately you can rename the

Recommended HTML formatter script/utility? [closed]

馋奶兔 提交于 2019-12-05 16:47:55
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 6 years ago . Simple question - I've got a bucketload of cruddy html pages to clean up and I'm looking for a open source or freeware script/utility to remove any junk and reformat them into nicely laid out consistent code. Any recommendations? If it's

Dreamweaver CS5 Auto-Format source code like in VS2010 CTRL+K, CTRL+D?

那年仲夏 提交于 2019-12-05 15:00:54
Does Dreamweaver CS5 support auto-formatting feature similar to Visual Studio 2010 CTRL + K , CTRL + D ? Thanks! Yes it does. I don't think there is a keyboard shortcut for it, and I don't know how to make one if that is possible, but the auto-formatting is at Commands > Apply Source Formatting. I hope that helps. Dreamweaver doesn't actually support auto code format where actually it needed. auto formatting works just on HTML, CSS... but not work for javascript, php etc. Dreamweaver does support auto formatting. The commands menu offers a lot of features like spell check, recording, cleaning

Align controls properly

会有一股神秘感。 提交于 2019-12-05 14:04:23
I want to adjust the appearance on same controls on the website which I am working on, but it seems that is not going good. I want to use CSS to properly align the controls. I want to have the checkbox and the label aligned left and then little bit room, then textbox is coming. Also I want all the textboxes to be aligned same vertically. How can I do that with css without using tables. Thanks in advance for your help, Laziale CSS div{margin-bottom:2px;} input[type="checkbox"]{display:block; float:left; margin-right:2px;} label{display:block; float:left; width:150px;} HTML <div><input type=

No video with supported format and MIME type found in Firefox with HTML5 video

大憨熊 提交于 2019-12-05 08:16:15
I'm trying to insert a video, using HTML5. I have the following markup: <video id="video" loop="" controls="" preload=""> <source src="portada_2.mp4" type='video/mp4;codecs="avc1.42E01E, mp4a.40.2"'/> <source src="portada_2.webm" type='video/webm;codecs="vp8, vorbis"'/> </video> but when I open the page in Firefox, it shows me the following message: No video with supported format and MIME type found It only works in CHROME.. www.juanypinchame.es I've changed the permissions in htaccess.. I have no idea how I can properly configure Server MIME Types.. Thanks a lot doesn´t work... how can acess