Tagged Questions
Adobe Dreamweaver is a web development application developed by Adobe Systems.
5
votes
1answer
417 views
Dreamweaver nested templates
So I'm trying to achieve something like this in Dreamwaver CS5. I have one optional editable region (optional because I do not want that thing in certain webpages) and another editable region in my ...
3
votes
4answers
122 views
Adding text titles to inline <li> images
I am building a portfolio site and am looking to add html text titles under my home page images. The images are formatted in an inline list, floated left. I'm somewhat new to this, so bear with me if ...
2
votes
0answers
58 views
Dreamweaver data source won't work after the first try on Mac OS X
I have a problem with the Adobe Dreamweaver CS5 version 11.
I am running Mac OS X Leopard.
One fine day I found out about Adobe Dreamweaver's quick (& dirty) automated back-end programming.
I ...
1
vote
0answers
43 views
No recent files listed in “Open Recent” menu
Running Dreamweaver CS5.5, recently opened files are not being stored in the recent file list menu (File --> Open Recent) on my installation of Dreamweaver. Is there a setting I can enable to turn ...
1
vote
1answer
217 views
Adobe Dreamweaver: code highlighting in unrecognized file types (like “.master”)
Dreamweaver dose not activate code highlighting/hinting/error-checking unless you are using a file type that it knows, (.php .htm .html .css .js .aspx etc) but I am working on a project written in ...
1
vote
2answers
2k views
How do I sync Dreamweaver site definitions across 2 computers?
I use Dreamweaver on my laptop and Desktop PC and frequently change between them. I keep all my sites synced using Syncplicity (similar to Dropbox, which indecently I also use)
I want my site ...
0
votes
3answers
58 views
Replace multiple whitespaces inside HTML elements with
I have large amounts of html similar to
<div>some text</div>
with multiple whitespaces, which I would like to replace with
...
0
votes
0answers
19 views
Manually writing for dwt file
I want to create dwt file. I don't have Adobe Dreamweaver. So, I created manually.
That is dwt file.
<html>
<head><title>Testing Template</title></head>
<body>
...
0
votes
1answer
64 views
File images display in Dreamweaver CS5 preview window but not from the server
enter link description hereenter link description hereThis is a javascript project that was created in Dreamweaver CS5 on a Mac in which if else statements are used to show an alert message along with ...
0
votes
1answer
31 views
dreamweaver regular expression
I have the canonical line in a huge pages as below
<link rel="canonical" href="10-effective-ways-to-reduce-merchant-cash-advance-business-costs.php" />
sure every page has it's own url, I ...
0
votes
1answer
21 views
Dreamweaver command to set location of fileview
is there a way to locate a specific file in the fielview of director via a shell command?
I open a file (test.php) like this in dreamweaver, using an other application:
"C:\Program ...
0
votes
0answers
368 views
Connect to sqlite server in dreamweaver
I am currently developing a website in dreamweaver cs5 and i have download MAMP. I have successfully connected to the testing server and to a MYSQL Database but upon my recent discoveries i have had ...
0
votes
2answers
30 views
Can you refer a tutorial that will help me learn attaching adobe flash in a website using dreamweaver?
can you share some links to any tutorials that can help me learn basics of adobe flash cs5 and attach it on an html file using dreamweaver cs5. I've been watching tutorials on Youtube, but if you ...
0
votes
1answer
132 views
Assigning often used code blocks to Keyboard Shortcut (DreamWeaver)
have any of you dreamweaver users had cases in which you are programming and finding yourself to use a particular piece of code over and over...
and over? See, I use all day the following pieces of ...
0
votes
2answers
1k views
Dreamweaver CS5 crash when I open certain files
I've been using CS4 for over a year without problems. Today I installed Dreamweaver CS5 and, well... I have not been able to do my work because it keeps crashing. When i try to open certain files (in ...
0
votes
1answer
125 views
Adobe dreamweaver - how do I set default positioning of divs to percent instead of pixels
In dreamweaver while positioning the controls (design tab) the css position values (left, top etc) are generated in pixels. Is there any setting through which I can get the values generated in ...
0
votes
1answer
64 views
Multiple template in Dreamweaver
I have a site that was built in the late 90's. So I need to convert it over to modern times. In review of the site it has 798 pages total. I noticed it has 4 similar layouts. Is it possible to create ...
0
votes
1answer
531 views
Dreamweaver changing path to site's reference instead of local
I have noticed recently, when I apply a template to a new HTML website, all the relative paths are pointed to my local files, example: file:///C|/webstuff/files but I cannot set them to relative paths ...