close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

CSS not updating Live

Thread began 4/28/2010 6:49 pm by elevy388997 | Last modified 4/29/2010 7:15 am by elevy388997 | 1472 views | 1 replies

elevy388997Beta Tester

CSS not updating Live

Hello,

I am trying to update my CSS. I have some pages that I changed the fonts but for some reason the changes aren't going live. Well, On my internet they are, but other people's they aren't.

This is the website : www.myyogurtbliss.com



/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 15px;
color: #009DDC;
font-family: "Gordon Heights";
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
background-color: #463f47;
background-image: url("../MyYogurtBliss_Content_images/bg_1.gif");
background-position: top center;
background-repeat: repeat;
border-style: none; /* Sets the border style properties for an element using shorthand notation */
color: #666;
font-family: "Gordon Heights";
font-size: 20px;
line-height: 40px;
margin: 100 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style page titles. */
h1 {
color: #009DDC;
font-size: 36px;
font-weight: bold;
line-height: normal;
font-family: Cheri, "Cheri Liney";
}
/* Commonly used to style section titles. */
h2 {
color: #8281d1;
font-size: 12px;
font-weight: bold;
line-height: 14px;
}
/* Sets the style for unvisited links. */
a, a:link {
color: #da4d33;
font-weight: bold;
text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
color: #5f519e;
font-weight: bold;
text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
color: #b92200;
text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
color: #b92200;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
color: #392f69;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
background-image: url("../MyYogurtBliss_Content_images/Content.png");
background-position: right;
background-repeat: no-repeat;
height: 1000px;
margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
text-align: left; /* Redefines the text alignment defined by the body element. */
width: 1250px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
margin-top: 25px;
padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
font-family: "Gordon Heights";
}
#outerWrapper #footer {
border-style: none; /* Sets the border style properties for an element using shorthand notation */
height: 90px;
font-family: "Comic Sans MS", cursive;
color: #06F;
font-size: 16px;
}

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...