How to create a CSS background image in Dreamweaver

This lesson is exclusive to members

Course contents
SECTION: 9
How to backup 4:44
SECTION: 17
Finished 1:58

Questions

0
0
0

Course info

53 lessons / 5 hours

Overview

NOTE: this course uses Bootstrap 3. Dreamweaver has recently updated to Bootstrap version 4. You can change it back to 3 using the ‘New Document > Bootstrap > Preferences'. Please do this before starting the course.

Some versions of Dreamweaver will require you to download the specific Bootstrap version you want to use and link it within the site. You can download Bootstrap 3 here: http://getbootstrap.com/docs/3.3/

Hi - my name is Dan and I’ll be leading you through this course on how to Make money building mobile friendly websites using Dreamweaver.

I built this course for the visual person, the right brained person. We won't hide from code but we'll use all the visual tools that makes Dreamweaver so amazing.

These are the skills you’ll need to become a professional web designer. You’ll learn how to make responsive websites in Dreamweaver as well as learning what to charge and how to manage a website project.

We cover everything you need to build your first website. From creating your first page through to uploading your website to the internet. During the course we’ll create a website for a mock creative agency - creating mobile and desktop versions. See our example here:

I’m a Dreamweaver Certified Instructor and an Adobe Certified Web Specialist.

With exercise files you can download and work along with me. At the end of each video I have a downloadable version of where we are in the process so you can compare your project with mine making it easy to see where you might have a problem.

I’ll be showing you how to work with Dreamweaver to easily create HTML & CSS websites. How to create mobile and tablet versions of your design and how to test your website on your phone.

I’ll be teaching you how to create navigation bars, how to work with responsive images and favicons.

We’ll work with Dreamweaver’s new Bootstrap integration to easily add carousels, tabbed menu’s and accordions. Even easier you’ll learn to impress clients by embedding videos, calendars, maps, event ticketing & social sharing options. 
 
 Know that I’ll be around to help - if you get lost you can message in the forum and together we’ll get you back on track.

Now it’s time to upgrade your skills, get that better job and impress your clients.

What are the requirements?

  • You'll need a copy of Dreamweaver CC 2015 or above. A free 30 day trial can be download from Adobe here.

  • No previous Dreamweaver or web design experience is necessary.

  • If you're not sure if this course is right for you. Email me what you’re trying to do and check if you’re on the right track.

What am I going to get from this course?

  • 60 lectures 3 hours of content!

  • Forum support from me. 

  • All the techniques used by professional website designers.

  • Ways to preview your designs straight to your mobile device.

  • Firm understanding of responsive web design.

  • Professional workflows and shortcuts. 

  • A wealth of other resources and websites to help your new career path.

What is the target audience?

  • YES: This course is for beginners. For people who prefer not to work in code. Aimed at people new to the world of web design. No previous Dreamweaver experience is necessary. People with knowledge of previous versions of Dreamweaver CC 2014 and below will also get great value from this course as the software has changed so much.

  • NO: This course is NOT suited to people experienced in using HTML & CSS. If you prefer to work in code only then this course isn’t right for you.

Course duration 5.5 hours + your own study.

Daniel Scott

Daniel Scott

Founder of Bring Your Own Laptop & Chief Instructor

instructor

I discovered the world of design as an art student when I stumbled upon a lab full of green & blue iMac G3’s. My initial curiosity around using the computer to create ‘art’ developed into a full-blown passion, eventually leading me to become a digital designer and founder of Bring Your Own Laptop.

Sharing and teaching are a huge part of who I am. As a certified Adobe instructor, I've had the honor of winning multiple Adobe teaching awards at their annual MAX conference. I see Bring Your Own Laptop as the supportive community I wished for when I was first starting out and intimidated by design. Through teaching, I hope to bring others along for the ride and empower my students to bring their stories, labors of love, and art into the world.
True to my Kiwi roots, I've lived in many places, and currently, I reside in Ireland with my wife and kids.

Downloads & Exercise files

Transcript

Hi, my name is Dan and in this video we're  gonna look at background images. Now, there are two ways to add images to Dreamweaver. One is the way we've done earlier where we just, uh,  have our cursor in the right place and we add it. And, and an image ends up, um, sitting in our H TM L. Okay, if I click on this guy here  and I go to my source code, you could see him here he is  inside this, uh, column here and he's an actual thing here. He's called, uh, graphic old books jpeg.

He's got some alt text. Remember the alt text is so  that the visually impaired can see and read  or at least be read and what's on the page. And that's great for our website and great for Google. Google loves it. Now there's another way  of adding images as background images. Now it has a slightly different effect  and isn't great for browsers, um, in terms of,  uh, screen readers.

So let's have a look at that. Let's go back to live view. We're gonna do it um, to this gray box  of the background here of our band hero. So in the Photoshop file, you can see here,  there's a nice big image in the background I want to use. So to do it, I can't put an image on  and then put text over the top of it. It's a really big paining code.

So what the easy thing to do is  to find our band hero and our CSS. Let's find where is he, should we towards the top band hero. What we're gonna do is we're gonna go down to background  and background color. We're gonna leave that, it doesn't need to go,  but we're gonna use this one called background image. So we're gonna click on URL  and we're gonna click the little browse button,  click it again, click browse button again,  and I'm gonna go out to my desktop, go  to the dream move exercise files, go to images,  and there's a background in here of building. There he is there.

Nice big one. So I've made this in my Photoshop training course. If you want to go out and make kind of graphics like this  where we blurred it and add some noise. And that's done in a separate course. So check out my, uh, Photoshop for web design course. So we've created it.

Let's click open. Okay, so it's gone in the background here. Let's see it in the browser. Okay? At the moment it's at full size  and sits in the background there and that's fine. Okay.

You could totally leave it like that. And what I, the problem is, is get down to mobile  and you could barely make out  what it is in the background there. So what we're gonna do is we're gonna use a nice little  option in CSS that's called size. We're gonna change it to cover. Okay? So it's set to auto, which just fully puts it in there.

We're gonna set it to cover. Great. And what that does is that, watch the background here. When I readjust these sides, so if I make it smaller,  Can you see it adjusts depending on the size,  what cover does it tries to fit at the height  or the width, whichever goes first. So if I check out in my browser,  can you see it's using the width in this case? Okay, stretching it out.

But can you see it gets smaller, smaller, smaller  until there's not enough height. Okay? And then we will leave it locked in there. So it'll just stretch itself. So it makes sure it's a hundred percent covering the  background and it works really well,  um, with background images. Now, the trouble of using this, I guess then,  rather than just putting it in in as an object, is  that if I look at my HTL, so I've clicked on Band Hero  and I go to my co view, there's Band Hero.

There's no mention of this image in here. So for the people that are using a screen reader, um,  they're not gonna actually ever see this image, okay? Because it's introduced in CSS,  which is a separate file over here. If I find Band Hero in here, he's introduced over here. There's no alt text for it  and the screen reader doesn't see it. So this is in this extra file here  that gets ignored by screen readers.

Okay? So if you need an images that need to be part  of your website and read out  and be searched by search engines, it needs  to be an actual physical object. As for background image, there's no real reason for them  to be read out exactly  what the background image looks like, okay? It's just there for style points. Great. So that's how to set a background image in Dreamweaver.

Now make sure, I'm not gonna do it on the video again,  but go and back up your website. Alright? So here in the next one.
  • Powered by Marvin
  • Terms of use
  • Privacy policy
  • © Bring your Own Laptop Ltd 2025