Re: Synchronization information not found in FTP transfer
It's now working in the latest: Dreamweaver CS6 version 12.2, Build 6006.
View ArticleEmail Form Help
Looking for a solution to validate one email address against another typed email.. Basically after a user types their email in a form they have to type it a second time and it MUST match the first one.
View Articledynamic recordset
So, i have a page that allows a user to select a value from a menu... once they choose the value, and hit submit they then go to a new page that grabs the value and needs to search in a different db...
View ArticleRe: favicon does not show in google chrome tabs or bookmarks?
thank you.problem solved.
View ArticleRe: Can't manually add editable regions to in template
Everything on a DW template page is always editable. Are you sure you were working with a template (*.dwt.php) file? Additionally, the presence or absence of PHP scripting above the <html> tag...
View Articledevelop a responsive web app...means should be tablet/phone compatible in case
If I develop a responsive web app PC-Tablet-phone, and convert with phonegap to native mobile app, means should be tablet/phone compatible in case? true / false
View ArticleRe: Website is fine in Firefox, but not Internet Explorer. Help :(
Hi Murray, Thanks for the quick response. I did check on there previously and I know there are a number of "errors" however, I don't understand why it is saying that they are errors. Its highlighting...
View ArticleRe: Synchronization information not found in FTP transfer
Where is this latest update, version 12.2, Build 6006? When I check for updates in Dreamweaver, it says there are none and all applications are up to date, but I'm on 12.0, Build 5861.
View ArticleRe: Can't manually add editable regions to in template
Delete line 5. Add an alt="description of your image" to line 27. This is the exact code that Dreamweaver puts into templates in the <head> region: <!-- TemplateBeginEditable name="doctitle"...
View ArticleRe: Email Form Help
In essence, virtually in any script it would be:if (email1 != email2) --Kenneth Kawamotohttp://www.materiaprima.co.uk/
View ArticleHow do you remove the default font?
At one time I thought i would be able to change the default font for my html documents, but I realized I had modified the default 'display' font. That doesn't really make any sense to me, but anyways,...
View ArticleDreamweaver MX activation on a new computer
How do i activate Dreamweaver MX on a new computer? I have deactivate it on the old computer. Online and telephone activation is not working.
View ArticleA little lame problem whit Jquery ..
hi all , and yes , this is another lame question from me the question is :how could i delete the Background from this : http://www.html.it/demo/javascript/23190/demo_index.html this is the code...
View ArticleRe: Dreamweaver MX activation on a new computer
Hi, Can you provide us with more information on what happens when you try to activate your product? What do you mean by telephone activation? The document Activation, Deactivation : Adobe Products has...
View ArticleRe: Dreamweaver MX activation on a new computer
I found something very helpfull: http://helpx.adobe.com/de/x-productkb/policy-pricing/macromedia-legacy -activation-error.html Now it works!!!
View ArticleRe: What image gallery script is this?
do you mean something like this :http://www.html.it/demo/javascript/33315/demo_index.htmlor thishttp://www.html.it/demo/javascript/33314/demo_index.html well, if yes they can be downloaded from here...
View ArticleRe: A mask in front of a YouTube video?
> Just one significant problem. You can't play the video! That's because you cannot click the video sitting underneath the PNG overlay. However, you can control the video using YouTube Player API....
View ArticleRe: How could i set fixed heights for all of my web pages?
Hi Roopavathy, It isn't a good idea to use fixed height on a web page. For more information, see the discussion thread Fixed height on a website - suggestions? Thanks,Preran
View ArticleI've used "mailto:email address". Browser returns "default mail client is not...
I'm using Dreamweaver MX. I've inserted an email link in a page using mailto:email address as the link in properties inspector. When previewed in browser I get the message "default mail client is...
View ArticleRe: How could i set fixed heights for all of my web pages?
You may like to have a fixed footer as in#footer { position:fixed; left:0px; bottom:0px; height:30px; width:100%; background:#999;}
View Article