Skip navigation
Home/Support/

Forums

Login or Register to find out more about David_Powers
Status Level:
Community Professional Community Professional (9,570 points)
Member Since:
Jun 4, 2002

Recent Activity

David_Powers replied to CSS help building a template that the "editable region" controls the length of the page

"HTML elements expand and contract depending on the amount of content in them. As a result, your footer will always be the same distance from"

in Dreamweaver 2 replies
10 hours ago
David_Powers replied to How to disable some HTML and CSS property's

"A little known fact about the code hinting in Dreamweaver CS5 and later is that it searches for matching substrings. You don't need to start"

in Dreamweaver 8 replies
10 hours ago
David_Powers replied to Gros problème en Français ?

"Malheureusement, mon ami français n'utilise que Windows. Donc, il ne peut pas vous aider.   Est-ce que vous avez essayé cet outil? http://w"

in Dreamweaver 9 replies
11 hours ago
David_Powers replied to jQuery DIV fadeIn (or rollover) within repeat region

"The jQuery code that you have posted here relies on ID selectors, but an ID can be used only once on a page. Instead use classes. Something"

in Dreamweaver Application Development 3 replies
1 day ago
David_Powers replied to Dreamweaver CS5.5d

"It sounds as though you have a corrupted Configuration folder. With Dreamweaver closed,delete the Configuration folder, and Dreamweaver shou"

in Dreamweaver 1 replies
1 day ago
David_Powers replied to help with the dw interface

"Judging from your screenshot, you're using CSS positioning for your layout and overflow is hidden. You need to double-click the element to b"

in Dreamweaver 2 replies
1 day ago
David_Powers replied to dreamweaver on a samsung galaxy

"Dreamweaver CS5.5 requires Windows (XP Service Pack 2, Vista, or Windows 7) or Mac OS X (10.5.8 or higher). It will work on a laptop, such a"

in Dreamweaver 5 replies
1 day ago
David_Powers replied to Server Behavior  (Building a simple recordset)

"If the servers are running and the connection is OK, I don't see any reason why you can't see Recordset listed. It should be at the top of t"

in Dreamweaver Application Development 4 replies
2 days ago
David_Powers replied to Mobile App / Phonegap advice

"It would be more efficient to use JSON. It's less verbose, and both PHP and JavaScript have functions/methods that make it easy to convert d"

in Dreamweaver 3 replies
2 days ago
David_Powers replied to Mobile App / Phonegap advice

"I'm 99.9% certain that you can't use PHP in a native app. You need to use Ajax calls to the server, in other words, use JavaScript.   You d"

in Dreamweaver 3 replies
2 days ago
David_Powers replied to setting dynamic default values in a list/menu

"<option value="2012" <?php if (date('Y') == '2012') echo 'selected'; ?>>2012</option>"

in Dreamweaver Application Development 6 replies
2 days ago
David_Powers replied to Forms

"What you're looking for is known as a cascading or dependent field. Dreamweaver can't do it out of the box. You need to hand-code it yoursel"

in Dreamweaver Application Development 2 replies
2 days ago
David_Powers replied to Server Behavior  (Building a simple recordset)

"Have you created a MySQL Connection and tested that it connects successfully to the server?   Are the Apache and MySQL servers running?"

in Dreamweaver Application Development 4 replies
2 days ago
David_Powers replied to PHP Email Subject - in Japanese?

"The problem is that you're using Western European encoding, which supports only a limited range of characters. You should be able to use UTF"

in Dreamweaver Application Development 1 replies
2 days ago
David_Powers replied to Defining Testing Server for PHP using XAMPP

"To use temporary files for preview, open the Preferences panel (Edit > Preferences on Windows, Dreamweaver > Preferences on a Mac), and sele"

in Dreamweaver 3 replies
2 days ago
David_Powers replied to Defining Testing Server for PHP using XAMPP

"If your site root is in C:\xampp\htdocs\Milica, your testing server definition needs to specify C:\xampp\htdocs\Milica as the Testing server"

in Dreamweaver 3 replies
2 days ago
David_Powers replied to File icons are not showing in Files panel of Dreamweaver CS5.5 Mac

"This is a known issue with Mac 10.7.3. It's currently being investigated by Adobe engineers."

in Dreamweaver 2 replies
2 days ago
David_Powers started the discussion Please don't respond to empty Community Help questions

"As some of you already know, a new system has been introduced whereby comments/questions posted in the Dreamweaver Help pages automatically"

in Dreamweaver 0 bookmarks
2 days ago
David_Powers replied to User Interface - Can you change the colour or contrast of the toolbars/page tabs?

"There is no way to change the colours of the UI in Dreamweaver. The only minor change that you can make is to turn on coloured icons, which"

in Dreamweaver 2 replies
3 days ago
David_Powers replied to Edits to Spry Menu aren't showing in browser

"Judging from the screenshot, you're using server-side includes. Obviously, the wrong file is being included in your Chinese page. That proba"

in Dreamweaver 5 replies
5 days ago
David_Powers replied to Edits to Spry Menu aren't showing in browser

"If you right-click the page in a browser and select View Source, you can see that the menu links are all in English. It seems as though you"

in Dreamweaver 5 replies
5 days ago
David_Powers replied to Has anyone a good set of instructions on migrating from mysql to mysqli in DW?

"The original mysql API in PHP is certainly no longer recommended for use, but it's not going to disappear in the immediate future. The idea"

in Dreamweaver Application Development 4 replies
5 days ago
David_Powers replied to Submit Button

"Your submit button is being affected by the following style rule, which removes the border, margin, and padding:   input, select, textarea,"

in Dreamweaver 2 replies
5 days ago
David_Powers replied to change tab font format

"You cannot change the font used in the Dreamweaver user interface. It's fixed."

in Dreamweaver 2 replies
6 days ago
David_Powers replied to Image Maps in Liquid Layouts

"An image map uses coordinates that are linked to a fixed-size image. If the image remains a fixed size in your liquid layout, there should b"

in Dreamweaver 2 replies
6 days ago