For all things Dreamweaver.
Als letztes aktiv
Yes, I know it's VErY old now, but it's all I have and still works fine for my purposes I would like to add some new fonts, specifically some that can replace poor old oft maligned Comic Sans. I've d/l new .ttf files etc, and added them to c:\windows\fonts but I'm unsure how to get the new fonts to show up in DW. Several of the help pages I've found state to click on Tools or Modify, then Manage Fonts (or a similar relevant option) but I don't see any of those options in this old gal. And of course, even if I get them into DW, are they going to actually show up in a viewer's browser, if it is a font they may not have? Does the typical browser d/l them automatically on the other side so they can be rendered to the viewer? I think this is true, but won't swear to it.TIAElaineCharlotte, NC
I have got a tab style box. What I would like is to have The first tab-1 start in Blue as shown below and not tab-4 which it is at the moment. I can’t workout how to alter this? Hope you can help code belowThank You Tim------------<!DOCTYPE HTML><html lang="en-US"><head> <meta charset="UTF-8"> <meta name="description" content="Slider Template"> <meta name="keywords" content="HTML,CSS,JavaScript"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>Template</title><script src="https://code.jquery.com/jquery-3.2.1.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <link href="search-tab.css" rel="stylesheet" type="text/css"><a name="top"></a><style>@11220649-face {
Since 2004, where I started to use DW I miss a feature, which I consider is important for documents with extensive content.Every text processor software has that feature.I talk about a table of content.The function should create the TOC based on the headings of the document.The id attributes should be created based on the content of the specific heading.The TOC is useful for the user of the webpage and of course for the editor while he works at the document in the design view. It allows the editor to navigate easily in the content.What do you think about that idea for a future version of DW?And, independent of that:Do you know of any extension, which can add that TOC?Thanks.
Is there a way to use 'ALT+click" to show css properties in php files?When I ALT+left click an element, on a php file with include(...) I only see:Is this one of the limitations of working with php files?
I blacked out personal email addresses. Ben's post is at the bottom of the screen capture. After I threatened to take action, his accusatory post was removed from the forum... likely to destroy evidence.
Every time I click the next to the Selector tab and the selector shows up in the type box. Then the moment I press Enter, it disappears. It happens for all selectors.I'm a beginner so please try to explain in the simplest terms possible, thanks!
Hi all,There has been considerable speculation about the future for Dreamweaver on this forum, and elsewhere. The product team has published a blog post to allay rumors around this topic.See What’s Coming to Dreamweaver in 2019? | Adobe Blog where the program manager for Dreamweaver has provided guidance on what's coming up in later versions of the software.Thanks,Preran
On behalf of myself and the two Adobe customers you defamed and accused tonight, I would like to afford you the opportunity to extricate yourself gracefully. I am doing this publicly, because you have brought harm to the three of us publicly. The ball's in your court. The men you attacked are not anonymous trolls. They are real, live, and identifiable as Adobe customers and my customers. They were not asked to post here. Gosh, to even think I have that much control over my customers and would take advantage of it is unimaginable. If you do not wish to apologize to me, at least do so to Mr. Lefko and Mr. Branko. You've both angered and embarrassed them.Sincerely,Al Sparber
I have a website with two columns. The left is text, the right are images. It looks great on a desktop, however, on a smart phone, the 2 columns collapse and merge into one with the left on top and the right on the bottom due to a media query at 480. The problem is that I have 5 images stacked up on top of each then and it doesn't look good. It's better to separate the images in between paragraphs and the like. How can I change the image layout with a media query so they are placed in between paragraphs and not stacked on top of each other, looking dumb.Here is a video.Media Query Dream Weaver Change Image Layout - YouTubeHere is image of site showing two column layout, text on left, images on right.
Does anyone know how the following php script could be altered to allow a file upload via email. All of the fields except the Upload File field come through in an email.https://www.logomatcentral.com/Test-03.html the PHP script is:<?phpif(isset($_POST)) { // EDIT THE 2 LINES BELOW AS REQUIRED $email_to = "admin@doormatsandmore.com"; $email_from = "admin@doormatsandmore.com"; $email_subject = "Test HTML from Using PHP"; if(!isset($name) || empty($name)) { array_push($errors, 'The Name you entered does not appear to be valid.'); } if(!isset($comments) || empty($comments) || strlen($comments) < 2) { array_push($errors, 'The Comments you entered do not appear to be valid.'); } $name = $_POST['name']; // required $orientation = $_POST['orientation']; // required $size = $_POST['size']; // requir
I have a php template under root/template which is working as expected.it has the following 'require_once' files :<?phprequire_once '../_scripts/functions.php'; require_once '../_scripts/pageMake/menuItems.php';?><!doctype html><html lang="he" dir="rtl"><head><!-- TemplateInfo codeOutsideHTMLIsLocked="true" --> <meta charset="utf-8"><?phprequire_once '../_scripts/pageMake/head.php';The problem is that when i try to create a new php file from this template it get the wrong paths to these files:When I create the new file, before savings the paths look like this:(I only show the include files)require_once 'file:///C|/My%20Doc/Google%20Drive/DnD/Bootstrap_4/_scripts/functions.php'; require_once '../_scripts/pageMake/menuItems.php';require_once 'file:///C|/My%20Doc/Google%20Drive/DnD/Bootstrap_4/_scripts/pageMake/head.php';And after saving: (I only show the include files)require_once '_scripts/functions.php'; require_once
I wish to have less work with the migration of parts of my settings from DW 2014 to DW 2019:Keyboard Shortcuts and Tag LibraryOf course there are lots of differences between the two versions, so a simple export will not work, I suppose.My question:Is there controlled process like "import only those keyboard shortcuts where the commands exist in DW 2019"?And the same for the tag library?What do suggest please to have not the complete work of creating all the shortcuts as new ones in DW 2019?Thanks!I talk about DW on maOS.But when it comes to config files, feel free to mention the paths of the version for windows. I will find the corresponding paths on macOS myself.
I wonder if anyone could have a look at this .css file and find were the error is please??When Im in Dreamweaver it keeps crashing which I have pinned down to the header.css fileFor some reason I cannot add new css rules in the Selector on this file. When I type .test-test nothing happens or dreamweaver crashes.i'm not sure what is causing it/Hope you can help please?-------.header { height: 54px; min-width: 1200px; margin-top: -34px;}.main-container.login-main-container div { margin-left: -5px; margin-top: 10px;}.container { max-width: 1200px; margin-top: 6px;}.carousel3 { margin-top: 12px;}.backbutton { width: 58px; margin-top: -39px; color: rgba(36,153,251,1.00); font-size: 22px; font-style: italic; margin-right: -211px;}.back-button-t
Where's the best online download resource website for getting the most up-to-date version of Word for Mac. I've got an old copy but I need to update it to a newer version.CheersOsEditedIs this the offical website?Choose Microsoft Office Products for MacDoes this site look authentic?https://softwarekeep.co.uk/checkout/cart/I think I need office 2016 to run on Yosemite.....huumm. Its like a mine field trying to find a resource
How come I have these big margins under my h tags that I can't reduce like the h1 tag for example? Can someone help me reduce the padding between the h tags and the text?All Together Now
Hi Everyone,I currently have a backup of a Drupal site downloaded. However, when I try to import the site into Dreamweaver I can't find the correct file to upload.[Here is the list of all Adobe forums... https://forums.adobe.com/welcome][Moved from generic Cloud/Setup forum to the specific Program forum... Mod]
I'm receiving an HTTP Error Code 405 Method Not Allowed error when configuring MySQL. I know this can occur when trying to use a local test server and a remote database however I am using a remote test server along with a remote database. Both the server and database are within the same LAN and the webserver does has been allowed access to the database. While they don't show much (addresses and names have been modified) this is the configurationCan anyone offer suggestions?ThanksTodd
So there's this nice bit of code W3S recommends to create an animated collapsible sidebar navigation menu.Its only design flaw appears to be that the main site content doesn't actually slide, it shrinks in width. In other words, content starts wrapping rather than sliding out of view.Would it be possible to fix this without re-writing the whole thing? Just a small edit that will keep the (dynamic) width of #main intact while the left border slides over; possibly by compensating with a proportionate negative value on the right side?Thanks!
When I use this:<link href="../css/mediaQuery.css" rel="stylesheet" type="text/css">I see the Visual media queries bar.When i use this: (siteRoot() genrates the root)<link href="<?php echo siteRoot()?>/css/mediaQuery.css" rel="stylesheet" type="text/css">The css rules in the mediaQuery.css are applied but the Visual media queries bar is not shows. (I do press the button to show them)Any reason why?I also see the "mediaQuery.css" at the top of the panel as one of the open files and i can click it and see it's content.
Hello, all,Same project as my earlier post about jQuery UI, same section of code. But a different problem.I decided that I wanted to be tricky about opening the dialogs. I wanted to check for the existence of a dialog, first.IF there is no dialog, immediately open one.ELSE, close the currently open one, and open the new one in it's place. My logic suggested that since .dialog("close") doesn't have a callback, I'll have to use setTimeout() to delay opening the second dialog. I don't want to have both of them open at the same time, and they use the same z-index, so closing the first then delaying the open of the second seems (to me) logical.But it isn't co-operating with me. If there are no dialogs open and I click the top button, this alerts "false" and immediately opens the first dialog. If I click the second button without closing the first, it alerts "true", closes the first dialog, then opens the second after the first is gone. From this poi
Hi allI am experiencing problems with the Windows 10 Host service WebClient after i start Dw (1193 Build)As soon as i start working with Dw the cursor starts to indicate loading (busy wheel) and keeps flickering (wheel)I reinstalled Dw (before the last W10 upgrade) but this behavior keeps coming back? So i don't want to reinstall Dw after every upgrade...I have my projects on oneDrive but stored locally. So, when i "kill" the WebClient service i got some peace. But i don't think this is the best and proper way to get rid of problem.has someone out there made similar experiences and solved the problem.I would appreciate any hintThanksChris
I use the latest version of macOS Mojave and the localized german version of DW 2019.Which config file do I have to edit, when I want to change the behaviour of CMD+SHIFT+SPACE in the code and design view?Standard behaviour: & n b s p ; (spaces only for this forum posting)I wish to get the unicode character " "Why do I like to change the behaviour?The readability of source code is a lot better, with less entities.What did I try?I edited/Applications/Adobe Dreamweaver CC 2019/Configuration/Objects/Characters/NBSP.htmvar nbspChar = "&nbsp";tovar nbspChar = " ";I has no effect to CMD+SHIFT+SPACEThanks for your help.
In my opinion, true parallax effects are impossible without video, massive amounts of highly specialized images, and/or extremely bloated markup. So, we crafted a faux parallax page using minimal markup and simple images and called it something else http://www.projectseven.com/products/tools/pch/showcase/doo-wop/index.htm Enjoy... or not.
Should I sign a Non Disclosure Agreement or not?Ok this is the first time I've been asked to do this by a company I've worked for over 15 years.It's kind of against my principles to sign such a document as I'm not really that comfortable with all the legally binding wiffle-waffle.I'm the kind of person that usually just gets on with the job without having to stomach all the boardroom bullshite.Part of me is say 'I'm just being stupid' and part of me is saying 'stick to your principles'Can anyone convince me I should sign this NDA?CheersOs
want to add my website to my newly downloaded dreamweaver
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.