i want to make website using dreamweaver pls tell mi how i can make

Dani AI

Generated

A short, practical workflow that builds on points from and the resource shared by , updated for modern tools and pitfalls.

Start with a single, well-organized project folder and a simple page (index.html). Keep assets separated (css, js, images) and use semantic HTML5 structure. Use Dreamweaver’s Split or Live View to see markup and rendered output side-by-side, and the CSS Designer to keep styles in external .css files. Work in small increments: get a static page working first, then add styles, then behavior.

On graphics and animation: create visual mockups in a raster or vector tool (Photoshop, Figma, Illustrator), then export optimized assets—WebP or JPEG for photos, SVG for icons. Avoid embedding very large images; use srcset or responsive images for different screen densities. Note that Flash is no longer a browser option (end-of-life in 2020); use HTML5, CSS animations, Canvas, WebGL, or modern authoring tools (Adobe Animate or JS libraries) for interactive content.

Deployment options include Dreamweaver’s built-in FTP/SFTP publishing, or modern static-site deploys via Git-based hosts and CDNs. Common beginner mistakes: wrong relative paths, forgetting to upload CSS/images, caching issues, and placing index.html in the wrong folder. Troubleshooting steps: open browser DevTools, check the Network tab for 404s, inspect console errors, clear cache, and verify remote server settings in Dreamweaver.

For learning, follow a short project tutorial and replicate it end-to-end (design, build, publish) as suggested. Keep accessibility (alt text, keyboard focus), mobile testing, and version control in mind from the start. This approach turns a first page into a solid foundation for expanding the site.

Recommended Answers

All 7 Replies

Using DreamWeaver is very elaborate the first thing you do is to define site, get your asset ready, set your layout and there you are for your first page.

thank you giving mi link of very nice website , i also want to know how to uplaoad the webpages in website.and how use to dreamweaver with other software like photoshop, flash,
other software

Member Avatar for Member #334542

To upload your website you must have an domain account. Google it Photoshop Tutorials, Flash Tutorials and Web designing techniques and tutorials. You have lot of link to develop your career in webdesigning.

i really thank you for your good ideas but i really not getting link between this thats why i asking this qusetion, but i rellay thnaks for your help. u r really great person who have very altimate knowlgde i really appriciate

Member Avatar for Member #334542

Web designing is a concept to display all things in a attractive way. Thats why we have photoshop for designing/editing images and photoshop gives you a good option to save the image for web. You can create edited still images, merging some other text on the images in photoshop. If you can want to animate the images like slideshow in the top banner of the website or some ad on the site, you do with flash with great effects now flash also supports 3d. In flash you can also write codes like java script to control the animation giving links within the animation and all.

If you come to the programming part you should know Javascript, PHP etc to do some activities on the webpage. Example creating a form and processing the form, sending mails, newletters, login page etc.

You can look at google to show you tutorials, I myself made a hard time to look for those kind of tutorials but definitely worth it

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.