Previous Message
Next Message

Question

Sent by Duane Phinney on 2 November 2004 15:03


> This is my site...  http://captive.ttemple.org/
> <http://captive.ttemple.org/>
>
> This is the css file...  http://captive.ttemple.org/weblog.css
> <http://captive.ttemple.org/weblog.css>
>
>
>
> On the main page, the body text should be Times New Roman.  I was trying
to
> be adventurous and I change some of the attributes of the links.  I don't
> know what else I did, but the font changed to Arial.
>
> Can someone look at the CSS file and tell me why the font is displaying as
> Arial.
>
>
>
> Mrs. Deartra D. Boone (5-10-04)
>
> I'm doing it this year.  Writing a Novel in a month for National Novel
> Writing Month <http://www.nanowrimo.org/>  (November), check it out...
> Captive By History -  <http://captive.ttemple.org/>
> http://captive.ttemple.org/
>
>
>
> Somera Communications
>
> 301 S. Northpoint Drive, Suite 100
>
> Coppell, TX 75019
>
> 972-304-5660 ext. 224
>
>
You have a few html problems



A few css problems with some browsers.

#menu {

width: 180px;

float: left;

font: 11px/12px Times New Roman; --> "Times New Roman"

padding-right: 10px;

text-align: right;

color: #333;

padding-bottom: 30px;

border-right: 1px dotted #5B002E;

}

..header {

font-family: Arial ---> missing ;

font-size: 10px;

color: #840045;

font-weight: bold;

}

..navlinks, .navlinks a:link, .navlinks a:active, .navlinks a:visited,
..navlinks a:hover{

color: #ffffff;

font-family: Arial ---> missing ;

font-size: 10px;

font-weight: bold;

}

..weekdays {

font-family: Arial ---> missing ;

font-size: 9px;

color: #666666;

font-weight: bold;

}

..monthdays, .monthdays a:link, .monthdays a:active, .monthdays a:visited,
..monthdays a:hover {

font-family: Arial ----> missing ;

font-size: 9px;

color: #666666;

}

body {

background-color: #ffbed5;

background-image: url(CaptiveByHistoryBackground.gif);

font-family: serif, Times New Roman; --------> "Times New Roman"

margin-left: 40px;

margin-right: 40px;

margin-top: 30px;

padding: 0;

}

Put " " around font names that have spaces in them




______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: