dreamweavercs6 win7 css statements do not appear in design view.
Tutorial shows css statements stacked up . They work okay but I cant monitor them as stated and shown in the dreamwaver tutorial. The tutorial is dreamweaver 5. I have tried all the views but cant get them to show. I do see the dotted bar where they should be. It may be a feature I do not know how to control.
Message was edited by: joe dora
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
I copied and pasted the code.
I still would like an answer to my question. It must be simple because I am creating a lot of laughter.
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Check Magazine</title>
<link href="styles/check_cs5.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="container">
<div id="banner"></div>
<div id="main_image"></div>
<div id="left_column"></div>
<div id="center_column"></div>
<div id=" right_column"></div>
</div>
</body>
</html
But you see I still dont have those stacks..It is true I should show the image between the div. So I did insert the image and now I have 2.
ALSO i DID NOT INSERT THE MAIN IMAGE AND i HAVE ONE. i DID ALL THIS BEFORE BUT IT DIDN'T SHOW UP ON MY CODE. Look I am getting nervous I was typing in upper case. I still wonder if you professionals understand my question.
How do I make my css or whatever yiu call them show up in my design view like the tutorial. No one has addressed that question.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Check Magazine</title>
<link href="styles/check_cs5.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="container">
<div id="banner"><img src="images/banner.gif" width="968" height="100" alt="check" /></div>
<div id="main_image"></div>
<div id="left_column"></div>
<div id="center_column"></div>
<div id=" right_column"></div>
</div>
</body>
</html>
I dislike being yelled at, but I understand frustration, so here goes...
This code...
<div id="main_image"></div>
<div id="left_column"></div>
<div id="center_column"></div>
<div id=" right_column"></div>
Still has no text in it. In order to have the display you are seeing, you will first need to add the text you see in the tutorial to the <div> tags as I explained above. You will NEVER see your CSS explained for you in the Design View of DW. That's not the way it works. Forget you ever heard the acronym CSS until you add the HTML text where it belongs between those <div> tags.
Then if your display is still wrong, we can try to help you.
OK - I'll speak slowly so you can follow easily! ![]()
1. Change this code (do this in Code view) - <div id="left_column"></div> - to this - <div id="left_column">Left Column</div>
2. Then change this - <div id="center_column"></div> - to this - <div id="center_column">Center column</div>
3. Rinse, lather and repeat!
Now you'll see what you expected to see.
Your image is present because you specified that in the CSS.
Murray:
You have shown me and demonstrate the correct way. Thank you for your patience and instructions. My site and the tutorial site now look the same. I feel a lot better about the experience the way you handled it at the end.
I will now move on to phase 3. I hope I don't have to bother you again.
Thank you again for your help.
Bye,
Joe Dora
That was super service.
North America
Europe, Middle East and Africa
Asia Pacific