answersLogoWhite

0

Ok, you have created your huge website like this:

Hello, World!

As you can see it is very complex...only some slight sarcasm...anyway now go to:

File >> New >> CSS

Now you have a blank CSS document, say we put in this CSS:

body {

background-color:#000000;

}

p {

color:#ffffff;

}

When you look at your page there is no difference, you may now be screeming at the keyboard, all you have to do is insert this code into the HEAD of the document:

Just change style.css to whatever you saved them as, remember to save them in the same directory!, Good Luck =]

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What are the 2 types of sites used in Dreamweaver?

Dreamweaver lets you build sites using several method such as frames, tables, and css. The quickest and cleanest way to build a site using Dreamweaver is html/css.


What is an AP Div in Adobe's Dreamweaver?

Absolute-Postiioned (AP) Divs are a type of CSS code available for use in Adobe's Dreamweaver software. These Divs are used to create boxes or different areas for text on a webpage.


What is an AP Div in Adobe's Dreamweaver software?

Absolute-Postiioned (AP) Divs are a type of CSS code available for use in Adobe's Dreamweaver software. These Divs are used to create boxes or different areas for text on a webpage.


What is CSS in Dreamweaver?

CSS (Cascading Style Sheet) is an alternative way to style a web page. Using CSS makes the page load faster because the CSS code is in an external file not in the actual HTML document.


What is the difference between dreamweaver and dreamweaver educational?

Dreamweaver is for normal purposes like site building for Commercial use and personal use, Dreamweaver Educational is for people who want to make (a) website(s) for a school project


How to Build a Professional Website using HTML, CSS Technologies?

You can start by using php or my sql. If you need a simpler tool, you can try dreamweaver.


Where is the command prompt on dreamweaver cs5?

In Adobe Dreamweaver CS5, there isn't a traditional command prompt like in other development environments. Instead, you can access the "Files" panel to manage your files or use the "Code" view to edit HTML, CSS, or other code directly. If you need to execute specific commands, you can use the built-in features such as the "Insert" menu or the "Commands" menu for various functionalities.


Is dreamweaver 8 better than dreamweaver CS3?

AnswerDreamweaver CS3 is the latest version of Adobe Dreamweaver. This is the most popular Web design program among professional Web designers and the latest version adds enhancements to CSS support and a new Spry Framework that makes it easier to create AJAX features with Dreamweaver. Dreamweaver 8 was the version prior to CS3. Dreamweaver 8 was owned by Macromedia but Adobe purchased the program and changed the name from Macromedia Dreamweaver 8 to Adobe Dreamweaver CS3 with the new version. Previous versions of Dreamweaver, in reverse order: Adobe Dreamweaver CS3, Macromedia Dreamweaver 8, Dreamweaver MX 2004, Dreamweaver MX, Dreamweaver 4, 3, 2, and 1.However, newer is not necessarily better. Some features of Dreamweaver 8 have been left out of the newer version, which arguably make it a less good choice for some. It really depends what you are using it for, and whether you need the new features in CS3.


Front Page based website built using Html ASP Jscript CSS needs upgrading. Which tool should be used Expression web or MS - Share-point Designer?

"tools" for the web are unnecessary. I would use notepad or Dreamweaver.


How do you build a website from the ground up?

You need to learn stuff like HTML and CSS and PHP or ASP depending on what you want to do. You'll need a program like dreamweaver to do it yourself.


Do most web designers use HTML in notepad?

They use HTML and CSS, Many new coders might use a program such as DreamWeaver, But that doesn't teach people anything, And it adds alot of unnecassary coding. Most professionals who code websites use a text editor, But Notepad++ Is often a favorite because it highlights text for you.


What is the use of in css?

Inline CSS is one of the ways to apply CSS. It is the styling which is done with the individual element.