Dear Matt:

You used <!-- --> inside the styles instead of /* */ to make a comment:

<style type="text/css">
<!--

<!-- Structure & Basic Layout -->

html, body {
    font-family:Georgia, serif;
        color:#000066;
        padding, margin, border:0;
        background-image:url(dot11.gif);
        background-repeat:repeat;
        margin:0;
        padding:0;
}

Instead of <!-- Structure & Basic Layout -->
it should read /* Structure and Basic Layout */

You'll also want to make sure the image is uploaded and the URL is accurate. :-)



-- 
In peace,

Amy M. Drayer
Web Interface Designer
[EMAIL PROTECTED]
http://www.puzumaki.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to