#page div missing
-
I am having a few problems with my WordPress site. http://www.coalescemedia.com/blog/
Primarily my issue is with the #page div (or the lack of). I am using Dreamweaver in the WYGIWYS mode to edit my document. What I did was upload the site onto my server went to the URL and copied the source and pasted that into Dreamweaver. In Dreamweaver I can click on a div and make a style sheet change and see the instant result. In Dreamweaver I cannot see or click on the #page div. I have even tried just making the changes to the style sheet with no luck.
There are three things I am hoping to accomplish with editing the #page div.
– Make the width fixed at 1017 pixels
– Place my background image into this div – url(../../../images/pg.gif) / http://www.coalescemedia.com/blog/images/pg.gif
– Center in the browser windowAs the site stands the right narrowcolumn will follow the width of the page to the right when I resize the browser window so I have the feeling that the #page div is missing or simply in active.
Here is what my style sheet looks like in the specific area where I feel I am having the issue:
/* Begin Structure */
body {
margin: 0 0 0 0;
padding: 0;
background-color: 372018;
background-image: url(../../../images/bg.jpg);
}#page {
padding: 0 0 0 0;
width: 1017px;
margin-bottom: 50px;
text-align: center;
background-image: url(../../../images/pg.gif);
background-repeat: no-repeat;
}Any help or guidance or insight would be much appreciated.
– Jay
The topic ‘#page div missing’ is closed to new replies.