Hi Janine, I created a drop down menu with Dreamweaver CS3 ( I am waiting to upgrade soon. ) Your directions were great. When I F12 the page to preview it, it looks awesome! However, when I upload the page, does not look the way it should or function at all. I have searched the […]
Read MoreHow do I create a web page design with a large background image and content that floats over the middle?
Hi Janine, I’m reading Dreamweaver for Dummies and enjoying it very much, but I’m stuck on how to set-up a page that has a background image and then has a smaller boxed area for the “live” or content containing area inset over the background. Could you possibly tell me how to do this? Jack Hi Jack, […]
Read More css, dwcs4, dwcs5, dwcs6How to line up three divs in a row
Hi Janine, I’ve listened to your CSS Basic and Advanced CSS DVDs. They are great resources, but I have a question I am trying to create a banner div that includes 3 divs inside: a Photo div, Title div, and another photo div, all lined up at the same height. I want the photos floated […]
Read More dwcs4, dwcs5, dwcs6Does Dreamweaver support Chinese?
Hi Janine, I am reading your book now, I just have one question for you, if I need design an e-commercial web site in Chinese characters, if I am going to use Dreamweaver, whether I can embed Chinese characters in this Dreamweaver code? thank you very much, Jen Hi Jen, If you have the English language […]
Read More dwcs5, dwcs6Adobe shut down BrowserLab in March 2013
If you’re trying to figure out what happened to Adobe Browserlab, it’s gone… Adobe BrowserLab was designed to help web designers preview how pages display in a variety of Web browsers, even if you didn’t have all of those browsers available on your won local hard drive. But in 2013 Adobe announced they were closing […]
Read More browsers, css, dwcs5, dwcs6How do I add a submit button and create a form for my Dreamweaver web page?
Hi Janine, I have Adobe Dreamweaver CS5.5 and I wanted to know how to work the submit button. I don’t know how to receive the information that people fill out on the form. Could you tell me how to make that work so I can look at the information? Also, I was wondering in your opinion, […]
Read More dwcs4, dwcs5, dwcs6Can you create dynamic Web sites in Dreamweaver without ColdFusion?
Dear Janine, Please offer your recommendations for creating dynamic websites for those of us without ColdFusion. I have CS3 Master Suite. Thanks for a terrific job on the Dreamweaver DVDs. Tom Hi Tom, I completely understand if you don’t want to use ColdFusion. PHP and ASP.NET are more popular options, but many people teach the […]
Read More cms, dwcs3, dwcs4, dwcs5A complete HTML5 document ready for your content
The following code is featured in Chapter 5 of iPhone & iPad Web Design For Dummies We offer you this code sample with the simple goal of saving you a little typing. Don’t forget to change the title, copyright, and other content if you use this on your own web site! <!DOCTYPE HTML> <html lang=”en”> […]
Read More mobile web designThe Simplest HTML5 Page: Code Sample to copy and paste
If you’ve been thinking that HTML5 is completely different from other flavors of HTML, you may be surprised to discover that the only required difference is the doctype line that appears at the very top of the file. Here’s an example of a very simple HTML5 page. <!DOCTYPE html> <html lang=”en”> <head> <meta charset=”UTF-8″> <title>This […]
Read More dwcs6, mobile web designProtect your email links from spammers
Spammers gather millions of email addresses from Web sites every day by collecting email addresses from links on Web pages. It’s common practice for Web designers to include an email link to make it easy for visitors to contact them. Unfortunately, those simple email links make it even easier for spammers to gather email addresses […]
Read More dwcs3, dwcs4