Quantcast
Channel: Adobe Community: Message List - Dreamweaver support forum
Viewing all articles
Browse latest Browse all 90058

Re: URL not working properly

$
0
0

Coding errors:

 

HTML:  http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Flave0134.site 44.com%2Fdsn1568%2Ftutorial%2520layout%2Fpage1.html

 

CSS: http://jigsaw.w3.org/css-validator/validator?profile=css21&warning=0&u ri=http%3A%2F%2Flave0134.site44.com%2Fdsn1568%2Ftutorial%2520layout%2F page1.html

 

Reset.css is not a CSS file, it is an HTML document.

 

Open general.css file and replace what you have now with this:

 

@charset "UTF-8";

/* CSS Document */

body {

background-image: url(../images/column.svg);

font-size: 100%;

font-family: arial, Helvetica, sans-serif;

width: 980px;

margin: 0 auto;

}

 

.baseline { background-image: url(../images/baseline.svg); }

 

/* Masthead */

.masthead { background-color: #666; }

 

.logo { float: left; }

img {

width: 100px;

height: 100px;

}

 

/*menu*/

nav ul {

margin: 0;

padding: 0;

background-color: #888;

}

 

nav li {

list-style: none;

display: inline-block;

margin: 12px;

text-transform: uppercase;

color: #FFF;

text-decoration: none;

}

 

nav li a {

color: #FFF;

text-decoration: none

}

 

nav li a:hover, nav li a:focus, nav li a:active { background-color: #666; }

 

nav .selected { background-color: #666; }

 

/* Content */

.wrapper {

background-color: #CCC;

overflow: hidden;

}

 

.left {

width: 65.25%;

float: left;

}

 

.right {

width: 34.75%;

float: right;

}

 

article { background-color: #FFF; }

 

article h2 { font-size: 100%; }

 

article p {margin-bottom:0;}

 

article p: last-child { margin-bottom: 0; }

 

aside { padding: 12px; }

 

.box { background-color: #FFF; }

 

.box h3 { }

 

.bottom { background-color: #999; }

 

.bottom p { color: #FFF; }

 

/********************/

 

Also upload your background images to your server.  They 404 are not found.

 

 

Nancy O.


Viewing all articles
Browse latest Browse all 90058

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>