For all things Dreamweaver.
Recently active
HelloIn this example of a menu I want a 1px border all around.The problem is the dividing lines and the horizontal lines in the drop down menu are doubled up.How to fix? <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Horizontal Drop Down Menu</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> @import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap'); body { background-color: #FFFFE0; padding: 0px; margin-top: 50px; margin-bottom: 50px; } .container { min-width: 650px; max-width: 750px; width: 70%; background-color: #FFFFFF; margin-right: auto; margin-left: auto; margin-top: 0px; margin-bottom: 0px; padding: 0px; } .menu ul { list-style-type: none; padding: 0; margin: 0; } .menu li { float: left; position: relative; border-bottom: 1px solid #555555; border-top: 1px solid #555555; border-left: 1px solid #555555; border-right: 1px solid #555555; } .
How can i put a navigation bar? And what it is?
HiI would like to place a puffin, either standing with his foot on top of the hr line dividing the footer underneath,or standing at the very bottom of the page, in the footer section, with some margin space on the left.It is hovering in the air on top of the line at the moment https://www.quodvultdeus.com/ Any ideas?
[Moderator branched & moved to new topic.] Hi Nancy I have the same problem, but the boostrap files are version 4? When I try and add a navbar menu, it gives me the same message as for the person above, that: "The component is not fully compatible with the current Bootstrap CSS/ JS file (lower than 4.4.1). A new Bootstrap CSS/JS file will be created and linked from the document." When it creates this new file, the contact form stops working fully - it still sends the message but the validation of email sent (Thank you for your message!) opens up as plain text in a blank html page rather than as a pop-up on the original contact form page. The same thing happens if I try and update the script files (jquery.min.js, validator.min.js, bootstrap.min js, popper min js) linking to them from the cdnjs libraries. I can't find a way of including a navbar menu and keeping the contact form working? Below are the references to the script files in the html contact page. head>
Hi,I have a jumbotron which is too big (height) on a mobile display - how might I set a class to reduce the size of it? It also has white space above the image, which I wondered how to get rid of, so that the image abuts onto the navbar? https://www.quodvultdeus.com I am also a bit confused why when I click to select the jumbotron on my template, dw lists two 'jumbotron' items (one with background of blue), and one of 'jumbotron-fluid'.Thanks in advance!
Recently my Dreamweaver latest version hangs on exit on Big Sur 11.3. In all other ways it seems to work normally but closing the program I get the ball and the only solution is to force quit. I'm not sure exactly when this started. I have removed and reinstalled but no change. Any thoughts where I might look.
How can I disable contextual feature tips in Dreamweaver? I hate it when I am working and the freaking popups interupt.
Media Query tablet size not stackingDW2017 fails to stack vertically in one column when in tablet size 700px-1080px. SmartPhone 300-700 works fine and Desktop above 1080 as well (2 cols, no need for stacking). I have tried different float, display, width. Why not in tablet? Ingemar
Hi, I am trying to connect my dreamweaver to my ftp server and am unable to do so. I receive the following error:I have every firewall turned off, and all the informtion is correct- verified by successfully connecting to it from filezilla. Moreover, I downloaded the free trial of CC Dreamweaver, (now expired), and was able to connect no problem. I went so far as to export the settings from CC dreamweaver, which worked, and imported them into CS6 dreamweaver, where they again did not work. Any help would be appreciated; thank you
Hi,I have a <h1 class "display -2"> heading in my jumbotron which works great on most size of display, but overflows on the mobile screen.How would I reduce the heading size, only for the mobile display?The site is https://www.quodvultdeus.com/Thank you in advance for your help, which is invaluable.
Hello: I recently discovered a chronic problem using DW 2021 v. 21.1 (on a Mac using Big Sur v. 11.3). When I finish using the Find and Replace in Files feature, it's impossible to close that window.I shut down and relaunched DW. When I opened that Find and Replace in Files window, the Close icon is greyed out and non-functional. I must drag it off the screen or restart DW to get it to disappear. here's a screenshot documenting the greyed out or empty Close button. How should I pursue correcting this recurring problem? Warren
Hii everybody, does anybody know why my website layout displays wrongly in Chrome but correctly on Firefox? It’s a pretty simple layout. The Chrome display narrows the columns at the sides and widens the cells in the middle so there are spaces between the pictures. This does NOT happen in Firefox or Safari. The layout is basically 8 columns equalling 980px width in total. 65,25,200,200,200,200,25,65. As you can see (website link below) Chrome narrows the 65px columns at the edges and widens the 200px columns in the middle for reasons I can’t work out. http://www.maximum-robot.co.uk/ Thanks for any help.Gareth
Vertical navigation will not display right. How to fix?I know it should work as I have stripped away all the other code and it works correctly in the DW CS6 I have and in Firefox. I use NoteTab and Firefox for the grid and Flex code.<!DOCTYPE html> <html> <head> <title>Responsive 3 Col Grid Flex </title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> @import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap'); body { background-color: #5F9EA0; margin-right: auto; margin-left: auto; margin-top: 0px; margin-bottom: 0px; padding: 0px; } .container { display: flex; flex-direction: column; min-height: 100vh; padding: 0px; margin: 0px } @media (min-width: 768px) { .container { display: grid; grid-template-columns: 200px 1fr 200px; grid-template-rows: auto 1fr auto; } } header
Hello together,I have a problem. I wrote a new website with adjustable display sizes.When I preview the page via the QR-Code, everthing looks good. But when I unlock the page online, it doesn't look like in the preview. I made a mistkae when transferiing it or another mistake in my code. I wrote the site on an Apple-Pc.Here are also two photos of my problemthanks
HelloWhy do the columns and rows spill over 'container' before and when you resize the browser window?Plus how to get the 'Sidebar' 'main' 'content1' thru 'content5' columns to drop down from each other when resized?How to add the 'content4 and content5 under the grid-template-columns andgrid-template-columns rows?<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Grid Layout 4 col</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> @import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap'); body { background-color: #5F9EA0; margin: 40px; padding: 0px; } .container { width: 85%; display: grid; height: 90vh; grid-template-columns: .70fr .80fr .90fr 1.5fr; /* sidebar, content1, content2, content3 */ grid-template-rows: 0.4fr 2.0fr 1.2fr 1fr; /* height: nav, main, content, footer */ grid-template-areas: "nav nav nav nav " "sidebar main main main" "sidebar content1 conte
This site is a work in progress. Somehow I’ve broken the responsive code (css: media query for mobile) that I’d borrowed from this previous (mostly) working but unfinished page . I say (mostly) working because in the mobile version, the whole button needs to highlight on hover, not just the text. I've gone over it line by line but not catching whats wrong...
hi, we're using PHP File in whiche we include some files with e.g. navigation contenten and footer. include ($cfgPath['elements'].'standard1.inc.php');include ('./my-content.inc.php');include ($cfgPath['elements'].'standard2.inc.php'); If I working on my-content.inc.php, I don't have all the style from our stylesheet, whiche will be includes in standard1.inc.php. In earlier versions of DW you could hook up a desing CSS file, which was uses in DW to show the propper design. In the current version I don't see a way to use the stylesheet without linking it with <link href="/lib/bootstrap-4.6.0/css/custom_main.min.css" rel="stylesheet" type="text/css"> And solutions or ideas? TXS for yxour help.
Hello, I'm looking for an easy to use plug-in for Dreamweaver to create a photo gallery. But one that works with Mac OS 10.15.7 Does anybody have any recommendations? Thank you so much! Best wishes,Chantal
Doing a bit more research about the <style> element. According to the w3.org website <style></style> tags CAN be used: 'In the body, where flow content is expected.' https://www.w3.org/TR/html52/document-metadata.html#the-style-element Is this correct. I always thought they could only be used in the <head></head> section of the page or is this some relic fact that's got stuck in my head and most other developers heads from a bygone age?????? This would be of interest as it means I can create simple web-components and keep all the css/html and js together in one file, without having to use the more complex shadow-dom to create web-components or one of the front end frameworks.
Since installing Big Sur 11.4 I am unabe to upload my Dreamweaver files to my server. Tried with Filezilla and had same problem. Worked extensively with web hosting company to fix. No go. Test connection in Dreamweaver to server works, but file upload times out. Any ideas on what's happening?
Hello, My personal website always worked that way that when you click on a picture it jumped to the next; like a slideshow. However, since a few weeks it doesn’t work that way any longer and all images popped up at the same time instead. I've adjusted it right now so you can at least scroll down, but my knowledge in HTML is very outdated unfortunately. Does anyone you’ve got any idea what goes wrong initally and how to fix it? Any help is appreciated.Thanks!Y
Bom dia, no DW cs5 tem uma opção que eu consigo mudar o tipo de visualização do site como na imagem abaixo, porem no DW mais atualizado atualmente não consigo encontrar essa opção na janela propriedades, alguém sabe me explicar?
I edit html file on DW. I open a file and edit it on Design view. Suppose I type a word "red" How can I choose the color of the font?
Hey there,So I have previously created a website using a different text editor, giving Dreamweaver a try for more options/ease of use.All of the webpages contain a piece of script that'll redirect you if you haven't set your username via the login page:if (isset($_SESSION['userName'])) { ; } else { header("Location: ../index.php?error=notloggedin"); exit(); }; How would I be able to edit and view the page in design/live by setting the username variable in DW?Thanks
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.