943,737 Members | Top Members by Rank

Ad:
You are currently viewing page 1 of this multi-page discussion thread
Mar 14th, 2009
0

Help in font family:

Expand Post »
i have a web page which i set the body with the following external styles.
css Syntax (Toggle Plain Text)
  1. .body{
  2. background-image:url(bg_image.jpg);
  3. background-repeat: repeat;
  4. font-size: 12px;
  5. font-family: Arial, Verdana, Georgia, Times New Roman, Sans-Serif;
  6. }
  7.  
  8. .body a:link{color:#0000FF; text-decoration:none;}
  9. .body a:visited{color:#0000FF; text-decoration:none;}
  10. .body a:hover{background-color:none;color:none; text-decoration:underline;}

The problem is only in fonts.All fonts in my page appears to be BOLDED WHILE I DIDN`T SET LIKE THAT.
I HAVE TRIED TO CHECK WHAT IS THE PROBLEM WITHOUT SUCCESS.
I will appreciate if someone will tell me what to do,or i should do to force all the font to be UNBOLDED.
thankx.
Last edited by mrcniceguy; Mar 14th, 2009 at 10:54 pm. Reason: .
Similar Threads
Reputation Points: 17
Solved Threads: 8
Posting Whiz in Training
mrcniceguy is offline Offline
278 posts
since Mar 2008
Mar 15th, 2009
0

Re: Help in font family:

last year the same thing happend to me and i noticed that i change the internet explorer's text-size from medium to larger. it might be the case for you too.
Featured Poster
Reputation Points: 854
Solved Threads: 127
Banned
serkan sendur is offline Offline
2,057 posts
since Jan 2008
Mar 15th, 2009
0

Re: Help in font family:

i did as u said but nothing changed.
Also i noticed this problem is all browsers i tested:

explorer,mozila,opera,google crome and even Safari.
I`m still confused.
Reputation Points: 17
Solved Threads: 8
Posting Whiz in Training
mrcniceguy is offline Offline
278 posts
since Mar 2008
Mar 15th, 2009
0

Re: Help in font family:

why dont you post your entire page so we can display in our computers?
Featured Poster
Reputation Points: 854
Solved Threads: 127
Banned
serkan sendur is offline Offline
2,057 posts
since Jan 2008
Mar 16th, 2009
0

Re: Help in font family:

Click to Expand / Collapse  Quote originally posted by mrcniceguy ...
i have a web page which i set the body with the following external styles.
css Syntax (Toggle Plain Text)
  1. .body{
  2. background-image:url(bg_image.jpg);
  3. background-repeat: repeat;
  4. font-size: 12px;
  5. font-family: Arial, Verdana, Georgia, Times New Roman, Sans-Serif;
  6. }
  7.  
  8. .body a:link{color:#0000FF; text-decoration:none;}
  9. .body a:visited{color:#0000FF; text-decoration:none;}
  10. .body a:hover{background-color:none;color:none; text-decoration:underline;}

The problem is only in fonts.All fonts in my page appears to be BOLDED WHILE I DIDN`T SET LIKE THAT.
I HAVE TRIED TO CHECK WHAT IS THE PROBLEM WITHOUT SUCCESS.
I will appreciate if someone will tell me what to do,or i should do to force all the font to be UNBOLDED.
thankx.
just try to add this after your css code.. <div><B></B></div> don't know if it will help
Reputation Points: 19
Solved Threads: 115
Nearly a Posting Virtuoso
cguan_77 is offline Offline
1,317 posts
since Apr 2007
Mar 16th, 2009
0

Re: Help in font family:

html Syntax (Toggle Plain Text)
  1. <head>
  2. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  3. <link rel="stylesheet" type="text/css" href="css/styles.css" />
  4. <title>No body can stop you from being happy</title>
  5. </head>
  6. <body class="body">
above is how i`m linking my styles.
so how or should i put the Code u suggested above.???
Last edited by peter_budo; Mar 21st, 2009 at 3:02 pm. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks) and [icode] (inline code) tags.
Reputation Points: 17
Solved Threads: 8
Posting Whiz in Training
mrcniceguy is offline Offline
278 posts
since Mar 2008
Mar 16th, 2009
0

Re: Help in font family:

try putting it after this code

<body class="body">

not so sure if it will help..just try it....
Reputation Points: 19
Solved Threads: 115
Nearly a Posting Virtuoso
cguan_77 is offline Offline
1,317 posts
since Apr 2007
Mar 16th, 2009
0

Re: Help in font family:

nothing changed..
Reputation Points: 17
Solved Threads: 8
Posting Whiz in Training
mrcniceguy is offline Offline
278 posts
since Mar 2008
Mar 16th, 2009
0

Re: Help in font family:

Try to use this css property.
font-weight: lighter, normal, bold, bolder;
Reputation Points: 10
Solved Threads: 2
Light Poster
shniager is offline Offline
28 posts
since Mar 2009
Mar 17th, 2009
0

Re: Help in font family:

yah! use in u r body tag like and try.

font-weight: normal;
Reputation Points: 10
Solved Threads: 2
Junior Poster in Training
kavithakesav is offline Offline
52 posts
since Nov 2007

This thread is solved

Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in HTML and CSS Forum Timeline: Layout change by date?
Next Thread in HTML and CSS Forum Timeline: Links <a> don't work on IE 6 & 7





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC