Help - Search - Members - Calendar
Full Version: Syncing Dreamweaver 8 With Website
Zymic Webmaster Forums > Zymic Free Web Hosting > Zymic Free Web Hosting - General Discussion & Help
Silver Lining
I apologise for the extremely newbie question, but how do I sync my local folders into the Zymic remote folders? I'm asking this because I can't seem to get the website to display the layout in the same way as in Dreamweaver's Design view, especially the background colour. For reference, here's my CSS extract where I specified the background colour:

body {
background-color:#000000;
margin-left: 20px;
margin-top: 20px;
margin-right: 20px;
margin-bottom: 20px;
}

But still, Firefox only displays the background in default white colour. I've also set Firefox to automatically use the designated colours but this doesn't seem to be working.

One more thing, how do I view my remote file structure on Zymic?

Thanks a plenty!
SL
aussiemcgr
QUOTE(Silver Lining @ Nov 6 2008, 08:44 AM) *
I apologise for the extremely newbie question, but how do I sync my local folders into the Zymic remote folders? I'm asking this because I can't seem to get the website to display the layout in the same way as in Dreamweaver's Design view, especially the background colour. For reference, here's my CSS extract where I specified the background colour:

body {
background-color:#000000;
margin-left: 20px;
margin-top: 20px;
margin-right: 20px;
margin-bottom: 20px;
}

But still, Firefox only displays the background in default white colour. I've also set Firefox to automatically use the designated colours but this doesn't seem to be working.

One more thing, how do I view my remote file structure on Zymic?

Thanks a plenty!
SL


Try adding
CODE
background-repeat: repeat-y;


Like:

CODE
body
{
    background-color:#000000;
        background-repeat: repeat-y;
    margin-left: 20px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}


That might do it, but i cant guarantee anything.
GrandeMike
Nothing looks wrong with the CSS. Maybe in the way you call the style in your page. Style sheet linked correctly in the head or using the <span> tag correctly, things of that nature.
Andrew
QUOTE(aussiemcgr @ Nov 6 2008, 03:17 PM) *
Try adding
CODE
background-repeat: repeat-y;


Like:

CODE
body
{
    background-color:#000000;
        background-repeat: repeat-y;
    margin-left: 20px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}


That might do it, but i cant guarantee anything.

That won't affect anything.
aussiemcgr
lol well once again. I cant guarantee anything. Dont claim to be any sort of genius. I just looked at the CSS in my sites and found a difference then suggested it.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.