Quantcast
Channel: Adobe Community : All Content - Dreamweaver support forum
Viewing all 37035 articles
Browse latest View live

Running two instances of Dreamweaver CS6

$
0
0

I use Dreamweaver CS6 to build and manage a site with 10 linked sub sites. It was a first cut, and I need to rebuild it from the bottom up. Is there way to run two separate instances of Dreamweaver CS6. so I rebuild my site without running the risk of screwing up my production site?  As it sits now I have 10 production sites, 10 development/local sites and I would rather not develop the new site/s on my production instance of Dreamweaver.

 

 

 

Thanks

Russ


Upgrading DW MX? [subject edited by moderator]

$
0
0

I have Dreamweaver MX and need to upgrade to CS6. How do I do that? Do I have to buy another version or is there an upgrade?  I don't see info about it.

DW 2014.1 Removing Closing CF Tag

$
0
0

Hi,

 

I'm working with the latest release of Dreamweaver on a Mac, in existing files that have both Cold Fusion code and HTML 4 & 5. DW is now removing closing CF tags when I open a document. We have been able to pinpoint the specific scenerios in which it happens. It is when an opening HTM element is nested inside the CF tags and the closing HTM element is outside them.  Examples below:

 

If we have a cfm file with:

<cfif cnt eq 0><tr></cfif>

<cfif cnt eq 4></tr><cfset cnt eq 0></cfif>

 

The above when opened back up in DW2014.1 comes back as:

 

<cfif cnt eq 0><tr>

<cfif cnt eq 4></tr><cfset cnt eq 0></cfif>

 

which breaks the page.

 

In testing we replicated with other tags.

<cfoutput><P></P></cfoutput> is fine.

<cfoutput><p></cfoutput></p> if opened back up changes to <cfoutput><p></p> again breaking the page.

 

to replicate it at will we can make a new cfm file and just put:

 

<cfif 1 eq 1><tr></cfif> SAVE & CLOSE

 

REOPEN and it shows the above code fine.

 

Now add </tr> making it <cfif 1 eq 1><tr></cfif></tr> SAVE & CLOSE

 

REOPEN and it's changed to <cfif 1 eq 1><tr></tr> again breaking the page.

 

Any and all help would be greatly appreciated. I've checked all my preferences and do not have any rewriting enabled. We also tried doing the same things as above in DW 2014 and are having no issues. Thanks in advance

Div tags, Right floats going to the left, DW CS5

$
0
0

Hi, I've recently started getting into CSS. I am using DW CS5.

 

I'm working on a Email newsletter which has div tags floats to the left and right.

They look good in Apple/iOS email clients, however the right floats all go to the left in Outlook email client. I'm sure I need to clear the floats but have not been successful in my attempts to do so.

 

A secondary issue is that the Outlook client is showing a black outline around the whole email (where the containing div is) rather than a gray background, no outline. I tried setting the border to none with 0 width but this did not fix it.

 

I'd very much appreciate help as I am now in a time crunch and feel like I've hit a brick wall.

 

A link to how the email should look is here https://www.brenerinstitute.com.au/News/Dec-2014/Bii-Master-Implant-Program.html

 

The DW file looks like this screencap.

dw layout of div tags.jpg

The Outlook client receives the email looking like this screencap.

 

screencap3.jpg

Can I call the same SSI file twice on the same page?

$
0
0

I have called the same include file (form.inc) twice on this page just below each of the two "download printable file" links.

It works perfectly for the first instance "PARTNER Ares & Co", but does not display in the second instance, "CHIEF MARKETING OFFICER")

Current Searches at Work&Partners

 

I have used the exact sam call in both locations

<!-- BEGIN FORM INCLUDE -->

<?php require_once("form.inc"); ?>

<!-- END FORM INCLUDE -->

 

Will very much appreciate your guidance.

 

 

DW CC 2014 Server Busy

$
0
0

Every time I launch DW CC 2014 on my Windows 8.1 machine I keep getting a Server Busy message where I can switch to the application or try again. Eventually it goes away but it really delays the start up time on my DW application. I have added DW to the trusted applications list for Kaspersky so I don't think that is the issue. Never had this problem with the previous version of DW CC. Anybody else running into this?

OT: Display long product list in Wordpress

$
0
0

I've got an extensive list of chemicals to be shown on a page on a Wordpress site. Anyone got a clever idea for the best way to do this? I've thought about a horizontal accordion, but I'm not thrilled with how that looks....

how we can design responsive image in HTML?

$
0
0

Dear sir/madam

i m sangram from pune ... i need some halp ...  i have a one templet not responsive ... please help me to make templet responsive

contact me on 8796535503..

thanks

 

sangram


Fluid grid divs missing resize handles

$
0
0

Hi, I have followed the fluid grid layout tutorials step by step but whenever I insert a div (class: fluid) I do not get any resize handles on the div. On mouseover the div outlines in red, onclick the red border gets a blue inner border. Without the resize, duplicate, delete buttons I can't create a layout. Any ideas?

 

Win7 Home premium. Creative Cloud latest update.

 

Thanks

connect DW CC to MAMP

$
0
0

Have tried to connect DW CC to a MAMP Server for 9 months, no luck... XAMPP on my PC connects with older versions no problem... have watched countless videos on YouTube, everyone's got a different solution, none have worked for me... please let me know ( and Adobe know ) if you've figured out a "work around"... thank you in advance for any help with this...

Alternate text in newsletter.

$
0
0

Urgent please. I use Zoho email campaing service. I've made an newsletter with some images. In each image I've added some alternate text. But when testing my newsletter I receive two emails. One text version and one html version (the normal one). In text version alternate texts are not visible at all. Why is this happening?

 

<table width="584,457 px" border="0" align="center" cellpadding="0" cellspacing="0">

  <tr>

    <td><img src="images/NEWSletterimage.gif" alt="test test test test test test test test test test test " width="586" height="410" /></td>

  </tr>

</table>

ancre nommée

$
0
0

bonjour,

 

je ne vois plus la commande d'insertion d'ancre nommée dans adobe Dreamweaver cs 2014

 

quelqu'un pourrait il m aider svp.

 

laurent

Equivalent To APdiv tag - dreamweaver cc

$
0
0

I'm not using dreamweaver for a website but actually for a digital art project at university. I understand the the AP div tags have been taken out but really I need to be able to freely move things around in order to fulfil this project and avoid wasting time merely moving images.

 

There must be a coding or something similar to APdiv tags I can use?

 

Would really appreciate help!

Need help with adding lightbox feature to images pulled from .js

$
0
0

Hello,

I've been attempting to add a lightbox to separate images (no group) in a responsive one page portfolio template. Unfortunately I'm not savy with this topic.

 

The template came with a hover action to apply what I would believe to be a light box image but no other documentation on how to add it to the images. I've looked everywhere.

 

The portfolio gallery is built in .js Here is some code The image code you see is just copied over and over to add images.

 

BTW - Lightbox mxp only allows you to add to an image when clicked on in the properties. These images are pulled from .js

 

Here is a link to the site:

http://wswdesign.com

 

Please help!

 

<ul class="portfoliofilter">

  <li class="filter active" data-filter="design branding media web">All</li>

      <li class="filter" data-filter="design">PRINT Design</li>

      <li class="filter" data-filter="branding">Branding</li>

      <li class="filter" data-filter="media">Digital Media</li>

      <li class="filter" data-filter="web">WEB DESIGN</li>

  <ul class="portfolio">

  <li class="item design">

  <div class="portfolioitem">

  <img src="img/print1.jpg">

  <div class="portfoliohover">

  <div class="info">

  <h1>+</h1>

  <h5>trade show graphics</h5>

  <h6><b class="light-gray">Celguard / Membrana</b></h6>

  </div>

  </div>

  </div>

  </li>

How to import Muse into Dreamweaver

$
0
0

I am trying to import my muse website into Dreamweaver because i want do design my website in muse and then use PHP and MySQL to make blogs and membership systems etc. When I open dreamweaver and right-click  on the Muse website and press "Open With - Dreamweaver", it starts opening it (it only opens the Muse website and just shows a blank HTML)... then Dreamweaver stops responding and i have to close it. If there is any way of making a membership system and blog in Muse (which only certain people can edit [not using Muse]) then please reply an answer... or if possible can people please respond on how to open a muse website in dreamweaver.

 

Thanks in Advance

Richard

 

 


Finding text in site [subject edited by moderator]

$
0
0

I am looking for text that Find/Replace cannot locate. I've also searched through most of my files on my website, but I still cannot find this word, which needs to be corrected. It is obviously on the external server, but Dreamweaver does not recognize this.

Thumbnails in a table format

$
0
0

I've done this before with no problem, but today it isn't working.  I am inserting smaller thumbnail photos into a table on my Dreamweaver webpage, which are then linked to the full sized photo for people to view.  Can't get the table to show up on the finished page in preview.  Any suggestions?

Finding hooks, includes and ($) functions (Wordpress and Drupal)

$
0
0

I've had Dreamweaver set up with both Drupal and Wordpress but I feel like I haven't been taking advantage of all of it's features. When making new themes for both of these CMS, there's a lot of functions that are

 

For example, in Drupal if you open up "html.tpl.php" to make an edit, you'll see things like this:

 

<body class="<?php print $classes; ?>" <?php print $attributes;?>>

  <div id="skip-link">

    <a href="#main-content" class="element-invisible element-focusable"><?php print t('Skip to main content'); ?></a>

  </div>

  <?php print $page_top; ?>

  <?php print $page; ?>

  <?php print $page_bottom; ?>

</body>

 

"$page" is a variable that isn't found in the file that's currently open, it refers to somewhere else in the Drupal installation. If I want to find out what "$page" is or make an edit to what $page is, I'll usually search up where it's located online or dig through my site's folders.

 

My question is this; is there a feature in Dreamweaver that makes this whole "function/variable hunting" process easier?

PHP code stopped working

$
0
0

Hi,

 

I have had this script for ages now and never had any problems with it. I tried filling it out for a client, and it would not insert the information into phpmyadmin.

 

This code just suddenly stopped working, and I haven't even interacted with it for a month now.

It was working fine, and I cant find any errors. (There should be no errors as it was working fine!)

 

There is more code which deals with the mail function, which works fine. All information inputted into the form is sent by email with no problems. The only issue is the sending of that information to mysql.

 

The code is below:

 

<?php

ob_start();

require_once('../../Connections/djdirect.php');

//Client Details//

$firstname = ($_POST['firstname']);

$lastname = ($_POST['lastname']);

$email = ($_POST['email']);

$password = ($_POST['password']);

$mobile = ($_POST['mobilenumber']);

$landline = ($_POST['landlinenumber']);

$addressline1 = ($_POST['addressline1']);

$addressline2 = ($_POST['addressline2']);

$addresscity = ($_POST['addresscity']);

$addresscounty = ($_POST['addresscounty']);

$addresspostcode = ($_POST['addresspostcode']);

//Event and Vanue Details//

$nameevent = ($_POST['nameevent']);

$date = ($_POST['datepicker']);

$timestart = ($_POST['timestart']);

$timeend = ($_POST['timeend']);

$typeofvenue = ($_POST['typeofvenue']);

$venuerestrictions = ($_POST['venuerestrictions']);

$typeofevent = ($_POST['typeofevent']);

$vaddressline1 = ($_POST['vaddressline1']);

$vaddressline2 = ($_POST['vaddressline2']);

$vaddresscity = ($_POST['vaddresscity']);

$vaddresscounty = ($_POST['vaddresscounty']);

$vaddresspostcode = ($_POST['vaddresspostcode']);

$amountofguests = ($_POST['amountofguests']);

$ageofguests = ($_POST['ageofguests']);

//Package and Addons//

$package = ($_POST['package']);

$addon1 = ($_POST['addon1']);

$addon2 = ($_POST['addon2']);

$addon3 = ($_POST['addon3']);

$addon4 = ($_POST['addon4']);

$addon5 = ($_POST['addon5']);

$addon6 = ($_POST['addon6']);

$fogmachine = ($_POST['fogmachine']);

$pricequoted = ($_POST['pricequoted']);

$comments = ($_POST['comments']);

$promocode = ($_POST['promocode']);

$tandc = ($_POST['tandc']);

 

 

$sql = "INSERT INTO clients (firstname, lastname, email, password, mobile, landline, addressline1, addressline2, addresscity, addresscounty, addresspostcode, nameevent, date, timestart, timeend, typeofvenue, venuerestrictions, typeofevent, vaddressline1, vaddressline2, vaddresscity, vaddresscounty, vaddresspostcode, amountofguests, ageofguests, package, addon1, addon2, addon3, addon4, addon5, addon6, fogmachine, quote, comments, promocode, tandc) VALUES ('$firstname', '$lastname', '$email', '$password', '$mobile', '$landline', '$addressline1', '$addressline2', '$addresscity', '$addresscounty', '$addresspostcode', '$nameevent', '$date', '$timestart', '$timeend', '$typeofvenue', '$venuerestrictions', '$typeofevent', '$vaddressline1', '$vaddressline2', '$vaddresscity', '$vaddresscounty', '$vaddresspostcode', '$amountofguests', '$ageofguests', '$package', '$addon1', '$addon2', '$addon3' '$addon4', '$addon5', '$addon6', '$fogmachine', '$pricequoted', '$comments', '$promocode', '$tandc')";

 

 

mysql_query($sql);

 

?>

OT: Holiday Wishes to All

$
0
0
Season's Greetings
With all best wishes to everyone for a very Happy Hanukkah, Winter Solstice, Hambug Day, Christmas, Kwanzaa, Boxing Day, St John's Feast Day, New Year, Epiphany...
❄  ☃  ❄

 

 

Nancy O.

Viewing all 37035 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>