Forums

This topic is locked

CSS styles not appearing in browser

Posted 02 Apr 2004 02:48:08
1
has voted
02 Apr 2004 02:48:08 michael tama posted:
I have created multyiple pages based off a template in DW. The style sheets i hav created to format the text throughout the site look good in DW but do not translate into the browser preview. I cant figure out why. Does anyone have experience with this?


Thanks in advance.

Replies

Replied 03 Apr 2004 21:52:37
03 Apr 2004 21:52:37 Phil Shevlin replied:
do you have a url that shows your problem?
Replied 04 Apr 2004 12:00:41
04 Apr 2004 12:00:41 Dave Thomas replied:
lets see the css sheet you made

Regards,
Dave

[DWMX 2004]|[FlashMX 2004 Pro]|[Studio MX 2004]|[SQL]|[Access2000/2002]|[ASP/VBScript]|[XP-Pro]
If you like online gaming, please register @ www.nova-multigaming.com
Replied 14 Apr 2004 04:13:29
14 Apr 2004 04:13:29 michael tama replied:
.14pxhead {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #003300;
font-weight: normal;
font-style: normal;
line-height: normal;
font-variant: normal;
text-transform: none;
}
.14pxbold {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #003300;
font-style: normal;
line-height: normal;
font-variant: normal;
text-transform: none;
}
.12pxlink {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #003300;
}
.12pxtext {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 20px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #003300;
}
.10pxlink {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #003300;
text-decoration: underline;
}
.12pxmenu {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #003300;
}
.12pxmenuital {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: italic;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #003300;
}
.10pxital {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: italic;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #003300;
}
.12pxmenuBold {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
color: #003300;
}
.11pxmenu {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #003300;
}
.11pxboldmenu {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
color: #003300;
}.11pxtext {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: 20px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #003300;
}
.12pxboldtext {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
color: #003300;
}
.11pxlink {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #003300;
}
Replied 14 Apr 2004 17:26:31
14 Apr 2004 17:26:31 Phil Shevlin replied:
My guess would be that the path to the CSS file is is different between your dev server and your production server -- assuming you are referencing an external CSS file.

Reply to this topic