For all things Dreamweaver.
Recently active
Hello everyone.I have 3 tables in my database.table_Useruser_id (Primary key)usernamepasswordtable_accountaccount_idfirst_namelast_nameemailaccount_id_fk (foreign key) linked to the user_id on table_usertable_listingitem_id (primary key)item_typeitem_numberitem_colouritem_id_fk (foreign key) linked to the user_id on table_userAll users have a different Username and password to login to access individual account.There is a link after users login to their account that will take users to item_view.php page using urlparameter.I created a recordset with dreamweaver to join table_listing and table_account tables on the item_view.phppage as i want all columns in both tables to be accessible on the item_view.php page for each individualuser account.I am using below sqlSELECT *FROM table_listing, table_accountWHERE table_listing.item_id_fk = table_account.account_id_fkORDER BY trxn_id ASCbelow created in the variable columnname: colnamedefault value: -1run-time value: $_Get['item_id
I have updated to the latest version of Dreamweaver cc (19) and there are error messages coming up on the bootstrap 4.3.1.css page. Lots of the same errors 'expected RBRACE on lines …..', . Also two other errors 'duplicate property 'text-decoration' found' and 'duplicate property 'position' found. Is this anything to do with me updating to latest version or is it nothing to worry about? Cheers
Hello, I chose the menu item "help - short tutorial - working environment developer" opened the video and I clicked download. Tell me where to download the manual, I can not find anywhere.
I wonder if someone could tell me the best way to set a maximum character length which I will need to be able to change, depending on the size of desktop/tablet/mobile etc<p>Setting a max character length???????????????????????????????????????????? </p>I have seen a few things on the web but not sure how to add them------Note: just change #your-div-id and put your div ID.var myDiv = $('#your-div-id');myDiv.text(myDiv.text().substring(0,300))-----ThanksTim
Hi.When I define a site in DW 15 or 19 on macOS everything works fine and I get a positive result after testing the connection. I set the checkmark for save. I restart DW.Result:The Login Data are gone. They haven't been saved.I can reproduce the problem.I used a workaround to solve it: I duplicated the the site definition (it was an imported one). With the duplicated definition it worked, it is saved as expected.Is that a known bug?Is there may be a workaround for the import of site definition in form of a manipulation of the file rights/permissions?Independent of that:In DW 19 I can choose the "FTP via SSL/TLS - explicit Encryption". It works fine.In DW 15, with the same webserver and the same login data, it does not work with that type. It only works with the Type "FTP".Is that a known bug in DW 15?Thanks for your help?
I have redone my website in DW. The files are the way they are suppose to be HOWEVER, when I upload them through filezilla, they revert back to an older version. Is this a DW problem or a Filezilla problem??????? TIA
Hi.In the my old version of DW I configured the format of CSS in the tag library editor.Now there's no category for CSS, please see my screenshot below.I also checked the window "CSS designer", without success.Where can I configure the format of CSS code please?Independent of this question:I tried to help myself on Dreamweaver Help | Dreamweaver User Guide It seems that there's no search field only for that user guide.A global search on the adobe website is - of course - not helpful.
HelloSee the pic below. There is a blue field on the visible part of a website in Dreamweaver.I would like to know if there is a tutorial or an advice how to use these?Thanks Regula
I scanned the QR code with my iPhone.But Troubleshooting message pops up.How would I do?I have Safari only in my iPhone.
"apply source formatting" PHP add spaces in arrays text-type indexFore example:$array_name["ArrayIndex"] become $array_name[" ArrayIndex "] and it doesn't work anymore...Can you help me?
I'm looking to create a website. In this website, I would like for people to make accounts. Additionally, I would like this website to have the ability to make several reports and other documents which could be attached to these individual users, which would in turn show up on their account page. Does Dreamweaver have this form of storable data? Thank you for your time.
HalloSiehe Bild unten.Ganz unten links ist ein Text.Der Rahmen ist gleich gross wie die grüne Fläche.Ich möchte gerne den Rahmen, in dem der Text unten links drin ist an beiden Enden ca. 1 cm kleiner haben.Wie geht das?Eine andere Frage wäre, den Textrahmen zu verkleinern (die Hälfte der grünen Fläche und auf einer Seite positionieren. Wie geht das? Ist dieselbe Frage wie oben aber ein anderer Ort im grünen Feld.Danke für die HilfeR
The below link has a video banner that works on a desktop but the video and poster does not display at all on mobile device.If i type in the link to the video via safari on a mobile device it will play http://starz1.pixerpro.com/videos/bannercrop.mp4http://starz1.pixerpro.com/weddings.htmlCODE <video width="100%" id="pixerpro_interview" poster="videos/banner.png" preload="auto" autoplay="autoplay" > <source id="mp4" src="videos/bannercrop.mp4" type="video/mp4"> <source id="jpg"> </video>Dreamweaver CC2019
Bonjour,J'utilise Dreamweaver CS5.5 avec Windows 10Je suis en mode "classique" avec un écran fractionné : "code" à gauche, "création" à droiteAuparavant dans la vue du code, lorsque une ligne de code était trop longue elle était affichée sur deux ou trois lignes ce qui permettait de la voir en entier.A la suite d'une mauvaise manip que je n'ai pas remarquée immédiatement, la vue code a maintenant une barre de défilement horizontale (scroll) ce qui fait qu'on ne peut plus voir une ligne de code en entier, ce qui est très pénible.Comment revenir au mode précédent c'est-à-dire supprimer cette barre de défilement tout en conservant la vue "fractionnée" ?Merci par avant de votre aide.Jean
I have one image (pink "B") included and over another (blue "A") like the follow exemple.I need to click (onClick) over B and play a sound without play another sound conect to the image A. At my level if I clik on B Is the sound of A ("playThis") that play.Is there a way to click on B and do not "play" A?The Image A<style> #Image1{top: x1px; left: x2px; width: x3px;height: x4px;position: absolute;background-image: y} </style> The Image B is set in similar way.<div onClick ="PlayThis()" id = "ImageA'"></div><div onClick ="PlayThat()" id = "ImageB'"></div>
I am still learning boostrap and am having trouble making some customized navigation bars. I am stuck on a few points.I have a second navigation bar (in addition to the main navigation bar at the top of the page). I want to make 1) three sets of buttons (rows) with 2) a main button for each row (with subbuttons) and the titles are of various lengths. I want to be able to 3) make all the buttonst the same size. How can I do this?Also, 4) The text on my main nav bar buttons are all white but for some reason the text on this second group of buttons comes out black. I can't seem to figure out how to make this text white also.
When Adobe introduced the keyword shortcuts for Snippets, they disabled the ability to make Wrapping Snippets in that version of the program (I think CC2017.0). However, any wrapping snippets I had transferred from the old version still functioned correctly in the new, though I couldn't make a keyword shortcut (no big deal).That seems to be gone now.I was playing around making a wrapping <code></code> tagset snippet, as a possible work-around for another thread. I pieced it together in CC2015 and after transferring it to 18.1, it doesn't wrap. Neither do any of my old wrapping snippets that used to function on double click.I'm wondering if I have an install glitch or if Adobe has finally killed all wrapping snippets entirely in CC2018.1.
Есть кусок кода, выделяю его и его НЕЛЬЗЯ скопировать, а какие для этого могут быть причины?
I have a creative cloud account. I upgraded my WAMP server. Now, when I open Dreamweaver I get a Manage Sites... dialog that says the root folder to my website doe not exist. When I click Manage Sites, my site is identified. When I click import Site Dreamweaver defaults to looking for a file with an .ste extension. When I select all files I assumed that index.php is the file needed. However, Dreamweaver returns an error that says index.php is not a valid site definition file. I am not sure how to reestablish my site.
Hello,I have a question about auto code completion feature. I am trying Dreamveawer 19.0.1. I am working on a PHP project. My pages have "header.php" and "footer.php" included at certain places. I am also using jQuery and Bootstrap libraries from their CDN's in my project. I have enabled auto discover for outsourced files and it is working really efficent. My problem begins here. When i write code in "header.php", all bootstrap classes are loading very quick this is awesome. But when i start to work for example on "index.php" which includes "header.php", bootstrap classes are not loading for auto completion. I see all included files and so bootstrap.css on the top bar but Bootstrap CSS classes are not loading. This also happens in jQuery too. How can i make the code completion work for all php files which include a php file that has imported files from any CDN? I want the code completion work on all linked files and it does not matter how much system resources that it consumes! I hope
I have had this problem with DW ever since the release of DW 2019. I have called tech support and have not had the issue resolved.DW 2018.2 works just fine I can change files and connect to the FTP server and synchronize all changed files. I can try the same thing with DW 2019 and it goes through the motions, but never finds the changed files and does not upload any files. This problem is not machine dependent. It happens on 4 different computers.I have rebuilt my Surface Pro IV from a fresh install of Windows 10. Installed all the Adobe apps fresh and the problem persists.Very frustrated, India support told me that the new way to upload file to my server is to do it manually! I give up, no one seems to care.
You guys taught me that it's good practice to use "canonical" to establish a single universal url to a page that can be accessed via multiple urls.For context, I have this .htaccess code reformatting my urls :RewriteEngine On##### FORCE SECURE URLRewriteCond %{HTTPS} !=onRewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE] ##### REMOVE /PAGES FROM URLRewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteCond %{REQUEST_URI} !^/pages/RewriteRule ^(.*)$ /pages/$1##### REMOVE .PHP FROM URLRewriteCond %{REQUEST_FILENAME} !-dRewriteCond %{REQUEST_FILENAME}\.php -fRewriteRule ^(.*)$ $1.phpWhat it does is :Redirects all regular connections to secure ones (http:// to https://)Makes it possible to access pages with or without the location of their folder in the url (/pages)Makes it possible to access pages with or without the file extension in the url (.php)(Additionally, since I don't usually include "www" in my advertising, I favor the non-www version of t
I'm struggling to make a rollover button work in dreamweaver.I selected my original and rollover images to use for a button, but when I do it the rollover button pops up as a second image next to the original button instead of sitting on top of it. I've had the issue and fixed it in the past but I'm struggling to figure it out now. Any help would be greatly appreciated!
Hi.Still I'm not used to the code editor Brackets.Please, can you give me a hint how I can prevent a leading tab after an "enter" behind e.g. "<body>" or "<p>".I couldn't find an option inside the preferences.And please, how can I prevent Brackets from highlighting the start and the end tag, when you place the cursor directly in front of the end tag?The default background color of that highlighting is very dominant (brown) and the cursor get's almost invisible.Thanks.
How do you superheroes link to your .PDF files on your websites?Do you just straight-up vanilla-link to them directly, or can that link be somehow refined in ways I'm unaware of?(Does everyone just more or less do it the same way?)
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.