This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

My site fonts changed
#1

I installed a rating on one of my pages. Integrated the code to proper locations. First before any code, second in the head and third in the body.
When my site is posted all my fonts reduced in size and is barely ledgeable.
I am using Net Objects. The only thing is can figure is the second code.
There is code from Net Objects and was not sure where to input your code so it is as follows:

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="NetObjects Fusion 11 for Windows">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" type="text/css" href="comments/css/stylesheet.css"/>

If this is correct, how can I change it so that the fonts on the page are correct?
Reply
#2

It would help if there was a link to the problem, but my guess is conflicting CSS. Try opening the file "comments/css/stylesheet.css" and removing or replacing each "font-size" property. That won't quite fix it, but it'll be a start.

I'm giving you three guesses...
Reply
#3

Here is a link to the page that I have the comments on.
http://myberkshirehills.com/html/air_supply.php
The entire site had the fonts reduced.
I went into the css file and changed all the font sizes.
Reply
#4

For some reason an 'Error 404 Not Found' response is given when trying to view the stylesheet:
http://myberkshirehills.com/comments/css/stylesheet.css

Either there is no stylesheet there or a .htaccess file is blocking it.

Have you completed the interview?
Reply
#5

this is apparently an issue with one of the css files on your website. Please edit the file "www.myberkshirehills.com/html/style.css" and change the font-size property at the very top to a suitable size. Also, you need to change
Code:
<link rel="stylesheet" type="text/css" href="comments/css/stylesheet.css"/>
to
Code:
<link rel="stylesheet" type="text/css" href="../comments/css/stylesheet.css"/>
at the top of the page source.

I'm giving you three guesses...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)